What does docker run -d -p 80:80 --name magical-nginx nginx configure?
docker run -d -p 80:80 --name magical-nginx nginx
It prints old nginx logs without starting a container
A detached nginx container named magical-nginx with host port 80 mapped to container port 80
magical-nginx
A foreground container with no published port
It renames the nginx image to magical-nginx