Skip to content

Commit 65ec3a3

Browse files
author
Benjamin R. Haskell
committed
Revert pull request docker#48
Reverts commit b3a6208 in order to replace it with more-targeted blocks.
1 parent bdc4a3b commit 65ec3a3

35 files changed

+0
-140
lines changed

apidocs/cloud-api-source/source/includes/node.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
{% raw %}
2-
31
# Nodes
42

53
## Node
@@ -376,5 +374,3 @@ Available in Docker Cloud's **REST API**
376374
Parameter | Description
377375
--------- | -----------
378376
uuid | The UUID of the node to terminate
379-
380-
{% endraw %}

apidocs/cloud-api-source/source/includes/stack.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
{% raw %}
2-
31
# Stacks
42

53
## Stack
@@ -568,5 +566,3 @@ Available in Docker Cloud's **REST API**
568566
Parameter | Description
569567
--------- | -----------
570568
uuid | The UUID of the stack to terminate
571-
572-
{% endraw %}

engine/admin/formatting.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ menu:
99
title: Format command and log output
1010
---
1111

12-
{% raw %}
13-
1412
# Formatting reference
1513

1614
Docker uses [Go templates](https://golang.org/pkg/text/template/) to allow users manipulate the output format
@@ -66,5 +64,3 @@ Title capitalizes a string.
6664
Upper turns a string into its upper case representation.
6765

6866
$ docker inspect --format "{{upper .Name}}" container
69-
70-
{% endraw %}

engine/admin/logging/fluentd.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ menu:
1010
title: Fluentd logging driver
1111
---
1212

13-
{% raw %}
14-
1513
# Fluentd logging driver
1614

1715
The `fluentd` logging driver sends container logs to the
@@ -115,5 +113,3 @@ aggregate store.
115113
3. Start one or more containers with the `fluentd` logging driver:
116114

117115
$ docker run --log-driver=fluentd your/application
118-
119-
{% endraw %}

engine/admin/logging/log_tags.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ menu:
1111
title: Log tags for logging driver
1212
---
1313

14-
{% raw %}
15-
1614
# Log Tags
1715

1816
The `tag` log option specifies how to format a tag that identifies the
@@ -68,5 +66,3 @@ Apr 1 15:22:17 ip-10-27-39-73 docker/logtester.1234[45499]: + exec app
6866
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
6967
```
7068

71-
72-
{% endraw %}

engine/admin/logging/overview.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ menu:
1111
title: Configuring Logging Drivers
1212
---
1313

14-
{% raw %}
15-
1614
# Configure logging drivers
1715

1816
The container can have a different logging driver than the Docker daemon. Use
@@ -307,5 +305,3 @@ The Google Cloud Logging driver supports the following options:
307305

308306
For detailed information about working with this logging driver, see the
309307
[Google Cloud Logging driver](gcplogs.md). reference documentation.
310-
311-
{% endraw %}

engine/admin/logging/splunk.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ menu:
1010
title: Splunk logging driver
1111
---
1212

13-
{% raw %}
14-
1513
# Splunk logging driver
1614

1715
The `splunk` logging driver sends container logs to
@@ -69,5 +67,3 @@ The `SplunkServerDefaultCert` is automatically generated by Splunk certificates.
6967
--env "TEST=false"
7068
--label location=west
7169
your/application
72-
73-
{% endraw %}

engine/deprecated.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ menu:
1111
title: Deprecated Engine Features
1212
---
1313

14-
{% raw %}
15-
1614
# Deprecated Engine Features
1715

1816
The following list of features are deprecated in Engine.
@@ -189,5 +187,3 @@ Since 1.9, Docker Content Trust Offline key has been renamed to Root key and the
189187

190188
- DOCKER_CONTENT_TRUST_OFFLINE_PASSPHRASE is now named DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE
191189
- DOCKER_CONTENT_TRUST_TAGGING_PASSPHRASE is now named DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE
192-
193-
{% endraw %}

engine/reference/api/docker_remote_api_v1.18.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ menu:
99
title: Remote API v1.18
1010
---
1111

12-
{% raw %}
13-
1412
# Docker Remote API v1.18
1513

1614
## 1. Brief introduction
@@ -2135,5 +2133,3 @@ To set cross origin requests to the remote api please give values to
21352133
default or blank means CORS disabled
21362134

21372135
$ docker -d -H="192.168.1.9:2375" --api-cors-header="http://foo.bar"
2138-
2139-
{% endraw %}

engine/reference/api/docker_remote_api_v1.19.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ menu:
99
title: Remote API v1.19
1010
---
1111

12-
{% raw %}
13-
1412
# Docker Remote API v1.19
1513

1614
## 1. Brief introduction
@@ -2215,5 +2213,3 @@ To set cross origin requests to the remote api please give values to
22152213
default or blank means CORS disabled
22162214

22172215
$ docker -d -H="192.168.1.9:2375" --api-cors-header="http://foo.bar"
2218-
2219-
{% endraw %}

0 commit comments

Comments
 (0)