Docker: Difference between revisions

Content added Content deleted
(→‎NGINX: added)
Line 105: Line 105:
docker run --name nginx8083 -p 8083:80 -d -v ~/docker-nginx8083/html:/usr/share/nginx/html nginx
docker run --name nginx8083 -p 8083:80 -d -v ~/docker-nginx8083/html:/usr/share/nginx/html nginx


Docker instances should now be available using below links:
Nginx instances should now be available using below links:
http://<IP_of_Server>:8080
http://<IP_of_Server>:8080
http://<IP_of_Server>:8081
http://<IP_of_Server>:8081