Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
loeasy68
GitHub Repository: loeasy68/loeasy68.github.io
Path: blob/main/website/Docker/build.sh
2937 views
1
docker pull php:7.0-apache
2
docker build -t hello-world .
3
docker run -p 80:80 -v /src/:/var/www/html/ hello-world
4