idi-ot
97066ff158
fix typo: container5 -> container6 ( #5767 )
2018-01-18 09:33:38 -08:00
idi-ot
5542754db3
fix type: umlimited -> unlimited ( #5768 )
2018-01-18 09:32:50 -08:00
Giancarlo Romeo
ed3c93aadb
Fix typo ( #5740 )
2018-01-16 12:12:10 -08:00
Marco Davalos
4d2e963b4e
Removed unnecessary RUN command from Dockerfile.build in multistage-build.md ( #5750 )
2018-01-16 09:09:38 -08:00
Ben Wells
cb3f9aced6
Wait after processes are launched to poll to see whether they have exited ( #5686 )
2018-01-12 13:32:18 -08:00
Logan Rakai
4c4543e467
Typo fix ( #5707 )
2018-01-11 09:11:27 -08:00
Logan Rakai
2dd0056d60
Correct warning text ( #5700 )
...
may still be locked -> may still be unlocked
2018-01-09 08:05:46 -08:00
Michael Friis
424e7c4c63
clean up whitespace ( #5665 )
2018-01-05 10:59:44 -08:00
gbarr01
7c3df66e72
Add API v1.35 dir and update references
2018-01-02 17:13:00 -08:00
gbarr01
3950e84534
Update CLI reference files and TOC
2018-01-02 17:13:00 -08:00
Akim Demaille
757c140877
Mac: the disk image has moved ( #5603 )
...
* Mac: the disk image has moved
In the forthcoming release of Docker for Mac, the disk image is in
another directory (was needed for future changes).
Signed-off-by: Akim Demaille <akim.demaille@docker.com>
* Mac: FAQ: Promote "Disk Usage" questions
One level upper.
Signed-off-by: Akim Demaille <akim.demaille@docker.com>
2018-01-02 17:13:00 -08:00
gbarr01
22852c0b21
Update seccomp note and remove ref to Fedora 22
2018-01-02 17:13:00 -08:00
gbarr01
7fcb35b57f
Add Fedora 27; Update refs to fc24
2018-01-02 17:13:00 -08:00
Misty Stanley-Jones
15eb7fe379
Swarm service isolation ( #5564 )
2018-01-02 17:13:00 -08:00
Misty Stanley-Jones
2b68553bf4
Document quota support for VFS driver ( #5560 )
2018-01-02 17:13:00 -08:00
dungeonmaster18
e90fbae9e4
Added documentation for fluentd plugin sub-second-precision flag
...
Signed-off-by: dungeonmaster18 <umesh4257@gmail.com>
2018-01-02 17:13:00 -08:00
Thomas Matthijs
646fa53a52
Keep required [Service] like the example above it ( #5648 )
2018-01-02 10:08:16 -08:00
Stephen Kuenzli
8ad2680824
Document the `mode` and `max-buffer-size` log options ( #5613 )
...
* Document how and why to configure the `mode` and `max-buffer-size` log options
2017-12-27 14:08:47 -08:00
William Richard
cd296bbae1
Update journald logging driver options docs ( #5572 )
...
* Updated the options docs for journald driver
I have updated the options documentation for the journald logging driver, since I was having trouble understanding how it was supposed to be used. I modeled it heavily after the google cloud logging driver docs, since I found those helpful in solving my own issues.
2017-12-27 13:04:04 -08:00
Renato Piccoli
d30e1955a9
Confusion between `--publish` and `published` ( #5614 )
2017-12-27 11:25:20 -08:00
Peter Kokot
1dba72ce24
Fix typo ( #5611 )
...
This patch fixes minor typo of the `docker-compose` command.
2017-12-26 12:40:03 -08:00
Sebastiaan van Stijn
32958e7c60
Improve Engine API documentation ( #5607 )
...
* Share redoc JavaScript between API versions
The redoc JavaScript is a big file, and there's no need
to keep a separate copy for each version of the API.
This patch removes the copy per-version and moves the script
to a central location.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* Use central stylesheet for API reference
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* Update ReDoc to v1.19.3
Changelog can be found at https://github.com/Rebilly/ReDoc/blob/v1.19.3/CHANGELOG.md
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* Hide "request type" badges in menu
ReDoc 1.13 added "request type" badges in the menu
given that we didn't show these before, this patch
hides them.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* Add .map file for ReDoc
Having a .map file allows debugging script issues
in the ReDoc JavaScript (which is minified).
It's a big file, but may be useful to have.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-12-26 12:35:10 -08:00
Misty Stanley-Jones
2b5f1a1731
Add clarification about the path argument ( #5620 )
2017-12-26 12:27:53 -08:00
Misty Stanley-Jones
cd1260a28d
Remove misleading generic storage driver instructions ( #5619 )
2017-12-26 12:27:26 -08:00
Thibault Jamet
3c44bc7f74
Add multi stage build best practices ( #5481 )
...
Signed-off-by: Thibault Jamet <tjamet@users.noreply.github.com>
2017-12-20 15:00:55 -08:00
Umesh Yadav
f834679182
fix broken link ( #5581 )
...
Signed-off-by: dungeonmaster18 <umesh4257@gmail.com>
2017-12-20 13:40:49 -08:00
Mattias Appelgren
a85d664d6b
Fix typo of journald env-regex option ( #5552 )
2017-12-19 13:09:43 -08:00
Miguel A. C
b49dbf9dbd
Fix typo in how pki works in swarm ( #5566 )
2017-12-19 13:08:28 -08:00
Miguel A. C
354fac77a7
Add missing logentries row to supported drivers table ( #5567 )
2017-12-19 13:08:02 -08:00
Ameya Shenoy
3fc2a1f341
minor grammatical fixes ( #5568 )
2017-12-19 13:07:22 -08:00
Christopher Jones
381c23faab
added ppc64le instructions for docker-ce on ubuntu ( #5486 )
...
* added ppc64le instructions for docker-ce on ubuntu
also updated the matrix
Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>
2017-12-18 11:47:36 -08:00
Misty Stanley-Jones
2bf0f7221f
Update firewall troubleshooting hints ( #5543 )
2017-12-15 16:29:55 -08:00
Sebastiaan van Stijn
6cb98516da
Proxy configuration is now in stable as well ( #5520 )
...
This feature was introduced in Docker 17.07, so has
been available in stable release 17.09 and up.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-12-15 16:12:45 -08:00
Gwendolynne Barr
7ac30bb1af
Add legacy link warning ( #5535 )
2017-12-15 16:12:15 -08:00
Misty Stanley-Jones
76ee91f3fe
Add info about group creation for ubuntu and debian ( #5542 )
2017-12-15 16:10:29 -08:00
Misty Stanley-Jones
4c30acfe97
Use ip instead of brctl ( #5541 )
2017-12-15 16:00:13 -08:00
Misty Stanley-Jones
7f36e9b049
Remove no longer accurate note about deferred deletion ( #5540 )
2017-12-15 15:49:45 -08:00
Jim Galasyn
3ef9318fa1
Remove PS> prompts from Windows snippets ( #5538 )
2017-12-15 15:49:27 -08:00
Misty Stanley-Jones
91022d9e1b
Clarify what 'supported' means for D4M/D4W ( #5539 )
2017-12-15 15:49:08 -08:00
Michael Friis
cad354f9c7
Clarify supported versions ( #5505 )
2017-12-15 15:30:22 -08:00
Xinfeng Liu
6d5f0e8c4b
Add overlay2 support for Docker EE 17.06.2-ee-5 on RHEL ( #5240 )
2017-12-15 15:26:23 -08:00
Igor Karpovich
e1f8e68792
Logentries log driver update ( #5427 )
...
Documentation updated to include new option described in moby/moby#31726 together with later changes from moby/moby#35626
Released in 17.09
2017-12-14 15:45:19 -08:00
Brian Walker
0784ad0fce
Add '-RequiredVersion' flag option for "Installing a specific version" ( #5429 )
...
If your wanting to installed a specific version of Docker EE on Windows 2016 the -RequiredVersion flag works better than the `MaximumVersion`,`MinimumVersion`.
2017-12-14 15:42:21 -08:00
Michael Friis
d3acb9fdef
clarify EE release schedule ( #5467 )
...
* remove ee from schedule matrix
2017-12-14 15:19:20 -08:00
Misty Stanley-Jones
d313d546b1
Formatting improvements for installation docs
2017-12-14 13:40:27 -08:00
Misty Stanley-Jones
e2f96cf4b8
Document storage driver limitations for Ubuntu and RHEL
2017-12-14 13:40:27 -08:00
Misty Stanley-Jones
de1bc83b63
Add info about POWER architecture and overlay2
2017-12-14 13:40:27 -08:00
Lachlan Cooper
1fa2c0387a
Correct parameter names for --publish long syntax ( #5457 )
2017-12-12 12:59:30 -08:00
Thibault Jamet
b193f93897
Recommend alpine base image ( #5480 )
...
Signed-off-by: Thibault Jamet <tjamet@users.noreply.github.com>
2017-12-11 13:31:16 -08:00
Jan Kašpar
96a72d6211
Fixed a typo ( #5474 )
2017-12-11 13:30:17 -08:00
Misty Stanley-Jones
6df0dfaefb
Update supported Fedora versions ( #5488 )
2017-12-11 10:37:41 -08:00
Sviataslau Shchaurouski
f7462df05f
Update imagesandcontainers.md ( #5458 )
2017-12-11 08:51:14 -08:00
Michael Friis
527cbb0eda
remove windows manual instructions ( #5310 )
2017-12-04 14:39:36 -08:00
asleea88
c09d16b415
Pointing wrong URI to prometheus alert ( #5433 )
...
It seems to be pointing wrong or legacy URI(https://prometheus.io/docs/alerting/rules/ )
The URI(https://prometheus.io/docs/alerting/rules/ ) returns "Page Not found".
I found alternative URI(https://prometheus.io/docs/alerting/overview/ ) for Prometheus alert.
I just exchange 'https://prometheus.io/docs/alerting/rules/ ' to 'https://prometheus.io/docs/alerting/overview/ '
2017-12-04 11:51:33 -08:00
Brett Randall
8d522c8539
Update fedora.md ( #5424 )
...
Added Fedora 26, which is served from https://download.docker.com/linux/fedora/26/ .
2017-12-04 11:43:31 -08:00
Simon Hambly
471454b620
Make 'use a process manager' clearer ( #5409 )
...
* Make 'use a process manager' clearer
The "Use a process manager" section appears to mix use of process manager on host with using process managers within a container.
The essence of the section appears to suggest that host-level process managers are ok as long as you don't combine them with docker restart policies. But paragraphs 2 & 3 (in the original) seem to actively discourage the use of process managers within containers. Putting paragraphs 2 & 3 under an explicit heading would be clearer.
Should a section on process mangers within containers be expanded? There are lots of articles on the internet that relate to using process managers to start multiple processor in containers or to manage zombie pid 1 processes. Are there official recommendations on what to do in these situations — whether to use a process manager or is a recommended 'docker native' way to achieve the same results?
* Updated to use the warning class
2017-12-01 09:58:25 -08:00
Misty Stanley-Jones
50e775a4a6
Fix example labels ( #5419 )
2017-11-30 09:51:49 -08:00
dmarkle
22bae65cce
Typo ( #5408 )
2017-11-29 09:43:44 -08:00
David G Vigil Sr
26986a161e
Update systemd.md ( #5406 )
...
Added 'sudo' to step 1 of HTTP/HTTPS proxy section.
2017-11-28 10:04:29 -08:00
mrfly
3d9d6a80a1
add troubleshooting ( #5387 )
...
* add troubleshooting
See: https://github.com/moby/moby/issues/34343
* express better
2017-11-28 08:10:44 -08:00
Khalid Mammadov
0955c88c3c
/etc/network/interfaces change is not correct ( #5394 )
...
Spend "a few hours" on MACVLAN set up to get host machine access containers and finally found out that the setting on /etc/network/interface is not correct in this doc. After adding dash to "pre-up" and "pre-down" and restarting the interface (sudo ifdown mac0 && sudo ifup mac0) everything started working like a charm.
2017-11-27 12:17:28 -08:00
Misty Stanley-Jones
69350e7b92
Fix typo in flag name ( #5376 )
2017-11-22 11:48:24 -08:00
Gwendolynne Barr
9e348b0943
Repair broken link ( #5341 )
2017-11-21 09:21:55 -08:00
gbarr01
8677231eff
Update API docs and variables
2017-11-20 14:25:56 -08:00
Gwendolynne Barr
e20ccb3b75
Add new debian & ubuntu edge support ( #5266 )
2017-11-20 14:25:56 -08:00
Bhavin Gandhi
3123389ccb
Add alt text to images which are missing it ( #5047 )
...
Signed-off-by: Bhavin Gandhi <bhavin7392@gmail.com>
2017-11-20 09:49:46 -08:00
Luke Peterson
47fc9b5b04
Add missing back-ticks ( #5301 )
...
Add missing back-ticks
2017-11-17 13:35:54 -08:00
Rishabh Joshi
8504d0a300
Fix linux-postinstall.md ( #5327 )
2017-11-17 13:23:33 -08:00
Trung Lê
8896e88867
mention about `log` metadata ( #5319 )
...
fluentd log driver returns a metadata that includes the `log` attribute
This is the main message that fluentd tend to filter on
2017-11-17 12:10:31 -08:00
ripcurld0
0df910d590
Add a note regarding retrieving log messages when tty is enabled ( #5321 )
...
When running a container with tty enabled and setting the journald
logging driver, you may see "blob data" instead of the real log
message.
That's because tty appends "\r" to the end of the log line,
which isn't stripped by jorunald unless you specify the "--all" flag.
Signed-off-by: Boaz Shuster <ripcurld.github@gmail.com>
2017-11-17 12:09:53 -08:00
Misty Stanley-Jones
956fe5924d
Update docs for new publish syntax ( #5323 )
2017-11-17 12:08:29 -08:00
kphunter
9308caf1f4
adds hostname to bash prompts ( #5312 )
2017-11-15 16:54:47 -08:00
Euan T
53e2478599
Fix indentation of Python example ( #5290 )
2017-11-13 11:55:41 -08:00
Misty Stanley-Jones
b89bc433d3
Remove extra slash ( #5294 )
2017-11-13 11:52:49 -08:00
John Stephens
eb317c952a
Fix PowerShell escaping and update for DockerProvider ( #4721 )
...
Signed-off-by: John Stephens <johnstep@docker.com>
2017-11-10 15:52:59 -08:00
Misty Stanley-Jones
60286e718b
Clarify where signing and verification happen ( #5149 )
2017-11-10 15:26:35 -08:00
vkalik
21642e926c
Example overlay IPs consistency ( #5220 )
2017-11-10 14:09:21 -08:00
Bret Fisher
06e64aaefe
add placement pref note about null labels ( #5250 )
2017-11-10 14:05:34 -08:00
Michael Friis
ee14ae5e5c
remove note that's no longer accurate ( #5248 )
2017-11-10 11:36:17 -08:00
Paul Schulz
6040f5f23f
Add detail on how to allow hosts to communicate via macvlan. ( #5252 )
2017-11-10 11:35:22 -08:00
Misty Stanley-Jones
8d1a1fcb12
Remove unclear content not meant for end users ( #5278 )
2017-11-10 10:50:08 -08:00
Xinfeng Liu
7ec947b877
fix "virtual" explanation for "docker ps -s" ( #5273 )
2017-11-10 09:24:51 -08:00
Misty Stanley-Jones
a29b3744bc
Fix info about bip and fixed-cidr keys ( #5268 )
2017-11-09 16:18:02 -08:00
Michael Friis
6ccbd7ffb9
add ee preview ( #5239 )
2017-11-09 13:11:46 -08:00
Misty Stanley-Jones
8d446fd3eb
Clarify note about services running in host mode ( #5265 )
2017-11-09 11:54:11 -08:00
Misty Stanley-Jones
a10715ab8e
Use correct syntax for localhost for mac / win ( #5264 )
2017-11-09 11:17:42 -08:00
Jim Armstrong
794456dccf
Update work-with-networks.md ( #5259 )
...
larifies that the IP address used for binding should be an actual IP on the user's host, and not literally 172.23.0.1
2017-11-09 10:12:52 -08:00
Peter Wen
a998ff1039
Update volumes.md
...
Fix bind-mounts link.
2017-11-06 18:05:19 -08:00
Misty Stanley-Jones
d2091304ee
Document how to disable the default bridge ( #5158 )
2017-11-06 14:35:12 -08:00
Misty Stanley-Jones
8aee9fe189
Improvements to EE install for SLES ( #5097 )
2017-11-06 14:34:26 -08:00
Misty Stanley-Jones
91e75c3871
Add content about antivirus ( #5152 )
2017-11-06 14:32:08 -08:00
Misty Stanley-Jones
cfd10052b9
Link to info about privileged containers ( #5221 )
2017-11-06 14:31:21 -08:00
Misty Stanley-Jones
f9fcaac442
Add info about selinux limitations for IBM Z ( #5222 )
...
* Add info about selinux limitations for IBM Z
* Fix liquid error
2017-11-06 14:30:51 -08:00
Misty Stanley-Jones
a15705ad87
Add caveats about the hosts entry in daemon.json ( #5223 )
2017-11-06 14:28:42 -08:00
Jim Galasyn
db0f879883
Tweak step for re-installing UCP ( #5216 )
...
* Add a step for re-installing UCP
2017-11-03 15:50:45 -07:00
Misty Stanley-Jones
e9fa593562
Add info about network size limits for swarm mode
2017-11-02 15:42:41 -07:00
Joao Fernandes
9598524ad8
Add line breaks to code snippets ( #5166 )
2017-10-30 16:59:11 -07:00
Victoria Bialas
81270cbd7d
added clarification to swarm configs and stack deploy topic ( #5159 )
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-10-30 14:20:40 -07:00
Joao Fernandes
ed03eaa108
Update Windows Server install instructions ( #5129 )
2017-10-27 15:48:16 -07:00
yonni12
066d1aaa89
Fix typo ( #5140 )
...
"take effect" rather than "take affect"
2017-10-27 14:22:31 -07:00