diff --git a/apidocs/cloud-api-source/source/includes/node.md b/apidocs/cloud-api-source/source/includes/node.md index 048440930a..df2396dddf 100644 --- a/apidocs/cloud-api-source/source/includes/node.md +++ b/apidocs/cloud-api-source/source/includes/node.md @@ -1,3 +1,5 @@ +{% raw %} + # Nodes ## Node @@ -374,3 +376,5 @@ Available in Docker Cloud's **REST API** Parameter | Description --------- | ----------- uuid | The UUID of the node to terminate + +{% endraw %} diff --git a/apidocs/cloud-api-source/source/includes/stack.md b/apidocs/cloud-api-source/source/includes/stack.md index 3ea9afb7c9..e8474148ae 100644 --- a/apidocs/cloud-api-source/source/includes/stack.md +++ b/apidocs/cloud-api-source/source/includes/stack.md @@ -1,3 +1,5 @@ +{% raw %} + # Stacks ## Stack @@ -566,3 +568,5 @@ Available in Docker Cloud's **REST API** Parameter | Description --------- | ----------- uuid | The UUID of the stack to terminate + +{% endraw %} diff --git a/engine/admin/formatting.md b/engine/admin/formatting.md index f927b46abb..be15f55608 100644 --- a/engine/admin/formatting.md +++ b/engine/admin/formatting.md @@ -9,6 +9,8 @@ menu: title: Format command and log output --- +{% raw %} + # Formatting reference Docker uses [Go templates](https://golang.org/pkg/text/template/) to allow users manipulate the output format @@ -64,3 +66,5 @@ Title capitalizes a string. Upper turns a string into its upper case representation. $ docker inspect --format "{{upper .Name}}" container + +{% endraw %} diff --git a/engine/admin/logging/fluentd.md b/engine/admin/logging/fluentd.md index 6c9ab1b4f6..d602931c22 100644 --- a/engine/admin/logging/fluentd.md +++ b/engine/admin/logging/fluentd.md @@ -10,6 +10,8 @@ menu: title: Fluentd logging driver --- +{% raw %} + # Fluentd logging driver The `fluentd` logging driver sends container logs to the @@ -113,3 +115,5 @@ aggregate store. 3. Start one or more containers with the `fluentd` logging driver: $ docker run --log-driver=fluentd your/application + +{% endraw %} diff --git a/engine/admin/logging/log_tags.md b/engine/admin/logging/log_tags.md index 6276344e03..4c1af249a1 100644 --- a/engine/admin/logging/log_tags.md +++ b/engine/admin/logging/log_tags.md @@ -11,6 +11,8 @@ menu: title: Log tags for logging driver --- +{% raw %} + # Log Tags The `tag` log option specifies how to format a tag that identifies the @@ -66,3 +68,5 @@ Apr 1 15:22:17 ip-10-27-39-73 docker/logtester.1234[45499]: + exec app Apr 1 15:22:17 ip-10-27-39-73 docker/logtester.1234[45499]: 2016-04-01 15:22:17.075416751 +0000 UTC stderr msg: 1 ``` + +{% endraw %} diff --git a/engine/admin/logging/overview.md b/engine/admin/logging/overview.md index 8790c2a2b1..49ff35c6d0 100644 --- a/engine/admin/logging/overview.md +++ b/engine/admin/logging/overview.md @@ -11,6 +11,8 @@ menu: title: Configuring Logging Drivers --- +{% raw %} + # Configure logging drivers The container can have a different logging driver than the Docker daemon. Use @@ -305,3 +307,5 @@ The Google Cloud Logging driver supports the following options: For detailed information about working with this logging driver, see the [Google Cloud Logging driver](gcplogs.md). reference documentation. + +{% endraw %} diff --git a/engine/admin/logging/splunk.md b/engine/admin/logging/splunk.md index c246331e1e..715aa38876 100644 --- a/engine/admin/logging/splunk.md +++ b/engine/admin/logging/splunk.md @@ -10,6 +10,8 @@ menu: title: Splunk logging driver --- +{% raw %} + # Splunk logging driver The `splunk` logging driver sends container logs to @@ -67,3 +69,5 @@ The `SplunkServerDefaultCert` is automatically generated by Splunk certificates. --env "TEST=false" --label location=west your/application + +{% endraw %} diff --git a/engine/deprecated.md b/engine/deprecated.md index 168344ca74..6b25d2f55b 100644 --- a/engine/deprecated.md +++ b/engine/deprecated.md @@ -11,6 +11,8 @@ menu: title: Deprecated Engine Features --- +{% raw %} + # Deprecated Engine Features The following list of features are deprecated in Engine. @@ -187,3 +189,5 @@ Since 1.9, Docker Content Trust Offline key has been renamed to Root key and the - DOCKER_CONTENT_TRUST_OFFLINE_PASSPHRASE is now named DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE - DOCKER_CONTENT_TRUST_TAGGING_PASSPHRASE is now named DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE + +{% endraw %} diff --git a/engine/reference/api/docker_remote_api_v1.18.md b/engine/reference/api/docker_remote_api_v1.18.md index fcc6a4b591..663bea87e0 100644 --- a/engine/reference/api/docker_remote_api_v1.18.md +++ b/engine/reference/api/docker_remote_api_v1.18.md @@ -9,6 +9,8 @@ menu: title: Remote API v1.18 --- +{% raw %} + # Docker Remote API v1.18 ## 1. Brief introduction @@ -2133,3 +2135,5 @@ To set cross origin requests to the remote api please give values to default or blank means CORS disabled $ docker -d -H="192.168.1.9:2375" --api-cors-header="http://foo.bar" + +{% endraw %} diff --git a/engine/reference/api/docker_remote_api_v1.19.md b/engine/reference/api/docker_remote_api_v1.19.md index 6b5a5db9c0..e6c5c39e71 100644 --- a/engine/reference/api/docker_remote_api_v1.19.md +++ b/engine/reference/api/docker_remote_api_v1.19.md @@ -9,6 +9,8 @@ menu: title: Remote API v1.19 --- +{% raw %} + # Docker Remote API v1.19 ## 1. Brief introduction @@ -2213,3 +2215,5 @@ To set cross origin requests to the remote api please give values to default or blank means CORS disabled $ docker -d -H="192.168.1.9:2375" --api-cors-header="http://foo.bar" + +{% endraw %} diff --git a/engine/reference/api/docker_remote_api_v1.20.md b/engine/reference/api/docker_remote_api_v1.20.md index 592c7ab2a1..bb33b0548f 100644 --- a/engine/reference/api/docker_remote_api_v1.20.md +++ b/engine/reference/api/docker_remote_api_v1.20.md @@ -9,6 +9,8 @@ menu: title: Remote API v1.20 --- +{% raw %} + # Docker Remote API v1.20 ## 1. Brief introduction @@ -2364,3 +2366,5 @@ To set cross origin requests to the remote api please give values to default or blank means CORS disabled $ dockerd -H="192.168.1.9:2375" --api-cors-header="http://foo.bar" + +{% endraw %} diff --git a/engine/reference/api/docker_remote_api_v1.21.md b/engine/reference/api/docker_remote_api_v1.21.md index f1de122747..1c53016903 100644 --- a/engine/reference/api/docker_remote_api_v1.21.md +++ b/engine/reference/api/docker_remote_api_v1.21.md @@ -9,6 +9,8 @@ menu: title: Remote API v1.21 --- +{% raw %} + # Docker Remote API v1.21 ## 1. Brief introduction @@ -2935,3 +2937,5 @@ To set cross origin requests to the remote api please give values to default or blank means CORS disabled $ dockerd -H="192.168.1.9:2375" --api-cors-header="http://foo.bar" + +{% endraw %} diff --git a/engine/reference/api/docker_remote_api_v1.22.md b/engine/reference/api/docker_remote_api_v1.22.md index 235157c7d9..263f6b3ce3 100644 --- a/engine/reference/api/docker_remote_api_v1.22.md +++ b/engine/reference/api/docker_remote_api_v1.22.md @@ -9,6 +9,8 @@ menu: title: Remote API v1.22 --- +{% raw %} + # Docker Remote API v1.22 ## 1. Brief introduction @@ -3271,3 +3273,5 @@ To set cross origin requests to the remote api please give values to default or blank means CORS disabled $ dockerd -H="192.168.1.9:2375" --api-cors-header="http://foo.bar" + +{% endraw %} diff --git a/engine/reference/api/docker_remote_api_v1.23.md b/engine/reference/api/docker_remote_api_v1.23.md index c7118f0d0c..123427392f 100644 --- a/engine/reference/api/docker_remote_api_v1.23.md +++ b/engine/reference/api/docker_remote_api_v1.23.md @@ -9,6 +9,8 @@ menu: title: Remote API v1.23 --- +{% raw %} + # Docker Remote API v1.23 ## 1. Brief introduction @@ -3387,3 +3389,5 @@ To set cross origin requests to the remote api please give values to default or blank means CORS disabled $ dockerd -H="192.168.1.9:2375" --api-cors-header="http://foo.bar" + +{% endraw %} diff --git a/engine/reference/api/docker_remote_api_v1.24.md b/engine/reference/api/docker_remote_api_v1.24.md index 1d9fe1c7a0..a5c1581b50 100644 --- a/engine/reference/api/docker_remote_api_v1.24.md +++ b/engine/reference/api/docker_remote_api_v1.24.md @@ -9,6 +9,8 @@ menu: title: Remote API v1.24 --- +{% raw %} + # Docker Remote API v1.24 # 1. Brief introduction @@ -5245,3 +5247,5 @@ To set cross origin requests to the remote api please give values to default or blank means CORS disabled $ dockerd -H="192.168.1.9:2375" --api-cors-header="http://foo.bar" + +{% endraw %} diff --git a/engine/reference/api/docker_remote_api_v1.25.md b/engine/reference/api/docker_remote_api_v1.25.md index 1cd58ac86e..bf94982c14 100644 --- a/engine/reference/api/docker_remote_api_v1.25.md +++ b/engine/reference/api/docker_remote_api_v1.25.md @@ -10,6 +10,8 @@ menu: title: Remote API v1.25 --- +{% raw %} + # Docker Remote API v1.25 # 1. Brief introduction @@ -5281,3 +5283,5 @@ To set cross origin requests to the remote api please give values to default or blank means CORS disabled $ dockerd -H="192.168.1.9:2375" --api-cors-header="http://foo.bar" + +{% endraw %} diff --git a/engine/reference/commandline/cli.md b/engine/reference/commandline/cli.md index f4b685afd6..730866da1c 100644 --- a/engine/reference/commandline/cli.md +++ b/engine/reference/commandline/cli.md @@ -9,6 +9,8 @@ menu: title: Use the Docker command line --- +{% raw %} + # Use the Docker command line To list available commands, either run `docker` with no parameters @@ -222,3 +224,5 @@ Sometimes, multiple options can call for a more complex value string as for Options like `--name=""` expect a string, and they can only be specified once. Options like `-c=0` expect an integer, and they can only be specified once. + +{% endraw %} diff --git a/engine/reference/commandline/commit.md b/engine/reference/commandline/commit.md index 45a39ba69a..bcd786a4fb 100644 --- a/engine/reference/commandline/commit.md +++ b/engine/reference/commandline/commit.md @@ -8,6 +8,8 @@ menu: title: commit --- +{% raw %} + # commit ```markdown @@ -84,3 +86,5 @@ created. Supported `Dockerfile` instructions: 89373736e2e7 testimage:version4 "apachectl -DFOREGROU" 3 seconds ago Up 2 seconds 80/tcp c3f279d17e0a ubuntu:12.04 /bin/bash 7 days ago Up 25 hours 197387f1b436 ubuntu:12.04 /bin/bash 7 days ago Up 25 hours + +{% endraw %} diff --git a/engine/reference/commandline/images.md b/engine/reference/commandline/images.md index fb5252f6cd..026d16754a 100644 --- a/engine/reference/commandline/images.md +++ b/engine/reference/commandline/images.md @@ -8,6 +8,8 @@ menu: title: images --- +{% raw %} + # images ```markdown @@ -274,3 +276,5 @@ can use: 746b819f315e postgres 9.3 746b819f315e postgres 9.3.5 746b819f315e postgres latest + +{% endraw %} diff --git a/engine/reference/commandline/inspect.md b/engine/reference/commandline/inspect.md index 55bc7c4210..43a937d25b 100644 --- a/engine/reference/commandline/inspect.md +++ b/engine/reference/commandline/inspect.md @@ -8,6 +8,8 @@ menu: title: inspect --- +{% raw %} + # inspect ```markdown @@ -80,3 +82,5 @@ Docker adds a template function, `json`, which can be applied to get results in JSON format. $ docker inspect --format='{{json .Config}}' $INSTANCE_ID + +{% endraw %} diff --git a/engine/reference/commandline/node_inspect.md b/engine/reference/commandline/node_inspect.md index aff088bf0f..2037ae76f6 100644 --- a/engine/reference/commandline/node_inspect.md +++ b/engine/reference/commandline/node_inspect.md @@ -8,6 +8,8 @@ menu: title: node inspect --- +{% raw %} + **Warning:** this command is part of the Swarm management feature introduced in Docker 1.12, and might be subject to non backward-compatible changes. # node inspect @@ -126,3 +128,5 @@ Example output: * [node ps](node_ps.md) * [node ls](node_ls.md) * [node rm](node_rm.md) + +{% endraw %} diff --git a/engine/reference/commandline/ps.md b/engine/reference/commandline/ps.md index 299b6d8fe1..c5046c3e12 100644 --- a/engine/reference/commandline/ps.md +++ b/engine/reference/commandline/ps.md @@ -8,6 +8,8 @@ menu: title: ps --- +{% raw %} + # ps ```markdown @@ -366,3 +368,5 @@ a87ecb4f327c com.docker.swarm.node=ubuntu,com.docker.swarm.storage=ssd c1d3b0166030 com.docker.swarm.node=debian,com.docker.swarm.cpu=6 41d50ecd2f57 com.docker.swarm.node=fedora,com.docker.swarm.cpu=3,com.docker.swarm.storage=ssd ``` + +{% endraw %} diff --git a/engine/reference/commandline/service_inspect.md b/engine/reference/commandline/service_inspect.md index 195426b0c4..54b19693dd 100644 --- a/engine/reference/commandline/service_inspect.md +++ b/engine/reference/commandline/service_inspect.md @@ -8,6 +8,8 @@ menu: title: service inspect --- +{% raw %} + **Warning:** this command is part of the Swarm management feature introduced in Docker 1.12, and might be subject to non backward-compatible changes. # service inspect @@ -153,3 +155,5 @@ $ docker service inspect --format='{{.Spec.Mode.Replicated.Replicas}}' redis * [service scale](service_scale.md) * [service ps](service_ps.md) * [service update](service_update.md) + +{% endraw %} diff --git a/engine/reference/commandline/version.md b/engine/reference/commandline/version.md index bbccec9c1a..862eda73a9 100644 --- a/engine/reference/commandline/version.md +++ b/engine/reference/commandline/version.md @@ -8,6 +8,8 @@ menu: title: version --- +{% raw %} + # version ```markdown @@ -56,3 +58,5 @@ describes all the details of the format. $ docker version --format '{{json .}}' {"Client":{"Version":"1.8.0","ApiVersion":"1.20","GitCommit":"f5bae0a","GoVersion":"go1.4.2","Os":"linux","Arch":"amd64","BuildTime":"Tue Jun 23 17:56:00 UTC 2015"},"ServerOK":true,"Server":{"Version":"1.8.0","ApiVersion":"1.20","GitCommit":"f5bae0a","GoVersion":"go1.4.2","Os":"linux","Arch":"amd64","KernelVersion":"3.13.2-gentoo","BuildTime":"Tue Jun 23 17:56:00 UTC 2015"}} + +{% endraw %} diff --git a/engine/reference/commandline/volume_inspect.md b/engine/reference/commandline/volume_inspect.md index 5539a3af6a..82257d8d5e 100644 --- a/engine/reference/commandline/volume_inspect.md +++ b/engine/reference/commandline/volume_inspect.md @@ -8,6 +8,8 @@ menu: title: volume inspect --- +{% raw %} + # volume inspect ```markdown @@ -49,3 +51,5 @@ Example output: * [volume ls](volume_ls.md) * [volume rm](volume_rm.md) * [Understand Data Volumes](../../tutorials/dockervolumes.md) + +{% endraw %} diff --git a/engine/reference/run.md b/engine/reference/run.md index ef9939a867..dd133f74f7 100644 --- a/engine/reference/run.md +++ b/engine/reference/run.md @@ -9,6 +9,8 @@ menu: title: Docker run reference --- +{% raw %} + # Docker run reference Docker runs processes in isolated containers. A container is a process @@ -1551,3 +1553,5 @@ root directory (`/`), but the developer can set a different default with the Dockerfile `WORKDIR` command. The operator can override this with: -w="": Working directory inside the container + +{% endraw %} diff --git a/engine/swarm/admin_guide.md b/engine/swarm/admin_guide.md index 97cdcbbcf0..4be3a11d42 100644 --- a/engine/swarm/admin_guide.md +++ b/engine/swarm/admin_guide.md @@ -12,6 +12,8 @@ menu: title: Swarm administration guide --- +{% raw %} + # Administer and maintain a swarm of Docker Engines When you run a swarm of Docker Engines, **manager nodes** are the key components @@ -262,3 +264,5 @@ The `--force-new-cluster` flag puts the Docker Engine into swarm mode as a manager node of a single-node swarm. It discards swarm membership information that existed before the loss of the quorum but it retains data necessary to the Swarm such as services, tasks and the list of worker nodes. + +{% endraw %} diff --git a/engine/swarm/ingress.md b/engine/swarm/ingress.md index 02f7f464f6..db2bb3af5b 100644 --- a/engine/swarm/ingress.md +++ b/engine/swarm/ingress.md @@ -15,6 +15,8 @@ menu: title: Use swarm mode routing mesh --- +{% raw %} + # Use swarm mode routing mesh Docker Engine swarm mode makes it easy to publish ports for services to make @@ -135,3 +137,5 @@ To learn more about HAProxy, see the [HAProxy documentation](https://cbonte.gith ## Learn more * [Deploy services to a swarm](services.md) + +{% endraw %} diff --git a/engine/swarm/networking.md b/engine/swarm/networking.md index 381c50e0d8..af836919ef 100644 --- a/engine/swarm/networking.md +++ b/engine/swarm/networking.md @@ -13,6 +13,8 @@ menu: title: Attach services to an overlay network --- +{% raw %} + # Attach services to an overlay network Docker Engine swarm mode natively supports **overlay networks**, so you can @@ -309,3 +311,5 @@ is not the right tool to confirm VIP connectivity. * [Swarm administration guide](admin_guide.md) * [Docker Engine command line reference](../reference/commandline/index.md) * [Swarm mode tutorial](swarm-tutorial/index.md) + +{% endraw %} diff --git a/engine/tutorials/networkingcontainers.md b/engine/tutorials/networkingcontainers.md index 8e5ed3b81d..62f71f322b 100644 --- a/engine/tutorials/networkingcontainers.md +++ b/engine/tutorials/networkingcontainers.md @@ -12,6 +12,8 @@ menu: title: Network containers --- +{% raw %} + # Network containers If you are working your way through the user guide, you just built and ran a @@ -261,3 +263,5 @@ The `ping` shows it is contacting a different IP address, the address on the `my ## Next steps Now that you know how to network containers, see [how to manage data in containers](dockervolumes.md). + +{% endraw %} diff --git a/engine/tutorials/usingdocker.md b/engine/tutorials/usingdocker.md index 775810d89e..4c3dc60229 100644 --- a/engine/tutorials/usingdocker.md +++ b/engine/tutorials/usingdocker.md @@ -12,6 +12,8 @@ menu: title: Run a simple application --- +{% raw %} + # Run a simple application In the ["*Hello world in a container*"](dockerizing.md) you launched your @@ -320,3 +322,5 @@ Until now you've only used images that you've downloaded from Docker Hub. Next, you can get introduced to building and sharing our own images. Go to [Working with Docker Images](dockerimages.md). + +{% endraw %} diff --git a/engine/userguide/networking/default_network/dockerlinks.md b/engine/userguide/networking/default_network/dockerlinks.md index 68306df4e3..999dc03d04 100644 --- a/engine/userguide/networking/default_network/dockerlinks.md +++ b/engine/userguide/networking/default_network/dockerlinks.md @@ -10,6 +10,8 @@ menu: title: Legacy container links --- +{% raw %} + # Legacy container links The information in this section explains legacy container links within the Docker default bridge. This is a `bridge` network named `bridge` created automatically when you install Docker. @@ -370,3 +372,5 @@ allowing linked communication to continue. 172.17.0.9 db # Related information + +{% endraw %} diff --git a/engine/userguide/networking/work-with-networks.md b/engine/userguide/networking/work-with-networks.md index 3719ecc51c..5eca0582c6 100644 --- a/engine/userguide/networking/work-with-networks.md +++ b/engine/userguide/networking/work-with-networks.md @@ -9,6 +9,8 @@ menu: title: Work with network commands --- +{% raw %} + # Work with network commands This article provides examples of the network subcommands you can use to @@ -926,3 +928,5 @@ f7ab26d71dbd bridge bridge * [network disconnect](../../reference/commandline/network_disconnect.md) * [network ls](../../reference/commandline/network_ls.md) * [network rm](../../reference/commandline/network_rm.md) + +{% endraw %} diff --git a/machine/reference/inspect.md b/machine/reference/inspect.md index 773407c957..d3ee82da86 100644 --- a/machine/reference/inspect.md +++ b/machine/reference/inspect.md @@ -9,6 +9,8 @@ menu: title: inspect --- +{% raw %} + # inspect Usage: docker-machine inspect [OPTIONS] [arg...] @@ -87,3 +89,5 @@ While this is usable, it's not very human-readable. For this reason, there is "SwarmHost": "tcp://0.0.0.0:3376", "SwarmMaster": false } + +{% endraw %} diff --git a/machine/reference/ls.md b/machine/reference/ls.md index e13199b8e3..ff2f9d681a 100644 --- a/machine/reference/ls.md +++ b/machine/reference/ls.md @@ -8,6 +8,8 @@ menu: title: ls --- +{% raw %} + # ls Usage: docker-machine ls [OPTIONS] [arg...] @@ -106,3 +108,5 @@ To list all machine names with their driver in a table format you can use: NAME DRIVER default virtualbox ec2 amazonec2 + +{% endraw %}