Merge pull request #24096 from sfsmithcha/fix_footers

remove margin from bottom of swarm mode docs
This commit is contained in:
Sebastiaan van Stijn 2016-06-28 21:44:49 -07:00 committed by GitHub
commit 91fd0df9c0
12 changed files with 0 additions and 25 deletions

View File

@ -90,5 +90,3 @@ roll-back a task to a previous version of the service.
* [service scale](../reference/commandline/service_scale.md)
* [service tasks](../reference/commandline/service_tasks.md)
* [service update](../reference/commandline/service_update.md)
<p style="margin-bottom:300px">&nbsp;</p>

View File

@ -89,5 +89,3 @@ the service.
## What's next?
* Read the [swarm mode overview](index.md).
* Get started with the [swarm mode tutorial](swarm-tutorial/index.md).
<p style="margin-bottom:300px">&nbsp;</p>

View File

@ -66,5 +66,3 @@ the `docker node ls` command to see the worker nodes:
Now your swarm consists of a manager and two worker nodes. In the next step of
the tutorial, you [deploy a service](deploy-service.md) to the swarm.
<p style="margin-bottom:300px">&nbsp;</p>

View File

@ -77,6 +77,3 @@ node. For example, the tutorial uses a machine named `manager1`.
In the next section of the tutorial, we'll [add two more nodes](add-nodes.md) to
the cluster.
<p style="margin-bottom:300px">&nbsp;</p>

View File

@ -41,5 +41,3 @@ removed the service. The CLI returns a message that the service is not found:
In the next step of the tutorial, you set up a new service and and apply a
[rolling update](rolling-update.md).
<p style="margin-bottom:300px">&nbsp;</p>

View File

@ -46,5 +46,3 @@ example, the tutorial uses a machine named `manager1`.
## What's next?
Now you've deployed a service to the swarm, you're ready to [inspect the service](inspect-service.md).
<p style="margin-bottom:300px">&nbsp;</p>

View File

@ -129,5 +129,3 @@ drained node to an active state:
* during a rolling update
* when you set another node to `Drain` availability
* when a task fails on another active node
<p style="margin-bottom:300px">&nbsp;</p>

View File

@ -90,5 +90,3 @@ The tutorial uses `manager1` : `192.168.99.100`.
## What's next?
After you have set up your environment, you're ready to [create a swarm](create-swarm.md).
<p style="margin-bottom:300px">&nbsp;</p>

View File

@ -128,5 +128,3 @@ the container for the task.
Next, you can [change the scale](scale-service.md) for the service running in
the swarm.
<p style="margin-bottom:300px">&nbsp;</p>

View File

@ -17,5 +17,3 @@ weight=10
- [Begin the tutorial](index.md) - Setup your environment to prepare
to build a swarm.
<p style="margin-bottom:300px">&nbsp;</p>

View File

@ -103,5 +103,3 @@ desired state:
entered the `RUNNING` state in approximately 10 second increments.
Next, learn about how to [drain a node](drain-node.md) in the Swarm.
<p style="margin-bottom:300px">&nbsp;</p>

View File

@ -70,5 +70,3 @@ connected. The following example shows the tasks running on `manager1`:
At this point in the tutorial, you're finished with the `helloworld` service.
The next step shows how to [delete the service](delete-service.md).
<p style="margin-bottom:300px">&nbsp;</p>