Docker_Hub

Intro

Package manager for Docker images

Command

docker run --name some-nginx -v /some/content:/usr/share/nginx/html:ro -d nginx

command copied from nginx repo to host a static http server.

Docker Hub