From be1fb1a2b5eb75d349591651e0bd2175e4a69385 Mon Sep 17 00:00:00 2001 From: puneetse <22071208+puneetse@users.noreply.github.com> Date: Wed, 20 Jun 2018 16:04:47 -0700 Subject: [PATCH] Add section on Docker swarm --- source/clear-linux/tutorials/docker/docker.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/source/clear-linux/tutorials/docker/docker.rst b/source/clear-linux/tutorials/docker/docker.rst index 6de14a49..d9dce909 100644 --- a/source/clear-linux/tutorials/docker/docker.rst +++ b/source/clear-linux/tutorials/docker/docker.rst @@ -221,7 +221,16 @@ Congratulations! At this point, you have successfully pulled a nginx container i | | +Creating a Docker* swarm cluster +========================================= +Clusters of Docker* hosts are referred to as swarms. +The process in this tutorial can be repeated to install Docker* +on multiple Clear Linux hosts with the intent to form a Docker* swarm cluster. + +The `Docker* documentation on swarm key concepts`_ and +`Docker* documentation on creating a swarm`_ can be referenced +for further instructions on setting up a swarm. Also see: @@ -245,4 +254,6 @@ Also see: .. _`Docker* Home`: https://www.docker.com/ .. _`Docker* Documentation`: https://docs.docker.com/ .. _`Docker* Hub`: https://hub.docker.com/ +.. _`Docker* documentation on swarm key concepts`: https://docs.docker.com/engine/swarm/key-concepts/ +.. _`Docker* documentation on creating a swarm`: https://docs.docker.com/engine/swarm/swarm-tutorial/create-swarm/