I am very new to docker
, just started venturing into this. I read online about this. I came to know of the following commands of docker
which is: docker run
and docker service
. As I understood , with docker run
we are spinning a new container
. However I am not clear what docker service
do? Does it spin container in a Swarm
?
Can anyone help understand in simple to understand?