Docker: Difference between revisions

m
→‎NGINX: auto restart
m (→‎NGINX: auto restart)
Line 87:
docker search nginx
 
Run nginx docker image with auto Restart on reboot option
docker run --name nginx -p 80:80 -d -v ~/docker-nginx/html:/usr/share/nginx/html --restart unless-stopped nginx
 
;Multiple Instances