Initialize a swarm
Create a new service
Create and start containers
Join a swarm as a node
docker swarm join
Joins the current Docker host to an existing Swarm cluster as a worker or manager.
Join worker to swarm
docker swarm join --token SWMTKN-1-xxx 192.168.1.100:2377
Stop and remove containers, networks
Create and start a new container
Start one or more stopped containers