Fix some Liquid errors

Signed-off-by: Misty Stanley-Jones <misty@docker.com>
This commit is contained in:
Misty Stanley-Jones 2017-02-14 16:40:15 -08:00
parent 3dc87714d1
commit 2e19cc0cc4
3 changed files with 23 additions and 13 deletions

View File

@ -183,7 +183,11 @@ Log tags are now generated in a standard way across different logging drivers.
Because of which, the driver specific log tag options `syslog-tag`, `gelf-tag` and Because of which, the driver specific log tag options `syslog-tag`, `gelf-tag` and
`fluentd-tag` have been deprecated in favor of the generic `tag` option. `fluentd-tag` have been deprecated in favor of the generic `tag` option.
```bash
{% raw %}
docker --log-driver=syslog --log-opt tag="{{.ImageName}}/{{.Name}}/{{.ID}}" docker --log-driver=syslog --log-opt tag="{{.ImageName}}/{{.Name}}/{{.ID}}"
{% endraw %}
```
### LXC built-in exec driver ### LXC built-in exec driver
**Deprecated In Release: [v1.8.0](https://github.com/docker/docker/releases/tag/v1.8.0)** **Deprecated In Release: [v1.8.0](https://github.com/docker/docker/releases/tag/v1.8.0)**

View File

@ -170,8 +170,10 @@ In the following example, node1 is the manager and node2 is the worker.
4. Observe the task getting scheduled in node 2: 4. Observe the task getting scheduled in node 2:
```bash ```bash
{% raw %}
$ docker ps --format '{{.ID}}\t {{.Status}} {{.Names}} {{.Command}}' $ docker ps --format '{{.ID}}\t {{.Status}} {{.Names}} {{.Command}}'
83fc1e842599 Up 2 days my-service.1.9jn59qzn7nbc3m0zt1hij12xs "top" 83fc1e842599 Up 2 days my-service.1.9jn59qzn7nbc3m0zt1hij12xs "top"
{% endraw %}
``` ```
## Developing a plugin ## Developing a plugin

View File

@ -287,7 +287,9 @@ and `Parent`. `Parent` may be an empty string, in which case there is no parent.
**Response**: **Response**:
``` ```
{% raw %}
{{ TAR STREAM }} {{ TAR STREAM }}
{% endraw %}
``` ```
### /GraphDriver.Changes ### /GraphDriver.Changes
@ -330,7 +332,9 @@ Respond with a non-empty string error if an error occurred.
**Request**: **Request**:
``` ```
{% raw %}
{{ TAR STREAM }} {{ TAR STREAM }}
{% endraw %}
``` ```
Extract the changeset from the given diff into the layer with the specified `ID` Extract the changeset from the given diff into the layer with the specified `ID`