Merge pull request #1493 from SvenDowideit/linkchecker-fixes

Small fixes found by linkchecker
This commit is contained in:
Sven Dowideit 2015-12-05 09:31:09 +10:00
commit b1d621c286
3 changed files with 18 additions and 1 deletions

View File

@ -7,7 +7,7 @@ RUN svn checkout https://github.com/docker/machine/trunk/docs /docs/content/mach
RUN svn checkout https://github.com/docker/distribution/trunk/docs /docs/content/registry
RUN svn checkout https://github.com/kitematic/kitematic/trunk/docs /docs/content/kitematic
RUN svn checkout https://github.com/docker/tutorials/trunk/docs /docs/content/tutorials
RUN svn checkout https://github.com/docker/opensource/trunk/docs /docs/content
RUN svn checkout https://github.com/docker/opensource/trunk/docs /docs/content/opensource
ENV PROJECT=swarm
# to get the git info for this repo

View File

@ -3,6 +3,7 @@
title = "Docker Swarm API"
description = "Swarm API"
keywords = ["docker, swarm, clustering, api"]
aliases = ["/swarm/api/"]
[menu.main]
parent="smn_swarm_ref"
+++

16
docs/scheduler/index.md Normal file
View File

@ -0,0 +1,16 @@
<!--[metadata]>
+++
title = "Docker Swarm Scheduling"
description = "Swarm: a Docker-native clustering system"
keywords = ["docker, swarm, clustering, scheduling"]
[menu.main]
parent="smn_workw_swarm"
+++
<![end-metadata]-->
## Advanced Scheduling
To learn more about advanced scheduling, see the
[strategies](strategy.md) and [filters](filter.md)
documents.