Join a swarm as a node
Create a new service
Create and start containers
Initialize a swarm
docker swarm init
Initializes a Docker Swarm cluster on the current node, making it a manager.
Initialize swarm on manager node
docker swarm init --advertise-addr 192.168.1.100
Stop and remove containers, networks
Create and start a new container
Start one or more stopped containers