For license and more general information, see the original.
Build image docker build -t . .
Instantiate container docker run -d -p 80:80
Instantiate container and send logs to on host docker run -d -p 80:80 -v :/var/log/nginx
After a few seconds, open http://<host>
to see the welcome page.