How to get Swarm
How to get Docker Swarm
You can create a Docker Swarm cluster using the swarm
executable image from a container or using an executable swarm
binary you install on your system. This page introduces the two methods and discusses their pros and cons.
Create a cluster with an interactive container
You can use the Docker Swarm official image to create a cluster. The image is built by Docker and updated regularly through an automated build. To use the image, you run it a container via the Engine docker run
command. The image has multiple options and subcommands you can use to create and manage a Swarm cluster.
The first time you use any image, Docker Engine checks to see if you already have the image in your environment. By default Docker runs the swarm:latest
version but you can also specify a tag other than latest登录查看完整内容