Docker Nginx Static Build a docker image that serves static content with Nginx Requirements boot2docker (not required for Linux) a docker hub account Building & running your image docker build -t youruser/yourproject . docker run -d -p 80:80 --name project youruserName/yourproject