docker pull nginx:latest docker run -d -p 80:80 --name mynginx nginx:latest docker stop mynginx http://localhost