mirror of https://github.com/docker/docs.git
Update imports to work properly (#1221)
Update imports to work properly
This commit is contained in:
parent
91548a27ae
commit
ebe778b906
12
Dockerfile
12
Dockerfile
|
@ -24,6 +24,18 @@ ENV DISTRIBUTION_BRANCH="release/2.5"
|
|||
# then build the whole site to static HTML using Jekyll
|
||||
|
||||
RUN svn co https://github.com/docker/docker/branches/$ENGINE_BRANCH/docs/extend allv/engine/extend \
|
||||
&& wget -O allv/engine/api/v1.18.md https://raw.githubusercontent.com/docker/docker/$ENGINE_BRANCH/docs/api/v1.18.md \
|
||||
&& wget -O allv/engine/api/v1.19.md https://raw.githubusercontent.com/docker/docker/$ENGINE_BRANCH/docs/api/v1.19.md \
|
||||
&& wget -O allv/engine/api/v1.20.md https://raw.githubusercontent.com/docker/docker/$ENGINE_BRANCH/docs/api/v1.20.md \
|
||||
&& wget -O allv/engine/api/v1.21.md https://raw.githubusercontent.com/docker/docker/$ENGINE_BRANCH/docs/api/v1.21.md \
|
||||
&& wget -O allv/engine/api/v1.22.md https://raw.githubusercontent.com/docker/docker/$ENGINE_BRANCH/docs/api/v1.22.md \
|
||||
&& wget -O allv/engine/api/v1.23.md https://raw.githubusercontent.com/docker/docker/$ENGINE_BRANCH/docs/api/v1.23.md \
|
||||
&& wget -O allv/engine/api/v1.24.md https://raw.githubusercontent.com/docker/docker/$ENGINE_BRANCH/docs/api/v1.24.md \
|
||||
&& wget -O allv/engine/api/version-history.md https://raw.githubusercontent.com/docker/docker/$ENGINE_BRANCH/docs/api/version-history.md \
|
||||
&& wget -O allv/engine/reference/glossary.md https://raw.githubusercontent.com/docker/docker/$ENGINE_BRANCH/docs/reference/glossary.md \
|
||||
&& wget -O allv/engine/reference/builder.md https://raw.githubusercontent.com/docker/docker/$ENGINE_BRANCH/docs/reference/builder.md \
|
||||
&& wget -O allv/engine/reference/run.md https://raw.githubusercontent.com/docker/docker/$ENGINE_BRANCH/docs/reference/run.md \
|
||||
&& wget -O allv/engine/reference/commandline/cli.md https://raw.githubusercontent.com/docker/docker/$ENGINE_BRANCH/docs/reference/commandline/cli.md \
|
||||
&& wget -O allv/engine/deprecated.md https://raw.githubusercontent.com/docker/docker/$ENGINE_BRANCH/docs/deprecated.md \
|
||||
&& svn co https://github.com/docker/distribution/branches/$DISTRIBUTION_BRANCH/docs/spec allv/registry/spec \
|
||||
&& wget -O allv/registry/configuration.md https://raw.githubusercontent.com/docker/distribution/$DISTRIBUTION_BRANCH/docs/configuration.md \
|
||||
|
|
|
@ -289,7 +289,7 @@ toc:
|
|||
title: Configuring Logging Drivers
|
||||
- path: /engine/admin/logging/log_tags/
|
||||
title: Log tags for logging driver
|
||||
- path: engine/admin/logging/logentries/
|
||||
- path: /engine/admin/logging/logentries/
|
||||
title: Logentries logging driver
|
||||
- path: /engine/admin/logging/awslogs/
|
||||
title: Amazon CloudWatch Logs logging driver
|
||||
|
@ -681,16 +681,12 @@ toc:
|
|||
section:
|
||||
- path: /engine/reference/commandline/stack/
|
||||
title: docker stack
|
||||
- path: /engine/reference/commandline/stack_config/
|
||||
title: docker stack config
|
||||
- path: /engine/reference/commandline/stack_deploy/
|
||||
title: docker stack deploy
|
||||
- path: /engine/reference/commandline/stack_rm/
|
||||
title: docker stack rm
|
||||
- path: /engine/reference/commandline/stack_services/
|
||||
title: docker stack services
|
||||
- path: /engine/reference/commandline/stack_tasks/
|
||||
title: docker stack tasks
|
||||
- path: /engine/reference/commandline/start/
|
||||
title: docker start
|
||||
- path: /engine/reference/commandline/stats/
|
||||
|
|
|
@ -236,7 +236,7 @@ containers that should be running at any given time.
|
|||
|
||||
Specify placement constraints. For a full description of the syntax and
|
||||
available types of constraints, see the
|
||||
[docker service create](engine/reference/commandline/service_create.md#specify-service-constraints-constraint)
|
||||
[docker service create](/engine/reference/commandline/service_create.md#specify-service-constraints-constraint)
|
||||
documentation.
|
||||
|
||||
placement:
|
||||
|
|
Loading…
Reference in New Issue