How do the nginx image and a container named nginx-container differ?
nginx
nginx-container
Both are independently running processes
The image is the reusable template, while the named container is a running instance created from it
The container is the reusable template used to build the image
They are two names for the same Docker object