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
Joao Fernandes
661ae69c31
Fix typo ( #5130 )
2017-10-26 15:35:31 -07:00
Michael Friis
f874d68c29
mention that UCP doesn't yet work on 1709 ( #5084 )
...
* mention that UCP doesn't yet work on 1709
* Update note to use new style
2017-10-26 14:48:02 -07:00
Brian Goff
73878e84ae
Correct version typo in live-restore doc. ( #5121 )
...
The paragraph mentions that live restore is only supported for minor
releases (aka patch releases) but goes on to show "1.12.1" updated to
"1.13.2". This is unfortunately a pretty nasty typo and should be
"1.12.2" not "1.13.2".
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2017-10-26 13:58:25 -07:00
Michael
a9812d3712
Minor edit ( #5114 )
...
Using verbose args in example makes it easier to grok
2017-10-25 18:09:59 -07:00
Arush Salil
52669983f8
Update code snippet ( #5111 )
...
In the code sample mentioned in `Start a service with volumes` it says
> The following example starts a nginx service with four replicas, each of which uses a local volume called myvol2.
But --replicas=4 is missing from the code sample which reads:
```
$ docker service create -d \
--name devtest-service \
--mount source=myvol2,target=/app \
nginx:latest
```
Instead of this it rather should be:
```
$ docker service create -d \
--replicas=4 \
--name devtest-service \
--mount source=myvol2,target=/app \
nginx:latest
```
2017-10-25 18:08:45 -07:00
Misty Stanley-Jones
cc86862e46
Improve the link to source code for storage drivers ( #5099 )
2017-10-24 16:28:25 -07:00
Misty Stanley-Jones
4b35642747
Increase max TOC level for installation topics ( #5100 )
2017-10-24 16:27:57 -07:00
Misty Stanley-Jones
6e2ebea106
Address feedback about placement constraints and prefs ( #5101 )
2017-10-24 16:25:25 -07:00
Koen Punt
eccd6be00a
remove duplicate word ( #5091 )
2017-10-24 10:29:08 -07:00
Misty Stanley-Jones
3c614d655f
Explain placement constraints and preferences ( #4635 )
2017-10-23 16:18:08 -07:00
Anil G Kurian
834c7250e0
Update docker-overview.md ( #5080 )
...
Since 'container run' is 'container create' + 'container start' the documentation is confusing when we say "You can create, run, stop, move, or delete a container using the Docker API or CLI."
2017-10-23 10:20:04 -07:00
Poschi
a4faebc91a
Fixed link ( #5075 )
2017-10-23 10:18:54 -07:00
Joao Fernandes
aebc09de82
Replace double hyphen ( #5081 )
2017-10-23 10:16:57 -07:00
Misty Stanley-Jones
e7f9c01bce
Clarify label and layer guidance ( #4992 )
2017-10-20 15:59:04 -07:00
Misty Stanley-Jones
4a962afa85
selinux labels are ignored for bind mounts on services ( #5061 )
2017-10-20 14:21:36 -07:00
Misty Stanley-Jones
04d3ff2e93
Use ip -4 addr instead of ifconfig ( #5062 )
2017-10-20 14:21:13 -07:00
Yaroslav Mitsynskiy
3888065197
Correct errors about data propagation into volumes and bind mounts ( #5058 )
2017-10-20 14:19:06 -07:00
Misty Stanley-Jones
142aee0354
Flesh out swarm key concepts ( #4634 )
2017-10-20 11:09:23 -07:00
Misty Stanley-Jones
c7c16fa8b3
Document that overlay2 is now the default for ubuntu ( #5050 )
2017-10-20 11:01:53 -07:00
Misty Stanley-Jones
0c5e5622f4
Make it more clear that you probably don't need to configure btrfs ( #5049 )
2017-10-20 10:14:58 -07:00
Misty Stanley-Jones
ea6f50b761
Add info about warnings in docker info ( #5048 )
2017-10-20 09:48:10 -07:00
Michael T. DeGuzis
16f45698ca
Should be mode, not node ( #5032 )
...
Original:
"This host is running in loop-lvm node"
Change to:
This host is running in loop-lvm mode"
2017-10-18 09:55:10 -07:00
Misty Stanley-Jones
a30b95e49d
Add API 1.33, API matrix
2017-10-17 21:34:07 -07:00
Ghislain Bourgeois
3c5e81b7a4
Add TCP documentation for GELF logging driver ( #4536 )
...
Signed-off-by: Ghislain Bourgeois <ghislain.bourgeois@gmail.com>
2017-10-17 21:34:07 -07:00
jwfang
4c7ba50f04
nginx image doesn't have *ip* command ( #4743 )
2017-10-17 17:22:55 -07:00
Steven Follis
09f13629df
Fixed typo for "Uninstall" #5009 ( #5010 )
2017-10-17 11:14:51 -07:00
Fábio Luciano
84e9f10ff6
Update overlay-standalone-swarm.md ( #4969 )
...
Add slash to the add new line to command
2017-10-16 16:26:58 -07:00
jhughes-mc
1dc7e46c16
Update json-file.md ( #4924 )
...
Discovered you must remove the container to use the new logging configuration. Otherwise it will not change and continue to use the old.
2017-10-16 16:12:38 -07:00
Nicholas Lawrence
37df570fd5
Fix Spelling Error ( #4995 )
...
Simple typo of "Repository"
2017-10-16 15:18:17 -07:00
Shubheksha Jalan
1bfa30d3d3
fix incorrect statement ( #4982 )
2017-10-16 15:06:39 -07:00
Misty Stanley-Jones
6aae2e4e84
Add pointer to latest API ref ( #4897 )
2017-10-16 15:04:24 -07:00
Michael Friis
6f3acdfdc3
add note to ensure correct module is in use on upgrade ( #4923 )
2017-10-16 13:50:34 -07:00
Jim Galasyn
bfe261f90d
Fix redirect in swarmn task states topic ( #4994 )
2017-10-16 12:14:40 -07:00
Jeff Anderson
237fb75de9
encrypted attachable networks work ( #4893 )
...
The documentation said that it does not work. It does indeed work, so here is an update that reflects that.
2017-10-14 10:16:02 -07:00
Gwendolynne Barr
e4bffe846c
Repair cpu-period default to 100ms ( #4967 )
2017-10-14 10:09:33 -07:00
Steve Larkin
b62509706e
Update documentation of proxy server configuration ( #4687 )
...
* Update documentation of proxy server configuration
As per the implementation in docker/cli#93 the proxy server addresses
are specified per docker daemon or as defaults. Updated the example to
show the default option.
Fixes #4686
* Fix table layout of proxy environment variables
2017-10-13 16:03:46 -07:00
Jim Galasyn
3c3319860e
Move task states topic to Engine ( #4961 )
2017-10-13 16:00:10 -07:00
Misty Stanley-Jones
fabfd6d40e
Document where to find stack traces ( #4962 )
2017-10-13 15:59:48 -07:00
Misty Stanley-Jones
82e5cb78d3
Update info on dockerignore, add link to multistage builds ( #4953 )
2017-10-13 15:59:24 -07:00
John Mulhausen
8b704f7b87
Revert "Add pointer to latest API ref" ( #4896 )
...
* Revert "Clarify patch and update cycles (#4894 )"
This reverts commit 6b1577aa0d
.
* Revert "Add pointer to latest API ref (#4892 )"
This reverts commit a6b436d133
.
2017-10-11 16:33:21 -07:00
Misty Stanley-Jones
6b1577aa0d
Clarify patch and update cycles ( #4894 )
2017-10-11 15:54:03 -07:00
Misty Stanley-Jones
a6b436d133
Add pointer to latest API ref ( #4892 )
2017-10-11 15:52:15 -07:00
Matt Hoyle
ae4d35c5fe
Documentation: Remove reference to PUBLISH Dockerfile directive in networking docs ( #4863 )
2017-10-10 13:57:29 -07:00
Thomas Sjögren
4c4b9bdc06
PermitRootLogin sed ( #4822 )
...
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2017-10-10 11:14:58 -07:00
Misty Stanley-Jones
990a5be262
Cross-linking between compose and configs/secrets ( #4869 )
2017-10-10 11:08:51 -07:00
Misty Stanley-Jones
31408e4c8b
Fix broken link ( #4868 )
2017-10-10 11:07:53 -07:00
Victoria Bialas
45eab83cc4
added best practices on labels ( #4854 )
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-10-10 08:43:23 -07:00
jwfang
a168cc2270
consul listen on public ip ( #4740 )
...
consul (maybe caused by latest changes) default listens on 127.0.0.1, so can't access by outside.
2017-10-10 07:17:18 -07:00
Misty Stanley-Jones
b02cca86cf
Standardize on site-wide variables for Docker and component versions ( #4792 )
2017-10-05 16:36:03 -07:00
josh
9758d6cb51
Update debian.md ( #4692 )
...
Changed hyperlink to inline code to make it clear that the link should be generated using shell evaluation.
2017-10-05 02:22:09 -07:00
Misty Stanley-Jones
454763b0d4
Remove inaccurate note from json log driver docs ( #4801 )
2017-10-04 16:53:22 -07:00
Kirill Kolyshkin
91d5316a98
Improvements to the Fedora install instructions ( #4464 )
...
This commit improves engine installation documentation for CentOS,
RHEL, Fedora and Oracle Linux. There are a few fixes and
simplifications. In particular:
1. Fix language about when GPG keys are presented for verification
(when you install a package from a recently added repo).
2. Remove mentions of 'yum/dnf makecache fast'. Unlike Debian/Ubuntu,
which require 'apt update', with both yum and dnf, 'makecache'
is redundand. What's worse, 'dnf makecache fast' is not working
(tested on Fedora 26):
# dnf makecache fast
...
dnf makecache: error: argument timer: invalid choice: 'fast' (choose from 'timer')
3. Source repos are disabled by default, so there is no need to specify
the architecture when running `yum list docker-[ce]e`. The comment
explaining it is also removed.
4. An extra > character in the middle of the line was removed.
[v3: rebase, remove $DOCKERURL reuse hack]
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2017-10-04 16:19:25 -07:00
Gwendolynne Barr
19daed2099
Repair append redirection ( #4784 )
2017-10-04 15:53:47 -07:00
Misty Stanley-Jones
4eb7377aa3
Clarify that both daemon and client need Docker 17.05 to use multistage builds ( #4800 )
2017-10-04 15:50:30 -07:00
Nicolae Vlădescu
2e1380f219
Fix a missing closing parentheses ( #4779 )
2017-10-02 10:39:42 -07:00
Michael Friis
b94f67d9d8
update rest of instructions ( #4781 )
2017-10-02 10:37:30 -07:00
Gwendolynne Barr
381f2e77c7
Add log-opts to Splunk daemon.json example ( #4701 )
2017-09-29 15:17:20 -07:00
Gwendolynne Barr
9923c1d83d
Clarify VIP vs DNSRR options ( #4736 )
2017-09-29 14:52:21 -07:00
Michael Friis
a710a5c643
fix formatting ( #4722 )
2017-09-27 10:24:36 -07:00
Wang Jie
7753e6050c
Update ubuntu.md ( #4724 )
2017-09-27 10:21:51 -07:00
Misty Stanley-Jones
7dda3dc484
Update API, install files, upstream resources script for 17.09
2017-09-26 20:49:43 -07:00
Misty Stanley-Jones
500f1816b1
Update YAML files for CLI refs
2017-09-26 20:49:43 -07:00
Tycho Andersen
972cb35179
security: remove blurb about userns conflicting with r/o ( #4396 )
...
As of
66eb2a3e8f
in runc, this is no longer true (in fact, it was never true; the problem
was a bug in runc, not a kernel check). Let's remove it.
Signed-off-by: Tycho Andersen <tycho@docker.com>
2017-09-26 20:49:43 -07:00
Misty Stanley-Jones
99a697824b
Add develop section, reorganize TOC (WIP) ( #4312 )
2017-09-26 20:16:59 -07:00
Michael Friis
c361c516fa
use the docker provider to install docker ( #4717 )
...
* use the docker provider to install docker
* Fix typo
2017-09-25 20:44:56 -07:00
Matt Gucci
8066416e76
Fix Docker for XX ( #4710 )
...
Docker for Mac 17.06
-> Docker for Windows 17.06 CE
2017-09-25 09:17:30 -07:00
Mathieu Parent
5f554f4d97
Add missing option to customized docker_gwbridge ( #4698 )
2017-09-22 10:18:14 -07:00
smartbit
ea04a534a4
test repo is called test, not testing ( #4697 )
2017-09-22 10:14:13 -07:00
Gwendolynne Barr
e2a441fef1
Repair note on deferred deletion ( #4682 )
2017-09-20 16:57:16 -07:00
Jim Galasyn
e6bc5dd69a
Update required CentOS version ( #4678 )
2017-09-20 13:42:54 -07:00
Misty Stanley-Jones
93b6932f13
Update example to use official consul image ( #4670 )
2017-09-19 15:37:23 -07:00
James Mills
ee0881286b
Make dockremap and testuser uid/gid match ( #4667 )
...
This example is leading to confusion when folks populate /etc/sub{g,u}id with dockremap:231072:65536 instead of testuser:231072:65536. Step 4 (verification) of "Enable userns-remap on the daemon" doesn't match if the dockremap uid/gid is used.
2017-09-19 11:33:08 -07:00
Misty Stanley-Jones
7388b14411
Add Windows example for running Prometheus ( #4661 )
2017-09-19 10:23:20 -07:00
Victoria Bialas
bc4d4722ea
Change ifconfig to ip addr show on Networking w/hints for Docker for Mac, Windows ( #4626 )
...
* updated ifconfig to ip addr show w/hints for Docker for Mac, Windows users
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* improved the note on Docker for Mac and Windows
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* Copyedit, expand info
* Fix typo
2017-09-14 13:17:08 -07:00
Misty Stanley-Jones
272f0dbb95
Put back info on --storage-driver and caveats ( #4604 )
2017-09-13 10:13:02 -07:00
Larry
e39f5dccf6
Fix paths for devicemapper ( #4562 )
2017-09-11 17:06:53 -07:00
Muyiwa Iyowu
5005c9521c
append to extfile.cnf ( #4541 )
...
Append "extendedKeyUsage = clientAuth" to the openssl config file instead of replacing it.
2017-09-11 17:04:56 -07:00
zaggash
a9bbafe693
Missing space ( #4535 )
2017-09-11 17:03:53 -07:00
Wang Jie
fb870c0f52
Update userns-remap.md ( #4534 )
2017-09-11 17:03:25 -07:00
huwenfeng
e0a5dffa69
Update index.md ( #4532 )
...
add emphasis automatic service discovery on the default network and user-defined networks
2017-09-11 17:02:44 -07:00
Douglas Jose
5d6f807187
Update ansible.md ( #4531 )
...
Edited wrong `docker_container` module name.
2017-09-11 17:01:57 -07:00
newyangyang
4c0a508a41
Update docker-overview.md ( #4521 )
2017-09-11 17:00:33 -07:00
Wang Jie
8535b0f07d
Update seccomp.md ( #4518 )
2017-09-11 17:00:00 -07:00
Misty Stanley-Jones
2569f75e7e
Update instructions for Raspberry Pi ( #4315 )
2017-09-11 16:55:12 -07:00
Wang Jie
07ffdd4f2f
Update log_tags.md ( #4351 )
2017-09-11 16:53:54 -07:00
Rob Moore
527cd9dfad
Update explanation of special device symlinks ( #4505 )
...
The symlinks are described the wrong way round and suggest that /dev/stdout and /dev/stderr are being overwritten, but that's not true - ln -s /dev/stdout /var/log/nginx/access.log creates a symlink at access.log pointing to /dev/stdout.
See `man ln`
2017-09-11 16:53:19 -07:00
David Caro
77af3cec56
Small typo on the device mapper docs page ( #4476 )
2017-09-11 16:43:08 -07:00
Ozzie Perez
2621396a2f
Update the command prompt hash ( #4503 )
2017-09-11 16:42:40 -07:00
Wang Jie
56d1919195
Update manage-nodes.md ( #4487 )
2017-09-11 16:31:02 -07:00
Misty Stanley-Jones
66681478fe
Update EE and CE install instructions ( #4556 )
2017-09-11 16:27:02 -07:00
Jim Galasyn
7da2baedef
Use ucp_ver for dsinfo-win label ( #4585 )
...
* Use ucp_ver for dsinfo-win label
* Refactor win_server_zip_url
2017-09-11 14:59:01 -07:00
Wang Jie
6833309f82
Update swarm-mode.md ( #4459 )
2017-09-11 09:52:53 -07:00
Wang Jie
a95ea1162d
Update volumes.md ( #4438 )
2017-09-11 09:52:17 -07:00
Wang Jie
dc4c54c248
Update services.md ( #4457 )
2017-09-11 09:51:36 -07:00
Wang Jie
730e10cc46
Update troubleshooting_volume_errors.md ( #4441 )
2017-09-11 09:51:20 -07:00
Wang Jie
0e34cf9d39
Update nodes.md ( #4442 )
2017-09-11 09:50:58 -07:00
Wang Jie
f238686fd7
Update security.md ( #4460 )
2017-09-11 09:49:36 -07:00
EvdokimovN
7aa166e698
Typo in example command ( #4580 )
...
Configuration file should be extended with new key-valye instead of overwritten by it
2017-09-11 09:40:55 -07:00
Wang Jie
79df8a343f
Update index.md ( #4437 )
2017-09-07 14:49:36 -07:00
Michael Friis
ef4d1c9039
document how to install a specific version ( #4548 )
2017-09-07 11:12:11 -07:00
Misty Stanley-Jones
9bc472b0dd
Extra package requirements for RHEL ( #4529 )
2017-09-07 10:12:41 -07:00
Misty Stanley-Jones
b73e47a96d
Fix a typo ( #4528 )
2017-09-06 16:31:39 -07:00
Isaac Puch Rojo
bb4a4345aa
Update volumes.md ( #4492 )
...
Only a minor error --it -> -it
unknown flag: --it
I get a message error if I try to reproduce it.
WARN[0000] `--volume-driver` is ignored for volumes specified via `--mount`. Use `--mount type=volume,volume-driver=...` instead.
docker: Error response from daemon: create sshvolume: invalid option key: "sshcmd".
docker -v
Docker version 17.06.1-ce, build 874a737
Maybe the syntax are changed?
2017-09-05 14:29:23 -07:00
Wang Jie
daa8ce8948
Update services.md ( #4484 )
...
Change "a HTTP xxx" to "an HTTP xxx".
2017-09-05 14:27:32 -07:00
Wang Jie
70dcc0d6c5
Update networking.md ( #4501 )
2017-09-05 14:26:34 -07:00
Wang Jie
02bbc4118c
Update secrets.md ( #4507 )
2017-09-05 14:25:11 -07:00
Wang Jie
7884184388
Update deploying_notary.md ( #4461 )
...
* Update deploying_notary.md
* No '$' on one-line CLI snippets pls!
2017-09-05 14:24:37 -07:00
John Mulhausen
3c762a9431
Fixes #4422
2017-09-02 00:27:15 -07:00
Victoria Bialas
88e6e2852b
fix link to Dockerfile in Engine FAQs ( #4480 )
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-08-31 14:55:35 -07:00
Wang Jie
5eb4719c9a
Update awslogs.md ( #4352 )
2017-08-31 13:09:17 -07:00
Misty Stanley-Jones
fe7ec5d078
Externalize instructions to add Hypriot repo ( #4469 )
2017-08-31 11:28:19 -07:00
Misty Stanley-Jones
94fd943c7d
Windows doesn't support encrypted overlay ( #4468 )
...
Looks good
2017-08-31 10:55:10 -07:00
Michael Friis
dafb3d004f
simplify FAQ ( #4447 )
...
* simplify FAQ
* address feedback
* fixed links, copyedits for line length
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-08-30 21:13:13 -07:00
Gwendolynne Barr
8fef0de5d1
Clarify that amd64 is x86_64 ( #4393 )
...
* Clarify that x86_64 is also known as amd64
* Clarify that amd64 is x86_64
* Clarify use of amd64 on debian/ubuntu install pages
* Switch x86_64 and amd64 references
* Remove space, Remove amd64 from headers, Add or
2017-08-30 10:43:58 -07:00
Eli Uriegas
dff5bc60be
Be clear on Fedora 26 package repos ( #4445 )
2017-08-30 10:31:16 -07:00
Sacha Oltmans
5a1306bbc8
Fixed wrong link to linux-postinstall.md ( #4423 )
...
Link after install previously gave 404
2017-08-29 15:45:39 -07:00
Wang Jie
0d98ea88b4
Update runmetrics.md ( #4418 )
2017-08-29 15:36:14 -07:00
Misty Stanley-Jones
56d6e57c95
Add 1.31 API
2017-08-29 15:10:56 -07:00
Misty Stanley-Jones
684c7e2e23
Add info about proxy server on containers ( #4081 )
2017-08-29 15:10:56 -07:00
Misty Stanley-Jones
572f174e23
Improvements to IPv6 topic ( #4071 )
2017-08-29 15:10:56 -07:00
Misty Stanley-Jones
29a1f258f8
Link to storage options from each driver's page ( #4080 )
2017-08-29 15:10:56 -07:00
Misty Stanley-Jones
4f2b8d9853
Add back info about VFS storage driver ( #4079 )
2017-08-29 15:10:56 -07:00
Misty Stanley-Jones
d78c6edf50
Remove extra dot
2017-08-29 15:10:56 -07:00
Misty Stanley-Jones
48acbaddf6
Add link from config ref to config docs ( #4072 )
2017-08-29 15:10:56 -07:00
Misty Stanley-Jones
a99f73a201
Clarify that the docker group is created automatically ( #4069 )
2017-08-29 15:10:56 -07:00
Misty Stanley-Jones
2dc9a66f57
Clarify that swapaccounting warning only applies to Ubuntu and Debian ( #4070 )
2017-08-29 15:10:56 -07:00
Misty Stanley-Jones
314bb55b54
Clarify info about custom path for secrets ( #4073 )
2017-08-29 15:10:56 -07:00
Misty Stanley-Jones
30972a4a37
Expand on meaning of support for Docker CE ( #4065 )
2017-08-29 15:10:56 -07:00
Misty Stanley-Jones
0c3666ddae
Document ability to install plugins on swarm nodes ( #4064 )
2017-08-29 15:10:56 -07:00
Misty Stanley-Jones
e01579655e
Add info on starting a service with a volume ( #4414 )
2017-08-29 14:36:17 -07:00
Tycho Andersen
876bdfeaa7
add two little auth docs blurbs ( #4405 )
2017-08-29 14:23:56 -07:00
Misty Stanley-Jones
9aa87cd0a0
Clarify how to stop a container from using swap ( #4409 )
2017-08-29 10:38:47 -07:00
Aaron Miller
397c5eb7f3
Update script install for ee-2 ( #4402 )
2017-08-28 17:00:34 -07:00
Wang Jie
ad7c384752
Update journald.md ( #4368 )
2017-08-28 16:54:47 -07:00
Wang Jie
0e1c076c90
Update gcplogs.md ( #4367 )
2017-08-28 16:54:15 -07:00
Wang Jie
f7304180aa
Update fluentd.md ( #4364 )
2017-08-28 16:53:46 -07:00
Wang Jie
bc32009540
Update syslog.md ( #4349 )
2017-08-28 16:48:25 -07:00
Eiichi Kitagawa
03f1ecf447
Update docker-ee.md (adding windows update after engine install) ( #4341 )
2017-08-28 16:47:22 -07:00
Wang Jie
b03f307ad7
Update ansible.md ( #4389 )
2017-08-28 13:38:22 -07:00
Wang Jie
0c4e7b3d29
Update chef.md ( #4390 )
2017-08-28 13:37:59 -07:00
Wang Jie
d7b028ef62
Update puppet.md ( #4391 )
2017-08-28 13:37:36 -07:00
Misty Stanley-Jones
201444969e
Update description of Docker EE subscription flow ( #4400 )
2017-08-28 11:14:01 -07:00
Misty Stanley-Jones
781b5eeed2
Remove inaccurate note ( #4395 )
2017-08-28 10:18:55 -07:00
Wang Jie
0634f1ffe6
Update gelf.md ( #4331 )
2017-08-23 16:32:17 -07:00
Wang Jie
795a4e6a42
Update plugins.md ( #4329 )
2017-08-23 16:30:02 -07:00
Jim Galasyn
e4f6a87c56
Add links to UCP on Windows topic ( #4340 )
2017-08-23 14:51:03 -07:00
Steven Maude
1de0664db6
Fix spelling of netfilter ( #4302 )
...
In networking docs.
2017-08-22 08:05:40 -07:00
Gwendolynne Barr
173cd3c358
Merge pull request #4298 from anokun7/patch-3
...
Added missing escape for carriage return
2017-08-21 15:53:36 -07:00
Mauricio Sánchez
0ec86e380d
Removing duplicated word ( #4297 )
2017-08-21 14:57:38 -07:00
Joao Fernandes
6c15aa45ed
Replace SoftLink with SoftLayer ( #4307 )
2017-08-21 14:57:11 -07:00
Anoop Kumar
b10ac87756
Added missing escape for carriage return
2017-08-20 17:31:49 -04:00
Victoria Bialas
dbe6e11167
Clarify Windows/Linux containers FAQs, add d4mac, d4win installs to TOC ( #4283 )
...
* add d4mac, d4win installs to TOC, clarified FAQs on Windows install
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added nosync to Mac and Windows installs
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-08-18 14:16:42 -07:00
Misty Stanley-Jones
fe90c11382
Fix some 404s ( #4281 )
2017-08-18 14:14:42 -07:00
Wang Jie
fe792dc6f3
Update index.md ( #4258 )
2017-08-18 10:47:11 -07:00
Steve Sharp
23f59b8d9a
Update services.md ( #4259 )
...
Fixes typo:
Currently "To prevent this from happening. ensure..."
Proposed "To prevent this from happening, ensure..."
2017-08-18 10:46:42 -07:00
Wang Jie
f1de7dfd86
Update systemd.md ( #4261 )
2017-08-18 10:45:38 -07:00
P. Y
9f872d06d8
Fix instruction name. ( #4262 )
2017-08-18 10:45:10 -07:00
Misty Stanley-Jones
f520c9bc56
Add info about centos-extras repo ( #4271 )
2017-08-18 10:44:29 -07:00
Misty Stanley-Jones
1c1a44e888
Vendor dockerd.md from upstream
2017-08-17 20:08:45 -07:00
Misty Stanley-Jones
309100db60
Document problem with Oracle Linux and selinux ( #4254 )
2017-08-17 16:53:20 -07:00
Stuart Chaney
c4729640f9
removed quotes from --fixed-cidr-v6 assignment ( #4246 )
2017-08-17 15:00:15 -07:00
Wang Jie
321c7c365f
Update breaking_changes.md ( #4238 )
2017-08-17 14:59:01 -07:00
Wang Jie
7122a66aff
Update migration.md ( #4236 )
2017-08-17 14:56:25 -07:00
Wang Jie
1df865ac75
Update labels-custom-metadata.md ( #4235 )
...
Change H1 headings to H2 and H2 headings to H3. Shoud the headings be starting from H2?
2017-08-17 14:54:51 -07:00
とうせいきょう
7bbc822b9f
Correct the container name ( #4234 )
...
When we run a container, the name of the container is `nginxtest`, but when we `rm` or `stop` it, it should be also `nginxtest`.
2017-08-17 14:48:37 -07:00
Wang Jie
53ef7cf571
Update ipv6.md ( #4233 )
2017-08-17 14:47:39 -07:00
Wang Jie
5fd7f0475e
Update custom-docker0.md ( #4215 )
2017-08-17 14:47:11 -07:00
Wang Jie
de023229c2
Update binding.md ( #4210 )
2017-08-17 14:46:15 -07:00
Wang Jie
2b259e0047
Update dockerlinks.md ( #4209 )
2017-08-17 14:44:25 -07:00
Wang Jie
6696f4114e
Update work-with-networks.md ( #4198 )
2017-08-17 14:40:05 -07:00
Wang Jie
ee4ba8836c
Update index.md ( #4197 )
2017-08-17 14:37:41 -07:00
Wang Jie
0ea61642e8
Update get-started-overlay.md ( #4189 )
2017-08-17 14:36:59 -07:00
Paul Oldridge
27f5e6a846
Allow mounting paths with special characters ( #4181 )
2017-08-17 14:12:28 -07:00
Misty Stanley-Jones
c563733b76
Fix EE upgrade instructions ( #4242 )
2017-08-17 13:44:58 -07:00
Michael Friis
e33fedb6a6
Update docker-ee.md ( #4247 )
2017-08-17 13:27:19 -07:00
Jim Galasyn
e863b54f09
Add EE update instructions for Windows ( #4244 )
2017-08-17 10:39:40 -07:00
John Mulhausen
2ab413d8c8
Removing old links
2017-08-16 18:15:36 -07:00
Sebastiaan van Stijn
f8f42d2848
Fix missing "type=bind" in bind-mount examples ( #4217 )
...
The examples were missing the `type` option; given
that `type=volume` is the default, this was resulting in
the examples producing an error.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-08-16 10:17:00 -07:00
Joao Fernandes
19c8826cbd
Update Docker EE installation to mention s390x platforms
2017-08-15 23:31:15 -07:00
Jim Galasyn
fa7b36c629
Update versions to GA; remove Beta admonitions ( #232 )
2017-08-15 23:31:15 -07:00
Jim Galasyn
3de302c121
Bump ee version ( #221 )
2017-08-15 23:31:15 -07:00
Jim Galasyn
627a0eff78
Update download url for zip ( #192 )
2017-08-15 23:31:15 -07:00
Jim Galasyn
b9984077a6
Update UCP command line examples to use full form ( #180 )
2017-08-15 23:31:15 -07:00
William Greene
d9f5b4be0b
Update fedora.md ( #4193 )
2017-08-15 16:34:41 -07:00
Wang Jie
cbb785bdf0
Update configure-dns.md ( #4201 )
2017-08-15 16:30:40 -07:00
Kendra Havens
a8271f4376
Update dotnetcore to 2.0 ( #4205 )
2017-08-15 15:21:48 -07:00
Wang Jie
bb7ad4d5a6
Update docker-overview.md ( #4145 )
2017-08-15 10:46:56 -07:00
Wang Jie
c7211ae58c
Update get-started-macvlan.md ( #4191 )
2017-08-14 12:58:07 -07:00
Michael Friis
32c82c9a69
remove section with dud link ( #4168 )
2017-08-11 16:19:22 -07:00
Misty Stanley-Jones
f941a59104
Update IBM branding ( #4174 )
2017-08-11 15:46:01 -07:00
Wang Jie
d993579f8f
Update labels-custom-metadata.md ( #4151 )
2017-08-10 15:49:46 -07:00
Wang Jie
2e4966baf6
Update baseimages.md ( #4147 )
2017-08-10 15:48:58 -07:00
Trapier Marshall
fc88faceb7
Indicate location of stack trace logs ( #4143 )
...
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2017-08-10 15:09:48 -07:00
Wang Jie
645a9aa056
Update networkingcontainers.md ( #4132 )
2017-08-10 15:07:01 -07:00
cthomas15
36aadd2fe3
devicemapper bullet appears twice ( #4129 )
2017-08-10 15:04:43 -07:00
asilversempirical
678bb44701
Drop "docker/" prefix from tags ( #4157 )
...
It's no longer accurate as of https://github.com/moby/moby/pull/22384
Fixes https://github.com/moby/moby/issues/30324
2017-08-10 15:00:40 -07:00
Misty Stanley-Jones
95334935d6
Add graphics showing types of mounts ( #4155 )
2017-08-10 14:21:16 -07:00
Misty Stanley-Jones
17544f7862
Add some redirets ( #4144 )
2017-08-10 10:51:52 -07:00
Misty Stanley-Jones
a7d070ca2c
Improve data persistence documentation ( #4018 )
2017-08-09 15:12:59 -07:00
Ilya Rogov
54e823ae7a
Fix brocken link ( #4104 )
2017-08-08 14:17:05 -07:00
Misty Stanley-Jones
f97da2ce2e
Add general topic about pruning objects ( #4089 )
2017-08-04 14:59:28 -07:00
moncho
f6150717ae
Minor correction ( #4078 )
2017-08-03 15:50:20 -07:00
searchsolaris
160c2a309e
Update syslog.md ( #4076 )
...
Broken example. Update the example from:
{
"log-driver": "syslog",
"log-opts": {
"syslog": "udp://1.2.3.4:1111"
}
}
To:
{
"log-driver": "syslog",
"log-opts": {
"syslog-address": "udp://1.2.3.4:1111"
}
}
2017-08-03 15:49:32 -07:00
Misty Stanley-Jones
a82373509d
Refer to the 'test' repo, not 'testing' ( #4077 )
2017-08-02 10:49:54 -07:00
Chuong
aafd23fb9b
Show how to run example on armhf ( #4062 )
2017-08-02 09:41:30 -07:00
Brien Rosenquist
d3cb11f10f
Updated broken link to Linux post-install steps. ( #4015 )
2017-08-01 12:10:34 -07:00
Jochen Preusche
c9f130a3c7
Correct example of daemon.json log-opts config ( #3998 )
...
* Update docs so that log-opts takes map (`{}`) instead of array (`[]`)
2017-08-01 11:54:40 -07:00
Victoria Bialas
a922be3d0f
Update admonitions CSS for consistency and better writer workflow ( #4019 )
2017-07-31 21:49:56 -07:00
Victoria Bialas
96a6f14cb2
fixed links to on-page installs ( #4055 )
2017-07-31 19:38:22 -07:00
Victoria Bialas
a4b4acc92c
Fix links to subtopics in index.md files by include full path ( #4054 )
...
* for all links to , changed to full path
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* fixed link in Swarm Tutorial per review comments
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-07-31 18:54:08 -07:00
Misty Stanley-Jones
2e74e5192a
Fix broken link ( #4047 )
2017-07-31 15:30:04 -07:00
Eric Smalling
59dfddd95a
Change reference to devicemapper to zfs ( #3990 )
...
Looks like an accidental copy/paste from the devicemapper page made it in here.
2017-07-26 17:29:17 -07:00
Kendra Havens
b7c68e0bd9
toc wording and title change ( #3979 )
2017-07-26 17:18:58 -07:00
Wang Jie
24ce7ffbde
Update binaries.md ( #3929 )
2017-07-26 17:14:24 -07:00
Misty Stanley-Jones
b0a57ca1fd
Installation guide improvements ( #3977 )
2017-07-26 17:12:27 -07:00
Alican Akkuş
989fbc2410
updated key concept ( #3959 )
...
docker service, will run on the manager or worker. Last file contains only worker.
2017-07-26 10:44:28 -07:00
Misty Stanley-Jones
a5068f43c5
Remove OS name from Ubuntu and Debian packages ( #3772 )
2017-07-26 10:30:39 -07:00
Eli Uriegas
f803db6a2b
Removes Ubuntu Yakkety mentions for docker-ce ( #3949 )
...
Ubuntu 16.10 (Yakkety) reached its end of life on July 20, 2017:
http://fridge.ubuntu.com/2017/07/20/ubuntu-16-10-yakkety-yak-end-of-life-reached-on-july-20-2017/
Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>
2017-07-26 10:26:12 -07:00
Wang Jie
95528a5fb6
Update linux-postinstall.md ( #3933 )
2017-07-26 10:15:12 -07:00
Wang Jie
8a94dbaac7
Update rhel.md ( #3926 )
2017-07-26 10:13:33 -07:00
Trapier Marshall
847fd83449
Note default max-size and max-file for json-file ( #3924 )
...
The json-file logger does not rotate log files by default. This
behavior is worthy of documentation.
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2017-07-26 10:12:49 -07:00
Wang Jie
f997b3c9ac
Update docker-ee.md ( #3919 )
2017-07-26 10:11:47 -07:00
Kendra Havens
c171853314
Add Dockerize and ASP.NET Core doc ( #1681 )
...
Add Dockerize and ASP.NET Core doc
2017-07-25 11:40:53 -07:00
Wang Jie
d339a7c17d
Update oracle.md ( #3927 )
2017-07-24 18:37:45 -07:00
Tema Bolshakov
291c7ad768
Fix type ( #3954 )
2017-07-24 18:08:06 -07:00
Paul V. Novarese
f37051249c
fixed linktext ( #3962 )
...
the link to CE instructions said "CE for CentOS" even though the link pointed to the Ubuntu page. Also "Docker" in that link text was not capitalized.
2017-07-24 18:04:09 -07:00
Victoria Bialas
9061ed0c0c
fixed admonitions for now ( #3963 )
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-07-24 14:16:47 -07:00
Sebastiaan van Stijn
e9bb8bf2bd
Update references to moby/moby and 17.03.x branch ( #3956 )
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-07-24 13:49:51 -07:00
Victoria Bialas
922ae1201b
updated Docker version information for Cloud ( #3896 )
...
* updated Docker version information for Cloud
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* modified Docker Engine references to Docker x.x
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* improved version information
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* fixed typo per review
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-07-18 14:04:52 -07:00
Matthias Glastra
37bad6c8c9
Update json-file.md ( #3878 )
...
The -- for log-driver where incorrect.
2017-07-18 14:04:13 -07:00
C.X. Ling
202fa1da6c
Add missing characters in fedora install guide ( #3910 )
2017-07-18 13:46:28 -07:00
Anthony Sottile
ece2255f4d
Update baseimages.md ( #3859 )
...
Updates to an LTS version of ubuntu (xenial 16.04) instead of an old non-lts version (raring 13.04).
2017-07-13 10:25:33 -07:00
Misty Stanley-Jones
0c7d3b5f4c
Deprecate some Dockerize topics in favor of library ones ( #3735 )
2017-07-12 12:06:07 -07:00
Cong
9c245acd35
correct path to "Linux postinstall" ( #3850 )
...
[Linux postinstall](../linux-postinstall.md) is in the parent folder.
2017-07-12 12:04:30 -07:00
Wang Jie
fcf2883446
Update sdks.md ( #3855 )
2017-07-12 12:02:02 -07:00
Wang Jie
95af49deb0
Update index.md ( #3856 )
...
Add a missing period (.).
2017-07-12 12:01:37 -07:00
p1wdotnl
4b5d2bfd4b
Update start-containers-automatically.md ( #3867 )
2017-07-12 12:00:15 -07:00
Pierre Carru
2454ab8b7f
Typo ( #3869 )
...
user ->use
2017-07-12 11:54:49 -07:00
Brian Goff
b5e15b0757
Update install docs: don't rm container-selinux ( #3816 )
...
Also actually remove `docker-engine-selinux`.
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2017-07-07 10:26:02 -07:00
Gabriel Machado
5c4c88dee3
17.04 is not LTS ( #3810 )
...
See more in https://wiki.ubuntu.com/Releases
2017-07-05 16:55:18 -07:00
Huachao Mao
5d25a11a3b
Fix broken link for creating base images scripts ( #3805 )
2017-07-05 16:52:54 -07:00
Frank Schmitt
0c5a0a797f
Fix wrong format in sample daemon.json ( #3804 )
...
The provided daemon.json is incorrect - at least on Docker 17.05, trying to use it raises an
FATA[0000] unable to configure the Docker daemon with file /etc/docker/daemon.json: invalid character ':' after array element
on starting the Docker daemon. The root cause is that it uses key-value pairs inside the array, whereas it should use strings
2017-07-05 16:52:01 -07:00
rotunba
6ae2cf46d9
Fix typo ( #3797 )
2017-07-05 16:51:17 -07:00
Chandan Pasunoori
70ed3231a1
Update configs.md ( #3781 )
...
bash format
2017-07-05 16:48:49 -07:00
Christian Resell
dc0ca081e0
Update link to post-install in debian.md ( #3780 )
...
Got a 404 when trying to click the post-install link in the Debian guide under "next steps"
The link at the bottom of the page works.
2017-07-05 16:47:53 -07:00
Deborah Gertrude Digges
ce4a5a4ecd
Update security.md ( #3777 )
...
- Update broken link
- Fix Typo in security.md
2017-07-05 16:47:15 -07:00
Misty Stanley-Jones
c9df105184
Add the -d flag to networking example ( #3820 )
2017-07-05 11:05:24 -07:00
Misty Stanley-Jones
c8e4f35af0
Fix broken link to plugins topic ( #3802 )
2017-07-05 10:55:18 -07:00
Misty Stanley-Jones
69c619e4c3
Fix inconsistencies in imagesandcontainers topic ( #3801 )
2017-07-03 16:23:51 -07:00
David Sanders
47108f2a49
Don't remove `container-selinux` when removing old Docker version ( #3776 )
2017-07-03 16:19:24 -07:00
Adam Stevenson
be45c3045a
Update broken link to post install steps ( #3756 )
2017-07-03 15:16:24 -07:00
Nano
44db80e470
Fix a typo ( #3779 )
2017-07-03 14:42:59 -07:00
Misty Stanley-Jones
4b4f6448f8
Add ending code fence ( #3793 )
...
Fixes #3792
2017-07-03 14:03:31 -07:00
Misty Stanley-Jones
8910418fb3
Fix typo in Ubuntu EE installation ( #3791 )
2017-07-03 13:53:51 -07:00
Misty Stanley-Jones
039582deeb
Add redirect for old logging landing page ( #3788 )
...
Also add mention of docker service logs commands
2017-07-03 12:30:10 -07:00
Misty Stanley-Jones
22e10b99f1
Fix Docker EE Windows links ( #3789 )
2017-07-03 12:15:28 -07:00
Steven Smith
8fcf12815f
Fixing broken link for Docker CE page ( #3785 )
...
Post Installation steps link wasn't working
2017-07-03 12:06:55 -07:00
Sebastiaan van Stijn
ac95f0d091
Update Docker Store linkx ( #3775 )
...
These pages used an outdated link
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-07-03 09:15:37 -07:00
Jason Perrin
fec0457852
Change Debian Stretch to stable from testing ( #3754 )
2017-06-30 16:45:47 -07:00
Trapier Marshall
1a54ee3773
clarify route ownership in ipv6 user guide ( #3765 )
...
Make it clear which host owns which route by replacing references to "the
host" and "it" with the hostname that owns the route.
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2017-06-30 16:45:17 -07:00
Justin Menga
b3b76b2293
Fix incorrect regular expression in awslogs example ( #3757 )
...
Signed-off-by: Justin Menga <justin.menga@gmail.com>
2017-06-30 16:41:49 -07:00
Nick Weinhold
8a791172a5
Fixing a typo in a link ( #3768 )
2017-06-30 16:40:51 -07:00
Victoria Bialas
fc17bb4da0
install page improvements, re-organization ( #3767 )
...
* install page break out desktop, cloud, server, link updates
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* fixed an on-page link
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-30 15:10:59 -07:00
John Mulhausen
4854259ed2
Update docker-ee.md
2017-06-30 11:41:27 -07:00
Justin Menga
cd2355d8f8
Fix incorrect awslogs option names ( #3736 )
...
Signed-off-by: Justin Menga <justin.menga@gmail.com>
2017-06-29 13:56:27 -07:00
travis-rodman
cb9cc63105
spelling correction ( #3737 )
2017-06-29 13:54:14 -07:00
WANG Yuexiao
ec13b0a2e6
Fix --filter option for docker stack ps ( #3723 )
...
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
2017-06-29 12:00:12 -07:00
Charles
3c17075b87
Update device-mapper-driver.md ( #3731 )
...
There are a few references to `loop-lvm` that I believe should be `direct-lvm`.
2017-06-28 14:10:11 -07:00
Misty Stanley-Jones
17e1da077b
Tighten up base image and parent image terminology ( #3720 )
2017-06-28 11:56:41 -07:00
Misty Stanley-Jones
af866cbb8e
Add v1.30 of the API
2017-06-28 08:31:29 -07:00
Misty Stanley-Jones
14a5f0fbca
Add testing repo to Linux CE install instructions
2017-06-28 08:31:29 -07:00
Misty Stanley-Jones
9a1d17900e
Update Docker CE version variables
2017-06-28 08:31:29 -07:00
Misty Stanley-Jones
7f966c4c10
Remove edge-only admonitions
2017-06-28 08:31:29 -07:00
Misty Stanley-Jones
3b5192d199
Add release notes from upstream repos into the formal docs ( #3644 )
...
* Import release notes from upstream projects
* Fix Liquid errors
* Try a new structure
* Update 17.06 release notes to RC5
2017-06-28 08:31:29 -07:00
Misty Stanley-Jones
e2522d8fbc
Document automatic devicemapper setup ( #3626 )
2017-06-28 08:31:29 -07:00
Misty Stanley-Jones
7df267c9e3
Document new DOCKER-USER iptables chain ( #3554 )
...
* Document new DOCKER-USER iptables chain
* Rewording
2017-06-28 08:31:29 -07:00
Misty Stanley-Jones
7eb11d8537
Add s390x info
2017-06-28 08:31:29 -07:00
Misty Stanley-Jones
322213052e
Separate out Docker CE and EE for Linux
2017-06-28 08:31:29 -07:00
Misty Stanley-Jones
6a82b21332
Update CLI refs for 17.06
2017-06-28 08:31:29 -07:00
Misty Stanley-Jones
08f830811d
Add configs to compose file reference
2017-06-28 08:31:29 -07:00
Misty Stanley-Jones
6c1286d80d
Improve the Windows secret and config examples
2017-06-28 08:31:29 -07:00
Misty Stanley-Jones
044bc28dbb
Add docs about configs
2017-06-28 08:31:29 -07:00
Misty Stanley-Jones
abae9c48fa
Document Windows secret support
2017-06-28 08:31:29 -07:00
Misty Stanley-Jones
26bfc6ef69
Document custom target directory for secrets
2017-06-28 08:31:29 -07:00
Misty Stanley-Jones
7b006d7c65
Add info about new --datapath-addr flag ( #3479 )
2017-06-28 08:31:29 -07:00
Ying Li
5d344c4250
Add information about how CA rotation works to the swarm mode PKI doc ( #3439 )
2017-06-28 08:31:29 -07:00
Misty Stanley-Jones
eb0ff71b5d
Point to newer registry topic ( #3719 )
2017-06-27 16:33:43 -07:00
Bingshen Wang
7a0c285574
Update json-file.md ( #3716 )
...
Fix typo in the `json-file` driver document.
2017-06-27 13:36:04 -07:00
Michael Genereux
38ffd854ec
Subsequent open(2) causes copy-up operation ( #3709 )
...
* Second open(2) causes copy-up operation
The documentation incorrectly credits the first, read-only call to open as the trigger of the copy-up operation. It's the subsequent read-write call that actually triggers the copy-up operation.
2017-06-27 13:27:53 -07:00
Misty Stanley-Jones
387c4f5025
remove extra -o flag ( #3712 )
2017-06-26 16:19:53 -07:00
Misty Stanley-Jones
023278aff2
Add link to Docker Machine setup for Linux hosts ( #3711 )
2017-06-26 15:44:04 -07:00
Wilfred Hughes
7391a82648
Minor grammar fix ( #3703 )
2017-06-26 13:32:02 -07:00
Chessmasterrr
914f3b4ac6
Changed grep flags ( #3706 )
...
If the first grep is already quiet, the second one will not find anything and exit with error code 1. So the quiet flag has to be on the second grep command to get the script working.
2017-06-26 13:31:51 -07:00
Misty Stanley-Jones
c1dbb5b012
Add information about userns-remap ( #3678 )
...
* Add information about userns-remap
* Split into its own topic, do some TOC magic
2017-06-26 10:14:07 -07:00
Justin Menga
b1d32c948c
Update awslogs.md ( #3319 )
...
* Add docs for awslogs-multiline-pattern and awslogs-datetime-format
Signed-off-by: Justin Menga <justin.menga@gmail.com>
2017-06-26 09:27:02 -07:00
Brian Goff
8ab3a05d03
Update install to ensure extras repo is enabled ( #3702 )
...
* Update install to ensure extras repo is enabled
The `extras` repos are required for 17.06 which depends on the
`container-selinux` package.
CentOS typically has the repo enabled by default, but in some cases may
be disabled, and RHEL never has it enabled by default.
This is provided by the main Fedora repos and does not require any extra
setting.
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
* Jekyll is picky about indentation.
* Jekyll is picky about indentation.
2017-06-26 09:25:37 -07:00
Nope Nope
483a8a8370
Correct example script ( #3590 )
...
Previous version could not work as grep -q does not print anything to stdout, only exits with a status code depending on a match was found or not. Hence the variables were always empty and could not be compared with 0
2017-06-22 16:18:13 -07:00
Misty Stanley-Jones
7a0b00a188
Add simple pull examples with auth ( #3574 )
2017-06-22 11:47:05 -07:00
Jérôme Petazzoni
e04cbdbd7c
Remove extraneous **warning** ( #3546 )
...
* Remove extraneous **warning**
The .warning class already prepends "Warning"
* changed Warning tag to vanilla
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-21 15:40:34 -07:00
ArthurMa
b0a04d1d9f
centos Uninstall lost a dependency ( #3651 )
...
when I degrade to lower docker version, I found that docker-engine-selinux dependency need to remove.
2017-06-20 14:14:34 -07:00
Misty Stanley-Jones
b63c1aee78
Fix broken link ( #3658 )
2017-06-20 11:53:15 -07:00
Sergey Sarbash
a145f69b6c
Create index.md ( #3611 )
2017-06-20 11:46:01 -07:00
Wilfred Hughes
a015f3dae4
Fix typo ( #3664 )
2017-06-20 11:20:34 -07:00
Misty Stanley-Jones
baaead7cdd
Update logging driver options from code
2017-06-20 11:07:50 -07:00
Misty Stanley-Jones
9d53ce7350
Clarify routing mesh port
2017-06-20 11:07:50 -07:00
Misty Stanley-Jones
11fcbcb88a
Clarify size and virtual size
2017-06-20 11:07:50 -07:00
Trapier Marshall
2223f09523
fix jump links in admin resource constraints ( #3577 )
...
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2017-06-19 12:14:49 -07:00
Misty Stanley-Jones
464599c2a6
Clarify what "networked host machines" means ( #3657 )
...
Fixes #3646
2017-06-19 11:52:02 -07:00
Michael Friis
6d067495f2
broken anchor ( #3642 )
2017-06-16 16:28:37 -07:00
Misty Stanley-Jones
10cf545c96
Add back missing LVM instructions ( #3623 )
2017-06-15 13:45:44 -07:00
Misty Stanley-Jones
8df4e664bc
Fix missing word ( #3619 )
2017-06-15 10:36:45 -07:00
Misty Stanley-Jones
dda29b7fc4
Update curl examples to use 'localhost' ( #3617 )
2017-06-15 10:36:19 -07:00
zedashen
3e29924bb3
command spelling mistake ( #3559 )
2017-06-13 11:52:29 -07:00
Kamal Gill
af911f3bdb
Replace 'yum list' with 'dnf list' ( #3550 )
2017-06-13 11:46:52 -07:00
Taio Jia
a22db0902b
Fix unmarshal issue ( #3545 )
...
If set to `"mtu": "1500"` will got an error:
```
unable to configure the Docker daemon with file /etc/docker/daemon.json: json: cannot unmarshal string into Go value of type int
```
That code can not unmarshal string into Go value of type int, I changed the type from string to int.
2017-06-12 17:02:40 -07:00
Nicolae Vlădescu
667306190c
Fix docker package name for Raspbian Jessie ( #3520 )
...
On Raspbian Jessie the docker package is named `docker-engine`, `docker` being another unrelated package. Package details: https://packages.debian.org/jessie/docker
2017-06-12 17:01:17 -07:00
kudabaev
fd0eb53dd1
Errata ( #3526 )
...
Line 62: “syslog=udp://1.2.3.4:1111” should be “syslog-address=udp://1.2.3.4:1111”
2017-06-12 11:34:31 -07:00
Misty Stanley-Jones
b7a073f87b
Correction to networking diagram ( #3553 )
2017-06-09 12:52:45 -07:00
leonstrand
44c31878d8
Update services.md ( #3521 )
...
Change 'correcty' to 'correct way'
2017-06-09 10:55:46 -07:00
Misty Stanley-Jones
a173c4630d
Document OOME information ( #3536 )
2017-06-09 09:41:00 -07:00
Swapnil Kulkarni
58f3632285
Update syslog documentation for typo ( #3502 )
...
There is a typo of UDP which is spelled as UP.
Corrected it.
Signed-off-by: Swapnil Kulkarni <me@coolsvap.net>
2017-06-08 12:05:04 -07:00
Riyaz Faizullabhoy
172e448122
fix trust env var name ( #3504 )
...
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>
2017-06-06 10:43:19 -07:00
Misty Stanley-Jones
e11009b304
Reorg service management topic ( #3462 )
...
Move some things that were previously in the CLI ref
Some rewrites and reorganization
Add placement pref image
2017-06-02 14:46:24 -07:00
Jeremiah Witt
416ee6291a
Fixing typos and grammatical errors ( #3405 )
...
There were some awkward word choices in the opening paragraph, so I updated them to make the document more readable.
2017-06-02 11:44:56 -07:00
Chomba Ng'ang'a
330a524726
fix typo in admin/start-containers-automatically.md ( #3468 )
2017-06-02 11:43:05 -07:00
Zion Wu
5f02225ea1
Fix mistakes in LVM config procedure ( #3447 )
...
1. remove step 8 from "Configure direct-lvm mode for production" session.
2. change "0 = disabled" to "100 = disabled" in step 10 for thin_pool_autoextend_threshold.
2017-06-02 10:53:02 -07:00
memory
571d2354c8
Suggest passing --no-log-init to adduser ( #3413 )
...
Running `useradd` without `--no-log-init` risks triggering a resource exhaustion issue:
https://github.com/moby/moby/issues/15585
https://github.com/moby/moby/issues/5419
https://github.com/golang/go/issues/13548
2017-06-02 09:55:36 -07:00
mark teehan
a5f8de8e71
Update imagesandcontainers.md ( #3422 )
2017-06-02 09:53:31 -07:00
Misty Stanley-Jones
d88478a722
Document logging driver plugins ( #3440 )
2017-06-01 13:43:11 -07:00
Misty Stanley-Jones
cf3f1f6e37
Rewrite swarm service networking guide ( #3454 )
2017-06-01 13:42:33 -07:00
Misty Stanley-Jones
34b9e3753d
Update docs about starting containers automatically ( #3436 )
2017-05-31 09:34:00 -07:00
Misty Stanley-Jones
b12ec60faa
Storage driver followup ( #3386 )
...
* Fix picky formatting errors
* Address post-merge feedback
* Changing the storage driver on D4M/D4W not supported
2017-05-30 14:29:51 -07:00
Paul Ostazeski
4fb8fce106
Typo correction "mages" -> "images" ( #3376 )
2017-05-30 14:04:17 -07:00
Jim Galasyn
d52729a8e2
Update hosts value to array ( #3410 )
...
Fixes #3361 .
2017-05-25 17:34:20 -07:00
Tim
3db7fad4fd
Grammar and spelling corrections ( #3394 )
2017-05-24 16:41:07 -07:00
Misty Stanley-Jones
89ac40cf3b
Updating docs about storage drivers ( #3276 )
...
* Updating docs about storage drivers
2017-05-23 10:53:25 -07:00
Christian Göller
eb78bf83d5
Add clarification regarding openSUSE ( #3279 )
...
* Add clarification regarding openSUSE
2017-05-19 15:46:41 -07:00
Jon Hajdu
9814dde803
Update host_integration.md ( #3287 )
2017-05-19 15:37:12 -07:00