Installing and using other containers via Docker

Series: Docker

Pulling and run image

Apache 2.4

docker run -dit --name web -p 8080:80 -v E:/webhome/:/usr/local/apache2/htdocs/ httpd:2.4
Series: Docker
comments powered by Disqus