Commit Graph

1038 Commits

Author SHA1 Message Date
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