Running an nginx image as a single container with the docker run command.
vs
running an nginx image as a service with 4 replicas that run across nodes.
Showing the differences of the containers with created by the docker run command, vs those created by docker service create command.