Anne Henmi
d02cc95e00
Merge pull request #5992 from monochromata/master
...
Add docker-machine-driver-hetzner
2018-11-27 09:31:35 -07:00
Anne Henmi
837beda76b
Update build_enhancements.md
...
Capitalized headers.
2018-11-27 09:24:09 -07:00
ollypom
6b72c1a6cd
Added details for /var partition
...
Signed-off-by: ollypom <oppomeroy@gmail.com>
2018-11-26 20:46:14 +00:00
ddeyo
aac26a77d5
issue #783 draft
2018-11-26 11:50:58 -08:00
Trevor Allen
0d8a5a46df
Add network-routing clarification to comparison
...
Add a line to comparison mentioning that docker-for-mac doesn't support routing traffic to containers.
2018-11-26 08:50:38 -05:00
Jeffrey Morgan
893c82a11f
Merge branch 'upstream-master'
2018-11-25 12:31:28 -05:00
Jeffrey Morgan
25bbd737b2
Update repo images
2018-11-25 12:25:40 -05:00
Jeffrey Morgan
3d30bfc230
Udpdates to repos
2018-11-25 12:11:58 -05:00
Jeffrey Morgan
393ea86606
Repos & official image updates
2018-11-23 11:05:08 -05:00
Jeffrey Morgan
435a720308
Re-write Orgs & Webhooks docs
2018-11-22 16:16:13 -05:00
Damian Łysiak
395557124d
Update network-tutorial-macvlan.md
2018-11-22 22:07:58 +01:00
Jeffrey Morgan
dc62a08d60
Fixing get-started guide
2018-11-22 13:27:52 -05:00
Akihiro Suda
61b142bc65
Update build_enhancements.md
2018-11-23 03:09:08 +09:00
Sujay Pillai
a8013eee96
Word Correction for LDAP
...
Updated the word LDAD to LDAP
2018-11-22 16:25:36 +08:00
Benjamin Foote
053120e7f5
fix json
...
The example json response does not parse correctly
Improper escaping of the `repository.dockerfile` "[/var/cache/apt-cacher-ng]" substring causes the parser to fail.
2018-11-21 16:56:44 -08:00
Robbert
cfc5f85f53
Typo fix
...
exiting-container => existing-container
2018-11-22 00:31:08 +01:00
Jeffrey Morgan
3602540596
Fix small issues
2018-11-21 16:49:26 -05:00
Jeffrey Morgan
c0656fa7fa
Rename official repos to official images
2018-11-21 15:19:50 -05:00
Gaurav Sharma
f7e90e31d4
Update dockerfile_best-practices.md
2018-11-21 22:10:08 +05:30
Gaurav Sharma
862562f9e6
change dash to bash.
...
in this file, I have seen dash instead of bash.
2018-11-21 22:07:48 +05:30
Anne Henmi
fc9490a8e2
Removed merge conflict.
2018-11-21 08:45:30 -07:00
Sebastiaan van Stijn
a967b6ccc9
Add note about log-opt options in daemon.json taking string values only
...
log-opts are passed to logging-drivers as-is, so the daemon is not
aware what value-type each option takes.
For this reason, all options must be provided as a string, even if
they are used as numeric values by the logging driver.
For example, to pass the "max-file" option to the default (json-file)
logging driver, this value has to be passed as a string;
```json
{
"log-driver": "json-file",
"log-opts": {
"max-size": "10m",
"max-file": "3"
}
}
```
When passed as a _number_ (`"max-file": 3`), the daemon will invalidate
the configuration file, and fail to start;
unable to configure the Docker daemon with file /etc/docker/daemon.json: json: cannot unmarshal number into Go value of type string
This patch adds an example to the daemon.json to show these values
have to be passed as strings.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2018-11-21 14:55:36 +01:00
Sebastiaan van Stijn
472eafd45e
Fix formatting of option-table in syslog driver
...
Part of the format description was accidentally aligned
with the "example value" column.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2018-11-21 14:41:53 +01:00
Sebastiaan van Stijn
aa77505b67
Use --format to get active logging driver
...
This approach works on all platforms, and reduces the dependency
on external tools (`grep` in this case).
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2018-11-21 14:00:09 +01:00
Sebastiaan van Stijn
8f36e28ad5
Remove note about Docker 17.05
...
Docker Engine 17.05 has reached EOL, so all current versions of the
Docker Engine now support this feature.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2018-11-21 13:36:35 +01:00
ollypom
92b803745e
Fixing a few nits :)
...
Signed-off-by: ollypom <oppomeroy@gmail.com>
2018-11-21 11:14:42 +00:00
Maria Bermudez
3263452bec
Merge pull request #7093 from trapier/ucp-3.0.2-no-cni_ipinip_mtu
...
ucp 3.0.2 release notes: dereference cni_ipinip_mtu
2018-11-20 14:46:19 -08:00
Maria Bermudez
85c00d77d8
Incorporate missed feedback from David
2018-11-20 12:08:16 -08:00
Maria Bermudez
50069891c0
Merge pull request #5982 from gidder/patch-1
...
add info about arm64 repo
2018-11-20 11:56:33 -08:00
Anne Henmi
1085883701
Initial draft.
2018-11-20 09:10:08 -07:00
Sebastiaan van Stijn
ce08f9ae46
Update API version matrix for 18.06 and 18.09
...
The Docker 18.06 and 18.09 releases were missing in the
API version matrix.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2018-11-20 15:14:14 +01:00
Антон Вахмин (Anton Vakhmin)
2ba2ec9547
fixed typo in runmetrics.md
2018-11-20 12:35:39 +05:00
Maria Bermudez
0007859641
Incorporated peer feedback and added edits to current version
2018-11-19 17:47:16 -08:00
ollypom
b130e505f6
Updated for UCP 3.1
...
Signed-off-by: ollypom <oppomeroy@gmail.com>
2018-11-19 21:23:51 +00:00
ollypom
c783ab5f54
Backport Azure Docs to UCP 3.0
...
Signed-off-by: ollypom <oppomeroy@gmail.com>
2018-11-19 21:00:47 +00:00
ollypom
8d43cc1541
Update Orchestrator Label Prereq
...
Signed-off-by: ollypom <oppomeroy@gmail.com>
2018-11-19 20:54:35 +00:00
ollypom
6cc30a72f5
Missed an IPCOUNT variable
...
Signed-off-by: ollypom <oppomeroy@gmail.com>
2018-11-19 20:54:34 +00:00
ollypom
22e5ea222d
Updated following Mark's feedback
...
Signed-off-by: ollypom <oppomeroy@gmail.com>
2018-11-19 20:54:34 +00:00
ollypom
93547f4653
Formatting errors
...
Signed-off-by: ollypom <oppomeroy@gmail.com>
2018-11-19 20:54:34 +00:00
ollypom
ec853f342d
Updated per Alex's Comments
...
Signed-off-by: ollypom <oppomeroy@gmail.com>
2018-11-19 20:54:34 +00:00
ollypom
a70c02101f
Added Azure Config File
...
Signed-off-by: ollypom <oppomeroy@gmail.com>
2018-11-19 20:54:34 +00:00
Jeffrey Morgan
dacad06fbd
Merge branch 'master' into consolidation-changes
2018-11-19 15:41:14 -05:00
JoeWrightss
ff1019abb4
Merge branch 'patch-1' of https://github.com/JoeWrightss/docker.github.io into patch-1
2018-11-19 23:33:02 +08:00
JoeWrightss
3b4103fc4a
fix typos
...
Signed-off-by: JoeWrightss <zhoulin.xie@daocloud.io>
2018-11-19 23:32:28 +08:00
JoeWrightss
2d41184f8f
fix some typos
2018-11-19 23:23:35 +08:00
Jenkins-pr-release-docs
2e0a7269ad
Docker for mac stable relnotes 2.0.0.0-mac78
...
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2018-11-19 12:46:11 +00:00
Jenkins-pr-release-docs
ebc7f7d282
Docker for win stable relnotes 2.0.0.0-win78
...
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2018-11-19 12:38:14 +00:00
Maria Bermudez
527fcc8476
- Copy contents: reference/dtr/2.5/ -> datacenter/dtr/2.5/reference/ and reference/ucp/3.0 -> datacenter/ucp/3.0/reference
...
Remove reference/dtr/2.5 and reference/ucp/3.0
2018-11-16 15:09:41 -08:00
Maria Bermudez
3840f1b232
Merge pull request #7688 from trapier/fix-dtr-versions
...
dtr: fix a couple variable templates
2018-11-16 11:31:50 -08:00
Anne Henmi
01760eb80c
Merge pull request #7702 from darwin-traver/patch-14
...
Fix FIPS /proc path typo
2018-11-16 12:08:57 -07:00