4. Commone

01
NGINX
is publically available on docker hub, i found docs here
docs.docker/get-started/docker-concepts/running-containers/publishing-ports/
docker run -d -p 8080:80 nginx
02
after
docker run -d -p 8080:80 nginx
open
http://localhost:8080