클라우드/클라우드(Public Cloud)
클라우드 Azure Centos7 생성
두뚜
2021. 6. 25. 11:51
#!/bin/bash
yum install -y httpd
systemctl enable --now httpd
mkdir ~/data && cd $_
wget https://dahyestorage.blob.core.windows.net/dahyeblob/azure.tar
tar -xvf azure.tar -C /var/www/html/