Nginx image Install nginx image $ docker build -t USERNAME/nginx . $ docker run -p 80:80 -d USERNAME/nginx