February 2018
Intermediate to advanced
300 pages
6h 17m
English
In the following example, we will setup a new Magnum bay running Docker Swarm as the COE. The Swarm cluster will deploy a simple NGINX web server running on a Docker container and listening on port 80 and 443 as follows:
# magnum cluster-template-create --name coe-swarm-template \ --image-id fedora-latest \ --keypair-id pp_key \ --external-network-id pub-net \ --dns-nameserver 8.8.8.8 \ --flavor-id m1.small \ --docker-volume-size 4 \ --network-driver docker \ --coe swarm