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