You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// before run this command, you need to compile your script and build the image.
docker run -d -it --rm -p 0.0.0.0:8812:80 --name minimal-c-apache-container minimal-c-apache
Navigate
http://localhost:8812/hello-the-moon
Development
// you need to compile your script before run this command
// In development mode you don't need to build the image again
// because httdocs folder will be pointed to your project folder.
docker run -d -it --rm -p 0.0.0.0:8812:80 --name minimal-c-apache-container -v $(pwd):/usr/local/apache2/htdocs minimal-c-apache