Commit Graph

1543 Commits

Author SHA1 Message Date
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
Yuji Shimoda 4184049fbe Fix python code snippet. (Commit containers) (#3267) 2017-05-19 15:27:13 -07:00
Matt Duszynski 74df47fe12 Replace Rails with Ruby in the examples list (#3229)
The official Rails image was deprecated at the beginning of the year, and it probably shouldn't be referenced as an example in the docs anymore.
2017-05-19 15:10:44 -07:00
Alexey Grachov 425935605a Remove extra spaces. (#3304) 2017-05-17 12:36:57 -07:00
Misty Stanley-Jones cf6e2e7229 Document using Prometheus metrics (#3249) 2017-05-16 10:54:02 -07:00
Misty Stanley-Jones 968f76eced Use daemon.json everywhere possible (#3252) 2017-05-15 10:44:40 -07:00
Misty Stanley-Jones f732322462 Add docs for automatic service rollback (#3248) 2017-05-11 15:34:16 -07:00
Misty Stanley-Jones d25cee8e4d Fixes and improvements to example script (#3242)
* Fixes and improvements to example script
2017-05-11 13:22:15 -07:00
Misty Stanley-Jones 415a358d7e Recommend using swarm services instead of network aliases for load balancing (#3087) 2017-05-10 11:10:31 -07:00
Lorenzo Fontana 64de468317 Splitting all the logging drivers (#2975)
* Splitting logging drivers

Signed-off-by: Lorenzo Fontana <lo@linux.com>
2017-05-10 10:56:13 -07:00
Achilleas Pipinellis c34fca12c6 Fix typo: s/Raspian/Raspbian (#3185) 2017-05-09 20:37:18 +00:00
French Ben fe0620225d Added note on tag formatting of docker image (#3207)
* Added note on tag formatting of docker image

Signed-off-by: French Ben <frenchben@docker.com>

* Updated notes

Signed-off-by: French Ben <frenchben@docker.com>
2017-05-09 13:02:24 -07:00
Misty Stanley-Jones 9c648cf079 Docker 17.05 docs (#3092)
* Add Netlify build script

* Pull 'edge' stuff from master for now

* Add env-regex logging opt (#2688)

* Update Dockerfile to pull from 17.05 branch

* Update YAML files from 17.05.x branch

* Add scaffolding for 17.05 content

* Document highlights for 17.05

* Add v1.29 API

* Document multi-stage builds
2017-05-05 19:50:22 +00:00
Sawood Alam 6456b4a54f Version number typo correction (#3177) 2017-05-05 19:41:52 +00:00
yallop 42d9c55a1e WIP: Osxfs caching updates (#2883)
* Update the osxfs documentation with recent details about caching.

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* Add a note about 'cached' to the volumes tutorial.

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* Add a document giving a detailed specification of osxfs caching.

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* Americanize spelling in the osxfs-caching document.

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* More osxfs benchmark details for 'go list'.

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* Remove mentions of the blog post.

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* editorial, topic structure changes, x-refs

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* linked to new topic also where bind mounts are discussed in Namespaces

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* added more tags

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Decapitalize descriptions

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* "releease" ~> "release"

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* Use @avsm's suggested rewording for the osxfs-caching introduction.

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* Add an example showing how to use `cached`, `consistent`, etc.

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* Add a link to the user-guided caching blog post.

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* added examples heading, more x-refs to blog post, docker run

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* escaped second dash in --volume long version of command

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* fixed double dashes on volume option to render properly

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-05-05 11:49:00 -07:00
Derek Olsen 054fced71d Typo in overview.md (#3121) 2017-04-29 00:05:21 +00:00
Sam Cook 65c3f1befa Remove copy error syslog TCP+TLS options example (#3097)
The syslog TCP+TLS example suggests that the relevant options are `syslog-tls-ca-cert=syslog-tls-ca-cert=...`, `syslog-tls-cert=syslog-tls-ca-cert=...` and `syslog-tls-key=syslog-tls-ca-cert=...`. This corrects this example.
2017-04-28 22:03:39 +00:00
Ondrej Sika 71f06d8f96 engine/admin/index - Fix typo in Debian log path (#3113) 2017-04-28 19:32:48 +00:00
Joao Fernandes 2419c724e1 Clean get Docker (#2581)
* Clean get Docker

* Fix deleted changes

* Align content to the left
2017-04-28 11:25:32 -07:00
tompizmor 8ce933c965 Fixed typo in multi-service_container.md file (#3070) 2017-04-26 20:46:54 +00:00
John Mulhausen 12b2165e17 Fixes #2029 2017-04-25 17:25:22 -07:00
John Mulhausen 74f9201b6f Fixes #3013 2017-04-25 17:24:12 -07:00
John Mulhausen dbf16812ac Fixes #2062 2017-04-25 17:22:26 -07:00
John Mulhausen 570b4458b4 Add Compose instructions 2017-04-25 23:05:39 +00:00
Thomas Noe 99c7f1e503 remove cadvisor from swarm example -- #1840 (#2939)
Signed-off-by: Thomas Noe <thomas.noe@madwiremedia.com>
2017-04-25 16:00:55 -07:00
John Mulhausen ea147ccb3d Update debian.md 2017-04-25 15:59:38 -07:00
John Mulhausen 03b20257bf Update debian.md 2017-04-25 15:54:07 -07:00
Jean-Christophe 4b89dcf38d Correct Debian for ARMHF installation steps (#2965)
This commit corrects the installation steps for Debian (not Raspbian)
when running on ARMHF. It explains how to install Docker CE for Debian ARMHF.

Note: Installation instructions for Raspbian have not been changed.
2017-04-25 15:20:15 -07:00
Joe Deng 9745a627ea describe the effect of using --memory-swap=0 (#2854)
* describe the effect of using --memory-swap=0

Signed-off-by: Zhiguo Deng <bjzgdeng@linux.vnet.ibm.com>

* Edits

* Rewording about definition of swap

* Reworking for clarity of all the different ways it can be unset
2017-04-25 14:44:16 -07:00
Jim Galasyn ffc72b7b69 Fix path reference to x86_64 (#3056) 2017-04-25 11:42:10 -07:00
Lenny Linux 9a1f99cd11 add warning class and a linebreake to the warning blogquote (#2937)
* Update fedora.md

add warning class to blogquote

* Update linux-postinstall.md

add warning class to blogquote

* Update ubuntu.md

add warning class to blogquote

* Update https.md

add warning class to blogquote

* Update swarm_manager_locking.md

add warning class to blogquote

* Update dockerlinks.md

add warning class to blogquote

* Update deploying.md

add warning class to blogquote

* Update deploying.md

add warning class to blogquote

* Update insecure.md

add warning class to blogquote

* Update discovery.md

add warning class to blogquote

* Update dockerd.yaml

add warning class to blogquote

* Update docker_secret_rm.yaml

add warning class to blogquote

* Update docker_service_rm.yaml

add warning class to blogquote

* Update docker_secret_rm.yaml

add warning class to blogquote

* Update scale-your-cluster.md

add warning class to blogquote

* Update resource_constraints.md

add warning class to blogquote

* Update binaries.md

add warning class to blogquote

* Update content_trust.md

add warning class to blogquote

* Update secrets.md

add warning class to blogquote

* Update index.md

add warning class to blogquote

* Update install-sandbox-2.md

add warning class to blogquote

* Update docker-toolbox.md

add warning class to blogquote

* Update index.md

add warning class to blogquote

* Update centos.md

add warning class to blogquote

* Update debian.md

add warning class to blogquote

* Update faqs.md

add linebreak after Looking for popular FAQs on Docker for Windows?

* Update install.md

add linebreake after **Already have Docker for Windows?**

* Revert "Update dockerd.yaml"

This reverts commit 3a98eb86f700ade8941483546c33f69a9dab8ac3.

* Revert "Update docker_secret_rm.yaml"

This reverts commit 5dc1e75f37033932486c11287052b7d64bf83e55.

* Revert "Update docker_service_rm.yaml"

This reverts commit a983380a5625b471f1a03f8ed2301ead72f98f1b.

* Revert "Update docker_secret_rm.yaml"

This reverts commit 4c454b883c300e26fbb056b954bb49ec2933b172.
2017-04-25 11:33:27 -07:00
Misty Stanley-Jones 963272a549 Updates to multi-process container topic (#3026) 2017-04-24 16:01:05 -07:00
Misty Stanley-Jones ed9b3af405 Clarify hardware platforms for RHEL (#3027) 2017-04-24 11:49:24 -07:00
Julien Maitrehenry 59348a30a8 Fix #3029 (#3030) 2017-04-24 11:32:45 -07:00
Steven Hanna 08c99cc625 Link to docker secret CLI and docker secret compose information (#2993)
* Link to docker secret CLI and docker secret compose information

* changes to improve description
2017-04-24 09:55:21 -07:00
Shubheksha Jalan 8cce48c9bf Fix ipv6 netmask (#2957)
* fix ipv6 netmask

* fix ipv6 netmask in image

* fix range

* fix range

* fix range
2017-04-22 19:24:31 -05:00
Rubab-Syed 9940a755dc Add images to networkingcontainers.md (#2192) (#2988)
* Add images to networkingcontainers.md (#2192)

* Update image tags
2017-04-22 19:22:01 -05:00
Steven Hanna 9caf13ef87 spelling fixes without yaml (#3006) 2017-04-22 10:39:57 -07:00
John Harris fd1fd15fa4 Add clarity note around required user-created overlay (#2972) 2017-04-21 14:06:05 -05:00
Julien Maitrehenry 3edabae435 Fix manager and worker join tokens
* Fix manager and worker join tokens. Issue #2088.

Fix screenshots per issue #2126

Move vote images to correct dir

Fix rendering issue with inline code snippet #1990

Fix for stack yaml reference (#1476)

Fix image link

Add shutdown procedures for #1017

* Make the fix asked in the PR

Little fix
2017-04-21 14:05:12 -05:00
Suraj Narwade 82d1d0973e Added more info about volumes (#2961)
* Added more info about volumes

Resolves #344

https://docs.docker.com/engine/tutorials/dockervolumes/

* Update dockervolumes.md
2017-04-21 13:57:11 -05:00
Steven Hanna 9a3c20b74a Explaining the default iptables FORWARD DROP policy (#2941)
* Explaining the default iptables FORWARD DROP policy

* Copy edits
2017-04-21 13:03:42 -05:00
ashishkamat2791 db000dc33f Add custom docker0 configuration examples (#2894) 2017-04-21 12:26:17 -05:00
Guilherme Rezende 566af4709c Update delete-service.md (#2956)
`docker service ps` needs the SERVICE-ID as a parameter, and the service don't exist after removed.
2017-04-21 11:19:25 -05:00
Shubheksha Jalan cffdc1e574 fix ipv6 netmask (#2968) 2017-04-21 11:00:20 -05:00
Frank B Greco Jr 87a8a5843a updating outdated plugin (#2907)
* updating outdated plugin

* Update dockervolumes.md
2017-04-21 10:57:36 -05:00
John Mulhausen d6995e4c62 Various link/fwding fixes 2017-04-20 21:08:50 -07:00
Steven Hanna b43c302c46 Spelling mistakes (#2970)
* Spelling mistakes

* Delete last_page.md
2017-04-20 17:26:18 -05:00
Bill a3a7ae1e0b replaced docker/docker with moby/moby (#2879)
* replaced docker/docker with moby/moby

* fixed incorrect name changes in release notes

* fixed mentions of moby/moby in code
2017-04-20 15:32:18 -05:00
Cory Locklear e0ff65e6c9 Provide a bit more context around where commands should be executed. Fixes #995. (#2920) 2017-04-20 14:24:45 -05:00
Shubheksha Jalan 6afa8b7879 fix ipv6 netmask (#2958) 2017-04-20 11:36:22 -05:00
mtilson b62780d875 fix for a tiny grammar mistake (#2948) 2017-04-20 07:25:48 -05:00
Misty Stanley-Jones 60000d2eab Raspbian installation follow-up (#2915)
* Raspbian installation follow-up

* Clarify what state you are in after using the convenience script

* Small correction
2017-04-19 17:08:37 -05:00
Constanze Kratel a1b428ff00 #2675: Splunk Logging Docs: updated splunk-source description (#2917)
This description had a splunk-token example instead of splunk-source. Went ahead and updated the example. Remove bullet from a non-list item.
2017-04-19 14:36:34 -05:00
Bill 475114c052 corrected Raspian steps (#2893) 2017-04-19 14:00:02 -05:00
Victoria Bialas 22a0781b09 updated tip X Windows logout (#2902)
paragraph format updates

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-04-19 12:52:25 -05:00
Frank B Greco Jr 59e4718500 adding https documentation (#2861) 2017-04-19 06:59:40 -05:00
Shubheksha Jalan 3225ae94f2 make post-install linux instructions clearer (#2876) 2017-04-18 19:32:33 -05:00
Misty Stanley-Jones e7d06e2d65 Update several aspects of the networking intro (#2882) 2017-04-18 19:29:43 -05:00
Jesse Adametz 6f0f24f1bf Puts parallel CE/EE instructions in tabs to shorten page (#2871)
* Puts parallel CE/EE instructions in tabs to shorten page

* Removes some pre-tabs formatting
2017-04-18 17:42:02 -05:00
michaelspets b9a9789294 Fix broken link (#2870)
Signed-off-by: Michael Spetsiotis <michaelspets1234@gmail.com>
2017-04-18 16:13:58 -05:00
John Harris 61ea4f090b Fix join function example to use inspect instead of ps (#2827) 2017-04-18 13:07:25 -07:00
Shubheksha Jalan f2a3814cbe Add note about HTTPS_PROXY 2017-04-18 14:26:13 -05:00
J 1d18cb37ac Update to fix ticket #850 (#2845)
* Update to fix ticket #850

Suggested fix was based on this [ticket](https://github.com/docker/docker.github.io/issues/850) and reference to this popular [Stackoverflow](http://stackoverflow.com/questions/33562109/docker-command-cant-connect-to-docker-daemon) issue.

* Update linux-postinstall.md
2017-04-18 14:19:38 -05:00
Jesse Adametz 5787368f1f Fixes links to Notary repository (#2840) 2017-04-18 13:58:19 -05:00
Steven Hanna bb885ec58f Code block indentation caused them to not parse correctly (#2839) 2017-04-18 13:25:34 -05:00
Shubheksha Jalan 6075f7115d add note about DNS server IP (#2822) 2017-04-18 13:19:31 -05:00
Shubheksha Jalan 5a2714448f fix broken link for logging context (#2815) 2017-04-18 10:55:26 -05:00
Wang Jie 80fb32322e Update join-nodes.md (#2850)
Fix 2082
2017-04-18 10:50:08 -05:00
Wang Jie 06eb57ded7 Typo on raft.md page (#2852)
Fix #2205
2017-04-18 10:49:21 -05:00
John Mulhausen 8820cfa6ff New 6-page "Get Started" (#2296)
* Create index.md

* Create part2.md

* Create part3.md

* Create part4.md

* Create part5.md

* Rewrite step 2

* Update part2.md

* Update part2.md

* Update part2.md

* Update part2.md

* Update part2.md

* Update part2.md

* Update index.md

* Rewrite of part 3

* Tabs-based swarm instructions, pass 1

* Rewrite of parts 3 and 4, tabs implementation

* Navigation, rewrites, part 4 completion

* Part 5 w/Redis

* Part 5, compelte Redis, rename part 6

* TOC/redirect implementation

* Update part6.md

* Changing links to point to new tutorial

* Rewrites and asciinemas

* Fix overview

* Label diagrams

* Fix button

* Fix link to where Stacks are covered

* Fix typo

* s/file/directory

* Reformat paragraph

* Shorten tabs

* Typos

* Release DTR 2.2.4, 2.1.6

* Go back to small /edge (#2736)

* Go back to small /edge

* Update site front page

Add info about Editions
Reorganize components
Update headings

* Move logic of fetching content to a script

* Add v1.28 API

* Add info about versioned API

* Fix a few 404s (#2785)

* Fix typo

* Propose use of another word (#2791)

I think that interested is better than invested, in this case.

* Update secrets.md (#2780)

remove correct secret

* Change mount syntax on windows from //c/ to c:\ (#2761)

LGTM

* Update hackathon.md (#2773)

* nodes.md grammar correction (#2802)

* Grammar and formatting check (#2797)

* Wrong article

If the first word starts with a vowel sound you use an. If the first word has a consonant sound use a.

* Making the text bold

Removing backticks because probably the text needs to be bold and not marked as code.

* Update overview.md (#2805)

It should say 'predecessors', not 'successors'. Otherwise the sentence and the subsequent example don't make sense.

* shrink some big images (#2798)

Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com>

* #2627 (#2804)

- Fix right sidebar overflow on rescale

* Update hackathon.md

* change pre-build to pre_build to remove confusion (#2813)

* change pre-build to pre_build to remove confusion

* clarify that pre_build hook refers to a file

* Update TOC to sentence case (#2790)

* add more info about DTR on the overview page (#2794)

fix #1904

* Update glossary.yaml (#2807)

Fix #2575.

* fix imports since docker api pkg migration, fix example repository name to be canonical (#2806)

* tweak: code format for filename (#2829)

* tweak: code format for filename

slight reword, so as to avoid confusion w/filename

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* small changes just to kick build again

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Update hackathon.md

* fix broken links (#2808)

* fix broken link (#2809)

* [CONTRIBUTING] update broken link (#2826)

* [Debian] add gnupg2 requirement for stretch (#2823)

* TOC/redirect implementation

* Changing links to point to new tutorial

* Rewrites and asciinemas

* Fix bad merge

* Metadata, formatting

* Front page formatting, link instrumentation
2017-04-18 03:32:37 -05:00
Bilal Amarni fff6ea6fe2 [Debian] add gnupg2 requirement for stretch (#2823) 2017-04-17 14:07:37 -07:00
Royce Remer a01182857f fix imports since docker api pkg migration, fix example repository name to be canonical (#2806) 2017-04-17 10:19:02 -07:00
leonstrand afd9137079 nodes.md grammar correction (#2802) 2017-04-16 16:59:21 -07:00
Jon Miner 9a9ebdbc52 Added a missing comma (#2799) 2017-04-16 16:58:53 -07:00
Muhamed 149c8e69dd Make it apply to everyone, not just Mac users. (#2777)
The tutorial is universal. How do we know that user is on the Mac?
2017-04-14 16:06:49 -07:00
Marcin Goliński fb50dd653a Change mount syntax on windows from //c/ to c:\ (#2761)
LGTM
2017-04-14 14:05:22 -07:00
Gluek 6823f365ad Update secrets.md (#2780)
remove correct secret
2017-04-14 13:00:03 -07:00
Misty Stanley-Jones de1df1319b Fix a few 404s (#2785) 2017-04-14 10:28:54 -07:00
Misty Stanley-Jones 10be60a80f Go back to small /edge (#2736)
* Go back to small /edge

* Update site front page

Add info about Editions
Reorganize components
Update headings

* Move logic of fetching content to a script

* Add v1.28 API

* Add info about versioned API
2017-04-13 18:58:56 -07:00
John Mulhausen add2f680e8 Default highlight.js off, dockerfile > conf highlighting, pygments (#2757)
* Default highlight.js off, dockerfile > conf highlighting, pygments

* Address feedback, style changes, markdownify reductions

* Getting rid of more markdownify

* Fix for right-hand nav spacing
2017-04-13 17:10:29 -07:00
Net Gusto e10661bb8b Go code: ImagePull: repository name must be canonical
If name given to imagePull is not canonical (see here for a description of a "canonical" name : https://github.com/docker/distribution/blob/245ca46/reference/normalize.go#L19-L23 ), the Go example panics : `repository name must be canonical`
2017-04-13 14:25:54 -07:00
Philip Vrieni S. Arguelles ffb954c931 Update container-communication.md (#2740)
remove 'else' for clarity
2017-04-12 10:35:54 -07:00
Ned Batchelder 542ce212b0 Update step_three.md (#2731) 2017-04-11 13:56:48 -07:00
Misty Stanley-Jones e0f7248d40 Update systemd.md (#2729)
restart docker before showing the Environment variable.
https://github.com/docker/docker/issues/22568#issuecomment-281092636
2017-04-11 09:52:07 -07:00
Misty Stanley-Jones 8e2a470983 Fix typo (#2728) 2017-04-11 09:13:44 -07:00
Misty Stanley-Jones f9d6b41fcf Rewrites to Docker Overview content (#2689) 2017-04-09 08:39:49 -07:00
Simon 4bc16ecf3d corrected ZFS storage driver documentation when running under systemd (#2621) 2017-04-07 13:51:59 -07:00
Hernandes Benevides de Sousa f8d5b857e5 Update Syslog logging tls skip flag (#2609) 2017-04-07 13:51:19 -07:00
Sensori Rios acd9c2158c Update host_integration.md (#2481)
systemd Working with Instantiated Units
It will work flexibly
2017-04-07 13:47:03 -07:00
PlatonicWannabe 2365e5f3cc Update step_four.md (#2629)
Windows users --like me-- may miss the period, and docker will not find `Dockerfile.txt.`
2017-04-07 13:29:27 -07:00
Jairo Llopis cb1d69eae6 Fix enable/disable flags of repos in Fedora (#2676) 2017-04-07 13:11:50 -07:00
tiilikainen fb4ff10d9d Update work-with-networks.md (#2680)
Corrected a small formatting error.
2017-04-07 13:11:11 -07:00
tiilikainen 7bed320b17 Update key-concepts.md (#2681)
Fixed broken internal href
2017-04-07 13:10:47 -07:00
Misty Stanley-Jones 7aab567836 Clarify supported Oracle Linux configuration 2017-04-05 17:45:44 -07:00
Misty Stanley-Jones d8c04e59b3 Clarify re Edge releases 2017-04-05 17:45:44 -07:00
Misty Stanley-Jones b3ca1d6120 Add 17.04 CLI refs
Also adjust CLI stub pages and cli.md to look in a different
data folder for edge releases
2017-04-05 17:45:44 -07:00
Misty Stanley-Jones e796ce8148 Site-specific changes for Edge 2017-04-05 17:45:44 -07:00
Aaron Lehmann 3874bf2c60 Add docs for 17.04 Edge release 2017-04-05 17:45:44 -07:00
Aaron Lehmann a73be0d5a6 swarm: Add note about placement preferences
Docker 1.14 is adding a new feature called "placement preferences". This
adds a note about them, and a pointer to the "service create" reference
that explains them in detail.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2017-04-05 17:45:44 -07:00
Yong Tang 5d225d3c63 Update documentation for CreateLogGroup support in awslogs (#1423)
* Update documentation for CreateLogGroup support in awslogs

This fix updates the documetation for CreateLogGroup support in awslogs

This fix is related to
https://github.com/docker/docker/issues/29334
https://github.com/docker/docker/pull/29504

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

* Improved line wrapping of code block
2017-04-05 17:45:44 -07:00
Brian Goff 786555a877 Adds details about new non-blocking logging mode
This functionality was added in docker/docker#28762.
It allows a user to specify what to do in cases when a log message can't
be sent, block the container's stdio or drop messages.

Also removes an erronious entry about a `nats` log driver, which does
not exist.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2017-04-05 17:45:44 -07:00
Misty Stanley-Jones 730ec4717d Document new rules for seccomp profile 2017-04-05 17:45:44 -07:00
Victoria Bialas f2307bbbfd fixed home page topic cards, link to glossary (#2638)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-04-05 12:26:47 -07:00
Victoria Bialas 2a4b9aa0b7 re-ordered, improved where to learn more (#2615)
improved formatting, adding swarm link

incorporated review comments

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-04-04 15:01:05 -07:00
Victoria Bialas 0462075732 removed legacy linux install index, redirected (#2623)
added redirect

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-04-04 14:58:18 -07:00
Misty Stanley-Jones 27bc66e009 Improvements to SLES install and BTRFS (#2618) 2017-04-04 14:09:29 -07:00
John Mulhausen d59ed36cc1 Fixes issue #2414 2017-04-04 13:56:03 -07:00
Misty Stanley-Jones 7a48554bc1 Improve daemon admin topic (#2612) 2017-04-04 12:06:46 -07:00
Shane Castle e2aaddd66c added "docker" to systemd is-active command (#2599)
The command was missing "docker" on the end for the systemd example.
2017-04-03 17:20:40 -07:00
Anh e9b5e56bbe Update https.md (#2594) 2017-04-03 15:27:13 -07:00
Pothi Kalimuthu 5e0854b2c3 Update the link to docs (#2603)
* Update the link to docs

Update the link to the correct documentation.

* Update using_supervisord.md
2017-04-03 15:20:21 -07:00
Daniel Hiltgen 8d2eccd41a Update zfs-driver.md (#2545)
The daemon will not auto-detect - the next step in the instructions explain how to configure it properly.
2017-03-31 16:49:45 -07:00
Anders Östlin c72a0d7e27 Update deploy-app.md (#2557)
Removes an extra '.' in the path when copying the docker-stack.yml with scp
2017-03-31 16:03:49 -07:00
Alexander Gruschina f6cb46851c fix missing '-y' parameter (#2556)
Missing parameter leads to abort when installing software-properties-common
2017-03-30 17:09:59 -07:00
Misty Stanley-Jones a75280f77b Use a real image in network example (#2570) 2017-03-30 16:03:00 -07:00
Misty Stanley-Jones a1291c8ef6 Add missing text (#2569) 2017-03-30 16:02:00 -07:00
Misty Stanley-Jones 411c41d991 Clarify splunk-url for Splunk Cloud hosted instances (#2567) 2017-03-30 15:24:01 -07:00
Misty Stanley-Jones 4c23e132f8 Clarify missing parent images (#2566)
Fixes #636
2017-03-30 15:13:44 -07:00
Misty Stanley-Jones c6aca8acee Improve bootstrap tabs (#2546)
Use data-target instead of href
Move tab-syncing code into site-wide JS so everyone can use it
Add example for syncing tab groups on the same page
2017-03-30 12:57:37 -07:00
Andrew Hsu 19308787ca remove extra slash (#2516)
Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
2017-03-28 17:49:38 -07:00
Misty Stanley-Jones 78768013fb Clarify what an absolute path looks like on Windows (#2524)
Fixes #561
2017-03-28 17:25:23 -07:00
Misty Stanley-Jones 616c1b5411 Add step to install software-properties-common (#2523)
This is needed for the `lsb_release` command that is used further down the Dockerfile.

Fixes #424.
2017-03-28 17:20:00 -07:00
Misty Stanley-Jones 669b51a889 Fix broken links (#2521) 2017-03-28 16:42:44 -07:00
Victor Vieux ad065409d9 bump api to 1.27 (#2461)
* bump api to 1.27

Signed-off-by: Victor Vieux <victorvieux@gmail.com>
2017-03-28 09:31:53 -07:00
jgasparetti 38481b0132 Update index.md (#2482)
Fixed version -> version typo
2017-03-28 09:29:45 -07:00
Dave Henderson 0cc0a14596 Renaming README to README.md for better display (#2467)
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2017-03-28 09:28:02 -07:00
Misty Stanley-Jones cd89f5434d Update URL for Windows binaries, rewrite install.sh topic (#2354) 2017-03-28 09:15:36 -07:00
Misty Stanley-Jones 878670c252 Add instructions for Wheezy to remove the deb-src repo (#2422) 2017-03-28 08:51:39 -07:00
Andrew Hsu ff26006b5c fix instructions for ubuntu to look for deb files (#2507)
Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
2017-03-27 17:12:04 -07:00
Jim Galasyn 9f8b9d78d5 Fix bridge image (#2502) 2017-03-27 16:53:27 -07:00
Misty Stanley-Jones 269d8e14fb Fix incorrect installation paths for package-based installs (#2479)
Additional edits for consistency
2017-03-27 16:37:57 -07:00
Jim Galasyn d8a53c0677 Fix typo (#2504)
Added "try" per #2204
2017-03-27 16:11:24 -07:00
Victoria Bialas c159f28cea removed on-page TOC (#2487) 2017-03-26 22:49:29 -07:00
İrfan Evrens 7ec65b3c6a deleted unnecessary codes. 2017-03-23 14:56:19 -07:00
Scott Stientjes 7dcc7469b0 Update content_trust.md
Removed "Using default tag: latest" from sample command output.  The testing tag was specified in the command, so it would not being using the default tag.
2017-03-23 14:54:43 -07:00
Elton Stoneman a2d1a8213f Fix Windows container reference (#2426)
Clarified the sentence on running Linux containers on Windows. You can't do that, but you can run Linux containers with *Docker for Windows*, which spins up a Moby VM for Linux containers.
2017-03-22 10:15:02 -07:00
Jim Galasyn 92c641ee2f Change old versions to new for boot2docker version (#2428) 2017-03-21 17:57:25 -07:00
Joao Fernandes 7b90ef4bdc Fix spelling errors (#2409) 2017-03-21 11:49:07 -07:00
Tanguy ⧓ Herrmann 0c789392b1 Typo on storage-driver options in daemon.json (#2419) 2017-03-21 11:45:45 -07:00
Quentin L'eilde 6230ab47e9 update step_three.md (#2391)
* update step_three.md

Update docker hub link by docker store link (docker/whalesay is no more in the results of docker hub search). Would be interesting to update the illustration images with docker store illustrations.

* Update step_three.md
2017-03-20 14:59:11 -07:00
Vishnu Narayanan 0d71b86c0c Improved word usage (#2385) 2017-03-20 14:55:33 -07:00
John Mulhausen 1cad0f77c2 Fix for tabs on Engine API 2017-03-17 13:56:14 -07:00
Alexandre Beslic 1bd064a8a5 Fix typo in SDK list (#2367)
Fix typo `shiplist` -> `shiplift`.
2017-03-17 11:58:34 -07:00
Victoria Bialas 61dff0f8b7 improved bullet formatting (#2372)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-03-17 02:22:01 -07:00
Victoria Bialas 7af98e49bc added Toolbox, Windows 7/8 to node setup (#2369)
* added Toolbox, Windows 7/8 to node setup

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* clarified platform details

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-03-17 01:39:56 -07:00
Matt Bentley 9c74818cf5 Added clarification for deferred deletion (#2266)
Signed-off-by: Matt Bentley <matt.bentley@docker.com>
2017-03-16 20:05:53 -07:00
David Greaves 66996126eb bridge option syntax (#2342)
It seems that the syntax is either:
-b <bridge>
or
--bridge=<bridge>
2017-03-16 20:04:09 -07:00
Misty Stanley-Jones aa6dcc43bc Update systemd.md (#2353)
Addressing feedback in #1997
2017-03-16 14:51:40 -07:00
adamoverton 1a9993c913 fixed typo from adressses to addresses (#2358) 2017-03-16 12:01:43 -07:00
Victoria Bialas 5591401a2d clarified Compose file topic structure, and file examples (#2322)
copyedits, rewrite

fixed some links

simplified/shortened this topic

tweaked description of key, option, value

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-03-15 10:13:11 -07:00
Misty Stanley-Jones fb7c73908b Update the styleguide (#2332)
* Update the styleguide

Also normalize admonition titles with the colon outside the bold.
2017-03-15 09:46:30 -07:00
Ayushya Chitrannsh d0bb393afe Brief introduction of "swarm" (#2299)
Word Swarm has been used here for the first time, and one line introduction, to what swarm is, would be very beneficial in helping to decide where to begin with.
2017-03-14 18:29:40 -07:00
Myles Keating 75e35c58fb Add Microsoft to list of images (#2304) 2017-03-14 18:27:51 -07:00
Sava Gerov 8481cacd3e Add info about check-config.sh (#2106) 2017-03-14 17:11:34 -07:00
lostwong d4822bf8b2 Update step_six.md (#2309)
Minor fix to indicate that the image id is in the third column
2017-03-14 11:10:51 -07:00
Anthony Vanelverdinghe 86fecbb87f Fix typo "visulizer" (#2297) 2017-03-14 10:02:54 -07:00
Anthony Vanelverdinghe d867751f2d Fix typo "commmands" (#2295) 2017-03-14 02:01:25 -07:00
Victoria Bialas 2ffde079d4 updated command variables for consistency (#2282) 2017-03-13 12:04:32 -07:00
Danny Ruiz 2452effd33 Fix wording in secrets.md (#2272) 2017-03-13 11:54:17 -07:00
Brian Goff dd0207cf47 Remove logdriver details for NATS (#2240)
The NATS driver was never integrated into Docker and should not be in
the docs.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2017-03-10 12:37:23 -08:00
Roman Hotsiy c6c3476c6c Upgrade to ReDoc 1.11.0, closes #2246 (#2249) 2017-03-10 11:53:37 -08:00
Victoria Bialas 5756339274 updated links to Docker for Mac and Windows install (#2248) 2017-03-09 23:40:03 -08:00
John Mulhausen 1127efaa78 Update ubuntu.md 2017-03-09 17:36:37 -08:00
Alan Thompson 5ce24b0587 Update work-with-networks.md (#2236)
Clarify what is being connected to the network.
2017-03-09 17:10:04 -08:00
Victoria Bialas 7ea080d16e Merge pull request #2244 from londoncalling/single-node-swarm
added instructions on removing an app
2017-03-09 16:53:39 -08:00
Alan Thompson dfd33195bd Update work-with-networks.md (#2235)
Fix typo 3 -> 4.  Add clarification that we are using container4 to ping container4.
2017-03-09 16:46:28 -08:00
Victoria Bialas f9c2eef3ba added instructions on removing an app
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-03-09 16:41:20 -08:00
Misty Stanley-Jones c9ac1eedeb Merge pull request #2215 from cloojure/patch-2
Update work-with-networks.md
2017-03-09 15:50:35 -08:00
Misty Stanley-Jones 7a61d77d70 Merge pull request #2214 from cloojure/patch-1
Update work-with-networks.md
2017-03-09 15:49:06 -08:00
Misty Stanley-Jones 566110ba4e Merge pull request #2112 from delfuego/patch-1
Remove incorrect iptables-related information
2017-03-09 15:33:32 -08:00
Victoria Bialas bf36662513 changed rm images example to rmi
updated to include both commands

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-03-08 20:31:24 -08:00
Alan Thompson 317a695a03 Update work-with-networks.md
grammer error
2017-03-08 19:09:27 -08:00
Alan Thompson 1dbafefda6 Update work-with-networks.md
small typo
2017-03-08 18:57:25 -08:00
Victoria Bialas 26f0144dc6 tip re: Windows encoding errors on file downloads
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-03-08 17:53:09 -08:00
Victoria Bialas 051fcffccb copy-edit, more explanation on command line savvy 2017-03-08 16:54:06 -08:00
Roman Vynar 504fdf9295 Fix the command for generating content trust delegation cert. (#2163) 2017-03-08 14:29:36 -08:00
Victoria Bialas a08459dd67 updates to voting app intro, moved services descriptions under config file topic
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-03-08 13:23:40 -08:00
Misty Stanley-Jones d8e65c68b5 Fix repo paths in SLES instructions 2017-03-08 10:20:00 -08:00
Victoria Bialas 4e0c5c2ccc Explained deploy key for services not in example 2017-03-07 19:18:26 -08:00
Victoria Bialas 2b3bdf94d7 simplify, clarify, and improve intro to voting app
clarified details on which method we'll use to log into nodes

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-03-07 18:21:14 -08:00
Misty Stanley-Jones a1ed9bd5db Merge pull request #2074 from Djelibeybi/patch-1
Update upstream package names
2017-03-07 15:36:31 -08:00
Ivan Ivanov 69f4cb34ab Update consistency of <manager-IP>:<port> (#2117)
This is the same issue as the page "Try it out and vote". I have updated the consistency of format to be the same through all pages. (and I hope I do not overdo these small things, but I just like the ease of proposing changes to the documentation and I hope that it is getting better this way)
2017-03-06 12:01:45 -08:00
Ivan Ivanov 5ee2ad9a8c Update consistency of <manager-IP>:<port> (#2111)
On the "Sample app overview" page all blocks of IP address and port are shown as <manager-IP>:5000 or <manager-IP>:5001.
On this page "Try it out and vote" I see some inconsistency of these forms and fixed them, because I think the style format must be in the form "<manager-IP>:5000", e.g., colon after character ">".
2017-03-05 07:49:25 -08:00
Jason Levine ee05ddfb21 Remove incorrect iptables-related information
At the current time, Docker flushes any pre-existing DOCKER and DOCKER-ISOLATION chains, meaning that the previous advice was misleading and led users in the wrong direction regarding restricting access to containers via iptables.
2017-03-04 19:17:01 -05:00
Ivan Ivanov 3b57a7ca71 FIX Duplicate "are" (#2110)
"on Mac and Windows are are as follows"
Removed the duplicated "are".
2017-03-04 15:06:23 -08:00
Victoria Bialas 2910fd413e clean up code and images
simplified stack file sample and instructions

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-03-03 16:51:22 -08:00
John Mulhausen 81de59357a Update overview.md 2017-03-03 13:31:23 -08:00
Ivan Ivanov 4e09a4ab2b 2 small changes (#2091)
"(indicated by the stretch suffix on the version, in this example)"
The example uses jessie, not stretch.

"change the word stable in the > URL to edge"
I do not know why this character ">" appeared, maybe it is a mistake and I have removed it?
2017-03-03 12:15:05 -08:00
travisjs 0647b485c5 Update step_six.md (#2095)
* Update step_six.md

I need to add the -f option to remove image, otherwise: Error response from daemon: conflict: unable to delete e867bc17a0bb (must be forced) - image is referenced in multiple repositories

* Fix for image remove command
2017-03-03 12:12:46 -08:00
Ivan Ivanov 02f2717eed 3 typo changes (#2093)
```bash
    sudo nano /etc/docker/daemon.json
    ```
Here a $ sign is missing and the command in the web site appears as "bash sudo nano /etc/docker/daemon.json", which is not correct. It shoud look like: "$ sudo nano /etc/docker/daemon.json".

"which is 2375 if you do not use TLS, and 2376 if you do."
On all other lines the ports are in backquotes, so I have added backquotes here also.

"In this case, steps 3 and 4."
Missing verb like "repeat", I have added it.
2017-03-03 12:09:25 -08:00
Misty Stanley-Jones 8d9e90a6cd Lots of formatting fixes to do with buttons 2017-03-02 15:51:17 -08:00
Avi Miller 6ee54bab0f Update upstream package names
Oracle Linux never shipped the upstream (RHEL) Docker packages but did ship `docker-engine-selinux` which would need to be removed.

Though, given the new Docker EE/CE naming convention, yum would just replace any existing `docker-engine` and `docker-engine-selinux` packages anyway.
2017-03-03 09:51:46 +11:00
John Mulhausen e571acab56 Merge pull request #2066 from canzanos/patch-1
Update step_four.md
2017-03-02 12:56:37 -08:00
Misty Stanley-Jones ef93f3ecd2 Merge pull request #2068 from mstanleyjones/fix_matrix
Fix platform matrix table
2017-03-02 12:53:19 -08:00
Misty Stanley-Jones aef34f101c Fix platform matrix table 2017-03-02 12:22:31 -08:00
Paul V. Novarese 668629441f s/Ubuntu/CentOS/ (#2057) 2017-03-02 11:54:56 -08:00
John Mulhausen 7f5915dcdd Merge pull request #2047 from ansmirnov/patch-1
Fixed error in link
2017-03-02 11:07:05 -08:00
Stephen Canzano 74395f9c69 Update step_four.md 2017-03-02 13:31:58 -05:00
David Xia 142e4a95bb
Fix typo in networking docs
should be "nameserver" instead of "server."
2017-03-02 13:23:27 -05:00
Misty Stanley-Jones cc4d70cf78 Fix yum variables again 2017-03-02 08:36:46 -08:00
Misty Stanley-Jones 8f3267b9b0 Correction to Yum variable 2017-03-02 06:53:44 -08:00
Misty Stanley-Jones 3108d86b6d Docker 17.03 release (#2050)
* First pass of tabs-based organization

* Improvements

* Second pass at tabs org

* Move tab highlighting to Liquid instead of JS

* Adding forwarding links for in-product TOCs

* Move to pre-rendered left-navs instead of post-load JS for TOC sync

* Optimizations and nosync-ing the Reference section

* Optimizations, fix Cloud YAML

* Make a "Sample applications" node

* Update index.md

* Tabs CSS fixes and 12-factor reposition

* Theme Start (#1709)

* Hooking up nav to real TOC data, formatting fixes

* Fixing JS error

* Layout updates, dark themes, tons o stuff (#1971)

* Add cookie saving for day/night mode

* Newsite tabs (#2004)

* Layout updates, dark themes, tons o stuff

* Update themes

Theme updates + scaffolding

* Update style.css

* Update style-alt.css

* Missing font fixes

* Import Open Sans from Google

* Font fix, archive removal in TOC, favicon, Feedback img fix

* Oops, returning -webkit-font-smoothing: antialiased;

* Add old favicon.ico

* Make archives a non-tiered link

* Reorder docs archive to newest-first, add local instructions

* Commenting out day/night switch for now

* Fix 'rate this page'

* Rate this page fixes

* Autocomplete and Docker Cloud fixes

* Open tree to current page

* Adding indentation for nav collapse in

* Ensure left nav visibly displays the current topic

* Update flex layout

- adjust rescale
- code block styles

* add focus to search

- force code block color (for now)
- increase section max-width

* increase content padding

- add padding to toc for wrapping long strings.

* grid adjustment

- grid
- content and wrapper adjustments for mobile

* left/right sidebar adjustments

- refine position on scroll for toc on landing

- add default height to compensate for upcoming position absolute
onScroll

* side bar overflow

- hidden on X-scroll

* fix version button

- override bstrap defaults

* tabs + buttons

* update landing svgs

* fix sidebar height

set to 100% on landing pre-affix

* Update blurb about engine/editions on front page

* add side menu to mobile collapse menu

* update classnames

* overall mobile tweaks

* Right-nav highlighting and auto-scroll

* Slightly slower right-nav highlighting, correct version

* add toggle menus for small devices

* Fixing JS error/Docker 1.13>17.03

* header updates

* re-add fan to header

* update transition time

* Add first 20 words to Twitter card

* fixed width of components

- lockdown elements on rescale (wil need more TLC)

* set max-width of content

* Left and right nav resizing w/footer scroll and window resize

* update links on landing page

* Fix for overzealous resizing, JS redundancies

* Fix for JS error on homepage

* JS error fixes

* toggle adjustments

- wrap toggle button

* add tab width

* version button type

* version button both headers

* tabs - fix typo

* landing page grid

* components

* Share images, JS fixes, Marketo removal

* Anchor links fix

* Fix for black space on mobile

* Restore hamburger (partial)

* Update run.md

Minor grammar cleanup.

* Update apparmor.md

I'm a little confused about which one is better to be used here, a period (.) or a colon (:),  as a command is given below. Or both are OK, and we only have to keep consistency in a single page.

* Update apparmor.md

Fixed the indentation for the codeblock (indented by 4 spaces). Thank you for your careful review.

* Replacing service with secret

* Update networking.md

fix typo with triple "m" for command word

* Update run.md

Address PR feedback.

* Update install instructions to latest version

* Added "related topics" section

* Add documentation for mem_swappiness

* Update to new Docker version scheme (#1926)

* mem_swappiness for current version and v1

* merge other changes, fix typo

* There is no OpenSuSE and there never was

though we had SuSE and S.u.S.E.

* Add release notes for 1.12.6-cs9 (#2028)

Signed-off-by: Brian Goff <cpuguy83@gmail.com>

* need sudo to access key cache (#1931)

* need sudo to access key cache

* List other keyservers to try for cs-engine install (#2033)

* List other keyservers to try for cs-engine install

Sometimes ha.pool.sks-keyservers.net goes down, so let's provide some
other keyservers to try in such cases.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>

* Update work_issue.md (#2030)

Change "re-start" to "restart". Though not included in "Prefered usages" in the documentation guide, but I think "restart" is better and used more frequently. Besides, some other docs here, such as "Keep containers alive during daemon downtime" of "Admin Guide", also use "restart".

* Update create_pr.md (#2015)

* Update work_issue.md (#2013)

Change "id" to "ID" except for those in code.

* Update set_up_dev.md (#2011)

Add periods (.) in some steps.

* Update set_up_dev.md (#2010)

Apply Oxford Comma as described in the documentation guide.

* Update create_pr.md (#2014)

Delete an extra space.

* Update trust_key_mng.md (#1883)

* Update trust_key_mng.md

* Update trust_key_mng.md

I don‘t know how the whitespace appears, and it seems that it appears because something happened related to its original format (right-aligned pipe characters) and my change. Still unknown. 

Now I've deleted some redundant whitespace.

* Update 

I don‘t know how the whitespace appears, and it seems that it appears because something happened related to its original format (right-aligned pipe characters) and my change. Still unknown. 

Now I've deleted some redundant whitespace.

* Update content_trust.md (#1912)

* Update content_trust.md

* update deprecation policy

Signed-off-by: Victor Vieux <victorvieux@gmail.com>

* Update info about how to check whether Docker is running

* Updated docs to reflect edge channel

Signed-off-by: French Ben <frenchben@docker.com>

* Updated wording for SP creation

Signed-off-by: French Ben <frenchben@docker.com>

* beta to edge, cloud features first draft

added cloud images

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Distinguish between cloud stack file and stack file

* Added EE links

Signed-off-by: French Ben <frenchben@docker.com>

* Use variables

Signed-off-by: French Ben <frenchben@docker.com>

* Replace deprecated MAINTAINER with LABEL (#1445)

Replace MAINTAINER instruction with LABEL as MAINTAINER was deprecated in https://github.com/docker/docker/pull/25466

* Updates for Docker CE and Docker EE

* Updated DDC launch button

Signed-off-by: French Ben <frenchben@docker.com>

* added Docker Cloud topics for Mac and Windows

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* d4mac, d4win stable and beta release notes for 17.03.0

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-03-02 05:54:49 -08:00
Andrey S 476cfa4449 Fixed error in link 2017-03-02 12:35:14 +04:00
Victoria Bialas 61e9f0c82f Merge pull request #2042 from londoncalling/clarify-docker-stack-deploy-voting-app
clarified docker stack deploy and bundles
2017-03-01 22:16:01 -08:00
Michael Pereira 85ada8850d Replace deprecated MAINTAINER with LABEL (#1445)
Replace MAINTAINER instruction with LABEL as MAINTAINER was deprecated in https://github.com/docker/docker/pull/25466
2017-03-01 19:54:22 -08:00
Victoria Bialas 09c432495f clarified docker stack deploy and bundles
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-03-01 18:30:48 -08:00
Misty Stanley-Jones a7c813fe63 Merge pull request #2007 from vieux/update_deprecation_policy
update deprecation policy
2017-03-01 15:25:15 -08:00
Victor Vieux ee33fb65a0 update deprecation policy
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
2017-03-01 15:20:22 -08:00
Misty Stanley-Jones 4edeba1d45 Update info about how to check whether Docker is running 2017-03-01 15:05:57 -08:00
Misty Stanley-Jones f3cddaad80 Merge pull request #2032 from ralflang/patch-2
There is no OpenSuSE and there never was
2017-03-01 14:46:08 -08:00
Misty Stanley-Jones 0ef0fc321b Merge pull request #1985 from mkalish/patch-1
Replacing service with secret
2017-03-01 14:33:54 -08:00
Eli Flanagan 25781d61d5 need sudo to access key cache (#1931)
* need sudo to access key cache
2017-03-01 14:31:49 -08:00
Wang Jie 670a2d580a Update content_trust.md (#1912)
* Update content_trust.md
2017-03-01 14:30:00 -08:00
Wang Jie 63bd8f6d41 Update trust_key_mng.md (#1883)
* Update trust_key_mng.md

* Update trust_key_mng.md

I don‘t know how the whitespace appears, and it seems that it appears because something happened related to its original format (right-aligned pipe characters) and my change. Still unknown. 

Now I've deleted some redundant whitespace.

* Update 

I don‘t know how the whitespace appears, and it seems that it appears because something happened related to its original format (right-aligned pipe characters) and my change. Still unknown. 

Now I've deleted some redundant whitespace.
2017-03-01 14:27:47 -08:00
Misty Stanley-Jones 9122e75ca5 Merge pull request #1877 from scjane/patch-38
Update apparmor.md
2017-03-01 14:26:37 -08:00
Ralf Lang 9c37a97721 There is no OpenSuSE and there never was
though we had SuSE and S.u.S.E.
2017-03-01 15:07:20 +01:00
Wang Jie de9a0b0fc0 Update index.md (#1965)
Is a "delete" missing here? Or, shall we change this to "connect containers to and disconnect from it"?
2017-02-27 22:39:26 -08:00
Wang Jie cd410b5cee Update btrfs-driver.md (#1963)
It seems that some word is missing. Added a "for".
2017-02-27 22:38:22 -08:00
Wang Jie 31d10935fb Update scale-service.md (#1961)
Deleted "you can" because it shoud be "you must" in fact, so use imperative instead.
2017-02-27 13:11:01 -08:00
Wang Jie b7bb7a29c2 Update swarm_manager_locking.md (#1960)
Modified the "Warning" style to comform to the style described in "Notes" in the documentation guide.
2017-02-27 13:10:15 -08:00
Wang Jie 0f762d3d5a Update swarm_manager_locking.md (#1959)
Deleted an extra "you".
2017-02-27 13:09:45 -08:00
olivierperes 73c903a9e0 Fix docker-machine stop (#1975)
The current version stops the worker twice. If I understand correctly, it should be: stop worker, then stop manager.
2017-02-27 13:08:40 -08:00
mike 9fa709ecae Fix sentence. (#1976) 2017-02-27 13:05:13 -08:00
Wang Jie 1e03ea30b2 Update trust_sandbox.md (#2000)
Should it be "Now, you xxx" or "Now that you xxx"?
2017-02-27 12:59:15 -08:00
Michael Kalish 5d83182b65 Replacing service with secret 2017-02-26 18:04:55 -05:00
Victoria Bialas b50a948cd1 removed Tip on setting env variables, not needed 2017-02-26 02:51:45 -08:00
Victoria Bialas c3d60c11e3 feedback on PowerShell env setup, clarified env vs. ssh
copyedits for Mac and Windows distinctions

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-02-26 02:18:38 -08:00
scjane 41d57e3ba0 Update trust_sandbox.md (#1966)
Added a colon (:). But I'm not sure whether a period (.) is more appropriate here.
2017-02-24 13:53:39 -08:00
scjane a1f580fb11 Update admin_guide.md (#1967) 2017-02-24 13:51:18 -08:00
scjane ad5ddc3f76 Update admin_guide.md (#1968)
* Update admin_guide.md

Fixed an invalid link.

* Update admin_guide.md
2017-02-24 13:50:20 -08:00
Victoria Bialas e6ef517148 fixed link to .yml example file
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-02-23 23:56:01 -08:00
Victoria Bialas d314a49671 copy-edit to remove extra backtick in command 2017-02-23 18:48:07 -08:00
Victoria Bialas e7791c4c76 updated note re: virtualbox download
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-02-23 18:21:45 -08:00
Victoria Bialas 5f152ba7d9 Merge pull request #1952 from londoncalling/swarm-tutorial-onpage-links
swarm mode tutorial improvements
2017-02-23 18:10:01 -08:00
Victoria Bialas 7aaf72119d updated swarm and voting app tutorials per d4mac, d4win, toolbox and driver issues
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-02-23 17:48:22 -08:00
Misty Stanley-Jones 2c1309d80d Merge pull request #1944 from hobti01/patch-1
Add troubleshooting tip for default https port
2017-02-23 17:03:17 -08:00
Misty Stanley-Jones eb43f86a67 Merge pull request #1941 from scjane/patch-50
Update nodes.md
2017-02-23 17:02:17 -08:00
scjane 52451c4bad Update manage-nodes.md (#1939)
* Update manage-nodes.md
2017-02-23 17:01:41 -08:00
Misty Stanley-Jones a0e23cc131 Merge pull request #1938 from scjane/patch-48
Update manage-nodes.md
2017-02-23 16:57:09 -08:00
scjane 1ad3112d03 Update rolling-update.md (#1935)
* Update rolling-update.md
2017-02-23 16:56:13 -08:00
Brian Kaufman b6953e5b22 Step 14 incomplete (#1916)
* Step 14 incomplete

Mention of a daemon file but its exact location is absent , I've added this in
2017-02-23 16:36:23 -08:00
Brian Kaufman 966fcfc6db Step 2 is incomplete (#1915)
* Step 2 is incomplete

Step 2 asks you to install the LVM2 package however instructions on how to do this are missing. I've added that in for completeness.
2017-02-23 16:31:29 -08:00
Victoria Bialas d4add4ee20 swarm mode tutorial improvements
modified what's next link to map to left nav TOC

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-02-23 15:21:31 -08:00
scjane 16f87ee78f Update etwlogs.md (#1942) 2017-02-23 14:25:22 -08:00
scjane 71ccca95b9 Update join-nodes.md (#1937) 2017-02-23 14:24:52 -08:00
Victoria Bialas be40ae6369 Merge pull request #1950 from londoncalling/voting-app-tweaks
tweaked note re: d4win on sample workflow
2017-02-23 12:55:34 -08:00
Victoria Bialas 3181700000 Re-wording, simplify 2017-02-23 12:54:30 -08:00
Victoria Bialas 735a09c391 tweaked note re: d4win on sample workflow
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-02-23 12:39:15 -08:00
Tim H d636c8781d Add troubleshooting tip for default https port
Rename the CA certificate file to ca.crt: It is not the cert of the server, but of the CA.
2017-02-23 13:42:51 +01:00
scjane 18a0f31566 Update nodes.md 2017-02-23 18:30:52 +08:00
scjane a82ee88aa8 Update manage-nodes.md 2017-02-23 17:50:35 +08:00
scjane a90f70e360 Update join-nodes.md (#1936) 2017-02-23 01:27:46 -08:00
scjane e970a64a97 Update create-swarm.md (#1934) 2017-02-23 01:18:15 -08:00
scjane cb79fe5a1a Update create-swarm.md (#1933) 2017-02-23 01:17:02 -08:00
Victoria Bialas b1c3c6d838 more copyedits 2017-02-22 23:57:39 -08:00
Victoria Bialas 10f8f760f7 more copy-edits 2017-02-22 23:56:25 -08:00
Victoria Bialas 21f8c37283 copy-edit 2017-02-22 23:55:11 -08:00
scjane 39eb8edf8a Update apparmor.md
Fixed the indentation for the codeblock (indented by 4 spaces). Thank you for your careful review.
2017-02-23 14:03:06 +08:00
Victoria Bialas 1d21dea18e voting app graceful shutdown, d4win compatibility
fixed tips and links

copy-edits and re-wording finishing touches

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-02-22 21:27:33 -08:00
Misty Stanley-Jones 22e52d7b1b Merge pull request #1924 from docker/1911_fix_grammar
Fix grammar
2017-02-22 13:50:05 -08:00
Misty Stanley-Jones f1c74e8793 Fix a typo
Just missing a word.
2017-02-22 13:42:48 -08:00
Misty Stanley-Jones de2d6f8191 Fix grammar
Fixes #1911
2017-02-22 13:37:22 -08:00
Avi Miller 828e6212ce Updating the Oracle Linux installation documentation (#1922)
* Updated Oracle Linux instructions

* Change the note about the UEK4, because it's not only required for `btrfs` support
* Added a note about the fact that Oracle also ships a supported package with the same name as upstream
* Added a note about the fact that we've already deprecated docker-engine-selinux
* Added a link to the Oracle Linux Docker User's Guide
* Fixed the GPG key section as it will not be shown during the `makecache fast` run but rather will automatically be accepted when the yum install command is run. 
* Added a note about disabling the `-y` parameter to prevent the automatic acceptance of the upstream GPG key
* Provided the specific GPG key output for better validation
* Provide context about the fact that `docker-engine` exists in the Oracle Linux addons repo as well and may appear in the results of the `yum ilst` command.
* Provide more context for the `btrfs` subvolume removal

* overlay2 is only supported on UEK4

The default RHCK (3.10) does not support overlay2.

Signed-off-by: Avi Miller <avi.miller@gmail.com>
2017-02-22 13:30:50 -08:00
mw75 dddd864438 Update services.md (#1504)
* Update services.md
2017-02-22 11:15:15 -08:00
scjane 751ef1ac3c Update baseimages.md (#1671)
* Update baseimages.md
2017-02-22 10:56:37 -08:00
scjane dbe18ae730 Update dockerfile_best-practices.md (#1672)
* Update dockerfile_best-practices.md
2017-02-22 10:55:28 -08:00
Misty Stanley-Jones 7b24cef2c1 Merge pull request #1880 from scjane/patch-40
Update seccomp.md
2017-02-22 10:08:41 -08:00
scjane e55d2893bf Update trust_delegation.md (#1866)
* Update trust_delegation.md

Fix subject-pronoun disaggrement.
2017-02-22 09:51:49 -08:00
scjane 80483cd487 Update seccomp.md (#1879) 2017-02-21 18:50:42 -08:00
Victoria Bialas 74ddfa90eb adding new images for change in voting app .yml
finishing touches on documenting updated .yml

modifed more images and text per new .yml config

more updates to images

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-02-21 18:01:50 -08:00
Victoria Bialas 20eef507d7 simplify home page of voting app example
removed link to legacy topic in voting app example

removed link to legacy topic on docs home page

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-02-21 14:52:41 -08:00
scjane 76754d2502 Update trust_sandbox.md 2017-02-21 11:41:50 -08:00
scjane ff4a20f18e Update trust_key_mng.md 2017-02-21 11:34:19 -08:00
scjane b1cd25ff94 Update trust_key_mng.md 2017-02-21 11:33:38 -08:00
Misty Stanley-Jones 980f3cc83a Remove duplicated content from CLI ref stub files 2017-02-21 09:35:45 -08:00
scjane 1dc6441a6a Update seccomp.md 2017-02-21 16:15:53 +08:00
scjane 3f293f1060 Update apparmor.md
I'm a little confused about which one is better to be used here, a period (.) or a colon (:),  as a command is given below. Or both are OK, and we only have to keep consistency in a single page.
2017-02-21 15:24:40 +08:00
scjane d709c6c68c Update trust_sandbox.md (#1872) 2017-02-20 03:08:10 -08:00
scjane 33fdf82c32 Update trust_sandbox.md (#1871) 2017-02-20 03:07:44 -08:00
scjane 866aeebd88 Update trust_delegation.md (#1864) 2017-02-20 03:05:51 -08:00
scjane 6b2f5cc8eb Update content_trust.md (#1861) 2017-02-20 03:05:23 -08:00
scjane d98ad39ee9 Update content_trust.md (#1860) 2017-02-20 03:04:44 -08:00
scjane 14ee5d6515 Update certificates.md (#1859) 2017-02-20 03:04:03 -08:00
scjane 69aedaf28a Update security.md (#1858) 2017-02-20 03:03:26 -08:00
scjane a7773cd9e9 Update trust_delegation.md (#1863) 2017-02-20 03:02:46 -08:00
scjane 4a950fb6f3 Update trust_delegation.md (#1865)
Quotation marks deleted to keep the style for links consistent on this page and conform to the conventions about "Link" described in "Style guide for Docker documentation" . (Another link on this page is "For more detailed information about how to use Notary outside of the default Docker Content Trust use cases, please refer to the Notary CLI documentation.")
2017-02-20 02:59:56 -08:00
scjane 59535b9524 Update deploying_notary.md (#1867)
Add an ending period for step 1 as it is a complete setence and step 2 and step 3 both end with a period.
2017-02-20 02:50:41 -08:00
scjane 6a3651b393 Update trust_delegation.md (#1868) 2017-02-20 02:50:11 -08:00
scjane 173e9611d8 Update trust_key_mng.md (#1869) 2017-02-20 02:49:43 -08:00
scjane ae2d431d3d Update trust_key_mng.md (#1870) 2017-02-20 02:49:20 -08:00
Rafael Eyng 161c3e47b6 fix in logging/overview.md (#1852)
Changes `<NAME>-<VALUE>` to `<NAME>=<VALUE>`
2017-02-18 12:49:02 -08:00
scjane 17b6bf3c40 Update etwlogs.md (#1811) 2017-02-17 18:23:13 -08:00
scjane 1c278c89f1 Update resource_constraints.md (#1804) 2017-02-17 18:21:05 -08:00
scjane 8f2cc20f6a Update view_container_logs.md (#1806) 2017-02-17 18:19:29 -08:00
scjane 41e15067ca Update work-with-networks.md (#1810) 2017-02-17 18:19:04 -08:00
scjane 5c8a98accc Update overview.md 2017-02-17 16:10:32 -08:00
scjane 89708c427b Update faq.md 2017-02-17 11:59:36 -08:00
scjane 01278d0c4e Update index.md
Seems that "and" is missing?
2017-02-17 11:59:13 -08:00
Pascal Andy f8cd1174db Fix docker ps ... --name (#1795)
Should be docker ps ... name
2017-02-16 23:43:13 -08:00
scjane 754e4ece0a Update device-mapper-driver.md (#1760) 2017-02-16 11:56:11 -08:00
scjane a7b79e9cf3 Update device-mapper-driver.md (#1761) 2017-02-16 11:55:47 -08:00
Alessandro Boch 46a9be7289 Clarify port to open for overlay networking (#1762)
Signed-off-by: Alessandro Boch <aboch@docker.com>
2017-02-16 11:52:55 -08:00
scjane da06fe0c75 Update aufs-driver.md (#1712) 2017-02-16 01:15:58 -08:00
scjane 6206bf72a6 Update device-mapper-driver.md (#1713) 2017-02-16 01:15:29 -08:00
scjane 56fe032401 Update device-mapper-driver.md (#1714) 2017-02-16 01:15:08 -08:00
scjane 038ad219bf Update device-mapper-driver.md (#1715) 2017-02-16 01:14:43 -08:00
scjane d04208ffbb Update device-mapper-driver.md (#1716) 2017-02-16 01:14:14 -08:00
scjane 81464dbaae Update btrfs-driver.md (#1717) 2017-02-16 01:13:32 -08:00
scjane d614fe5f8f Update overlayfs-driver.md (#1719) 2017-02-16 01:12:59 -08:00
scjane c0d112b4db Update overlayfs-driver.md (#1721) 2017-02-16 01:12:33 -08:00
scjane 368670c1ef Update zfs-driver.md (#1727) 2017-02-16 01:11:53 -08:00
scjane 8b40f11554 Update zfs-driver.md (#1729) 2017-02-16 01:11:27 -08:00
scjane 2b7f04a311 Update zfs-driver.md (#1731) 2017-02-16 01:10:41 -08:00
scjane 18a5047bfa Update index.md (#1739) 2017-02-16 01:10:04 -08:00
scjane 4284e25bb2 Update index.md (#1735) 2017-02-16 01:09:41 -08:00
Victoria Bialas db256b5deb clarified logging into a swarm manager to list nodes
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-02-14 16:56:16 -08:00
Misty Stanley-Jones 96338d0ea9 Merge pull request #1655 from scjane/patch-1
Update step_six.md
2017-02-14 11:57:13 -08:00
Misty Stanley-Jones 7b058997e7 small fix 2017-02-14 11:43:38 -08:00
Misty Stanley-Jones e7300cf848 Merge pull request #1566 from mstanleyjones/1072_swarm_backup
Add info about backing up swarms
2017-02-14 11:37:59 -08:00
Misty Stanley-Jones 675ad92276 Overall edits
It's nice to be able to improve this content when we get a chance.
2017-02-14 11:33:06 -08:00
Misty Stanley-Jones 1346c7f56a Merge pull request #1657 from mathieui/engine-commandline-markdown
Fix a markdown rendering issue
2017-02-14 11:03:11 -08:00
Brian Kaufman 34b5b993ca Default docker log name is container ID
The default docker log name is the 12 character container ID, the sample test.conf setup above filters for Docker.* which will not pick anything up unless users start their containers with at "Docker" tag
2017-02-14 12:53:12 -05:00
mathieui 3e713f6359 Fix a markdown rendering issue
The first snippet for “Create a docker service with specific hostname” is not properly rendered in the official docs: https://docs.docker.com/engine/reference/commandline/service_create/#/create-a-docker-service-with-specific-hostname---hostname
2017-02-14 18:24:54 +01:00
scjane cc1ddf3c6d Update step_six.md 2017-02-14 17:29:30 +08:00
Misty Stanley-Jones 551b30f319 Add info about backing up swarms
A little reorganization and clean-up along the way
2017-02-13 17:19:45 -08:00
Misty Stanley-Jones 0b663b1042 Merge pull request #1616 from cliffwoolley/patch-1
Fix Markdown; no need to install curl twice
2017-02-13 16:49:43 -08:00
Misty Stanley-Jones 15980561e7 Merge pull request #1618 from cheuberg/patch-1
Fix markdown error
2017-02-13 16:48:51 -08:00
Misty Stanley-Jones faa469f4b7 Merge pull request #1619 from hoatle/patch-1
fix typo: redploy => redeploy
2017-02-13 16:48:17 -08:00
Misty Stanley-Jones 99767cb51f Merge pull request #1620 from shubheksha/patch-1
Fix minor typo in step_four.md
2017-02-13 16:47:15 -08:00
Misty Stanley-Jones 141c2696c7 Fix a typo 2017-02-13 12:59:16 -08:00
Shubheksha Jalan 5a82021e47 Update step_four.md 2017-02-13 13:11:12 +05:30
Hoat Le 10f0f30ed3 fix typo: redploy => redeploy 2017-02-13 08:44:39 +07:00
cheuberg 9298767020 Fix markdown error
Previous version did not render correctly.
2017-02-12 14:54:20 +02:00
Cliff Woolley 5ad417ad37 Fix Markdown; no need to install curl twice 2017-02-11 11:28:45 -08:00
Nilz11 c1e6b41b47 Update debian.md
Fix for command
2017-02-11 15:46:05 +01:00
Victoria Bialas 1f4fb56733 updated diagram to match Design provided colours and shapes
updated diagram to soften connectors in diagram to lighter grey

modified db boxes on diagram

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-02-10 17:49:47 -08:00
Misty Stanley-Jones afef955a13 Linux installation improvements (#1560) 2017-02-10 11:31:50 -08:00
Pascal Andy adf14bbba3 Fix and issue with CMD docker exec
docker exec $(docker ps --filter name=redis -q)

not docker exec $(docker ps --filter --name=redis -q)

Cheers!
2017-02-10 11:13:12 -05:00
John Mulhausen d416168b31 Update index.md 2017-02-09 23:50:15 -08:00
Justyn Shull c59f972f46 Update secrets.md - fix typo (#1574)
rottate -> rotate
2017-02-09 12:19:37 -08:00
Misty Stanley-Jones 63ca90797d Merge pull request #1543 from ArcticSnowman/master
Update example for --syslog-address for unix path
2017-02-08 19:05:34 -08:00
Misty Stanley-Jones 45aa25c0c6 Merge pull request #1547 from jefferybradberry/patch-2
Update services.md
2017-02-08 19:04:49 -08:00
Avi Miller 644ee5f294 Remove Oracle Linux issues
Neither of the documented issues are still an issue on current versions of Docker on Oracle Linux.
2017-02-09 13:44:02 +11:00
Sravan S 8b8c8e2d0c Update repository setup step for Linux Mint users (#1537)
* Update repository setup step for Linux Mint users

Add a note to remind people using distributions derived from Ubuntu(Linux Mint)
to change the ubuntu-$(lsb_release -cs) part to their parent Ubuntu release. 

The output of $(lsb_release -cs) won't necessarily be a stable Ubuntu release, it would
sometimes be something like 'rafaelia' and there could be problems in the installation
2017-02-08 17:01:27 -08:00
Abhishek Kandoi f6e3e14e84 Fix typo (#1557)
Change intall to install
2017-02-08 13:26:41 -08:00
Victor Vieux 80fa030ffd bump engine API to 1.26 (#1553)
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
2017-02-08 13:18:24 -08:00
Jeffery Bradberry a9da7672a5 Update services.md 2017-02-07 14:14:05 -05:00
Steven Arnott 7823e98796 Update example for --syslog-address for unix path
Update example for --syslog-address for unix path to include 'unix:' protocol that is needed.
2017-02-07 12:54:14 -05:00
Ryan Sanford d91cab01bc Fix base image creation example commands (#1409)
Example commands for creating a base image do not work due to multiple issues.
- 16:04 not a valid tag for ubuntu image
- apt-get install fails without preceeding `apt-get update`
- gcc command fails without `-nostartfiles` flag
- `docker run` without the `--rm` leaves behind containers which is unintuitive, and inconsistent with the build image used above.
2017-02-07 09:52:31 -08:00
Misty Stanley-Jones 9420f4cc89 Merge pull request #1429 from Mic92/patch-1
zfs: fixed assumptions about thin provisioning
2017-02-07 09:50:07 -08:00
Sivakumar Raja a0009fbada Corrected a typo and error in docker start command (#1508)
* Corrected a typo in Fedora install instructions

* Removed the change on docker start command.

Changed the command from `sudo systemctl start docker` to `sudo systemctl docker start` as it was addressed on other PR, so leaving it to the original one.
2017-02-07 09:38:22 -08:00
Misty Stanley-Jones ef2c5002ca Merge pull request #1375 from vikstrous/patch-1
remove reference to overlay2 as a filesystem
2017-02-06 17:13:05 -08:00
Misty Stanley-Jones 6ed0295440 Merge pull request #1382 from dmonroy/patch-1
update sample output regarding package version information
2017-02-06 17:12:11 -08:00
Misty Stanley-Jones b8525d459d Merge pull request #1386 from alexlist/patch-1
software-properties-common is required for add-apt-repository
2017-02-06 17:11:15 -08:00
tradfor 4d01901e7c Added a new remove unofficial docker step (#1468)
* Added a new remove unofficial docker step
2017-02-06 17:01:44 -08:00
huangsen365 76461f517e Update centos.md (#1523)
* Update CentOS, RHEL, Fedora instructions for starting Docker
2017-02-06 16:55:29 -08:00
Joao Fernandes 8eddd3f80f Merge pull request #1526 from aboch/esp
Fix docs about what protocol must be allowed for network encryption
2017-02-06 14:24:16 -08:00
Alessandro Boch 649210111a Fix docs about what protocol must be allowed for network encryption
- This was inadvertently changed to `port`

Signed-off-by: Alessandro Boch <aboch@docker.com>
2017-02-06 10:04:31 -08:00
Adam Eijdenberg 9d2b5f32bb Add documentation around pipefail to address issue 1459 (#1460)
* Add documentation around pipefail to address issue 1459

Signed-off-by: Adam Eijdenberg <adam.eijdenberg@gmail.com>
2017-02-06 09:52:19 -08:00
Victoria Bialas 11363d7582 Merge pull request #1475 from docker/londoncalling-patch-3-1
add a link to the voting app sample
2017-02-03 16:49:27 -08:00
Victoria Bialas 49d3957e47 Update last_page.md 2017-02-03 14:30:37 -08:00
Misty Stanley-Jones 811aa5d54a Merge pull request #1437 from onelovelyname/patch-1
Add instructions for manual start of Docker daemon
2017-02-03 13:49:22 -08:00
Melanie Gin 752d79f3ee Add instructions for manual start of Docker daemon 2017-02-03 13:37:25 -08:00
Misty Stanley-Jones f46129b40c Merge pull request #1449 from Rick-Anderson/patch-3
Update faq.md
2017-02-03 11:13:22 -08:00
Daniel Suo 9e5e14f0e6 Add link to C SDK 2017-02-03 11:17:46 -05:00
Misty Stanley-Jones ad900b3f07 Merge pull request #1470 from JamesDrummond/patch-1
Update ubuntu.md
2017-02-02 13:30:21 -08:00
Misty Stanley-Jones 8d3145ff3b Add an automatic TOC to pages that don't have no_toc in front-matter 2017-02-01 19:49:07 -08:00
Victoria Bialas 6171ffce72 add a link to the voting app sample
* Added a link to the voting app sample from the Getting Started tutorial "learn more" list of topics
2017-02-01 16:24:28 -08:00
Victoria Bialas 27106d338c linked to "service" definition in glossary, edits
* added a link to the glossary definition for "service"
* improved wording on description of what a service is, inline here
2017-02-01 15:14:21 -08:00
Victoria Bialas d404e6f134 Update customize-app.md 2017-02-01 14:21:54 -08:00
Victoria Bialas 3a877398f1 Merge pull request #1469 from londoncalling/more-voting-app-tweaks
improved voting app intro
2017-02-01 14:12:19 -08:00
James Drummond bd3cda58b4 Update ubuntu.md
Added line `apt-get install software-properties-common` to install packages that include `add-apt-repository`.
2017-02-01 15:39:01 -06:00
Victoria Bialas e4f06be4b8 improved voting app intro
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-02-01 12:32:59 -08:00
Misty Stanley-Jones 1277302ce0 Merge pull request #1457 from stevemao/patch-2
hello-world is an image
2017-02-01 11:14:44 -08:00
Rick Anderson 47aa2c597a VMs vs. containers (#1439)
* VMs vs. containers

Containers can also partition hardware, it's the OS isolation that really differentiates them.
2017-02-01 09:17:18 -08:00
Victoria Bialas 51c9655cca Merge pull request #1458 from londoncalling/voting-app-tweaks
updates to voting app for better readability
2017-01-31 22:42:39 -08:00
Victoria Bialas 02ee9e0800 updates to voting app for better readability
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-01-31 21:58:46 -08:00
Steve Mao a026aa3be8 hello-world is an image 2017-02-01 15:35:21 +11:00
Rick Anderson 706c659f55 react to feedback 2017-01-31 15:51:29 -10:00
Misty Stanley-Jones 7d9b7e0672 Merge pull request #1452 from docker/oracle_install_edits
Remove redundant sentence fragment
2017-01-31 16:35:19 -08:00
Misty Stanley-Jones ba231c7559 Merge pull request #1364 from nathanleclaire/why_d4a
Add 'Why Docker for AWS/Azure' doc
2017-01-31 16:29:54 -08:00
James Wang 9b472dc8ba Update baseimages.md (#1453)
Docs used a `:` instead of a `.` for `ubuntu:16.04`.
2017-01-31 16:27:30 -08:00
Misty Stanley-Jones 53a7608acb Merge pull request #1418 from nathanleclaire/one_concern_per_container
Fix "one process per container" -- Add touchups to Dockerfile best practices
2017-01-31 16:20:48 -08:00
Misty Stanley-Jones 18405f86c4 Remove redundant sentence fragment 2017-01-31 15:55:44 -08:00
Nathan LeClaire 2b7dd30419 Add 'Why Docker for AWS/Azure' doc
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2017-01-31 15:24:39 -08:00
Rick Anderson bf8a631174 Update faq.md
Reduce RO sentences and minor cleanup.
2017-01-31 12:11:20 -10:00
Nathan LeClaire 998ad7b90e Add touchups to Dockerfile best practices
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2017-01-31 13:17:08 -08:00
Quentin Pleplé 916b7a970a Indentation issue (#1427) 2017-01-30 14:38:43 -08:00
Peio Roth c567dccf46 Fix doc typo in compose examples (#1431) 2017-01-30 14:36:31 -08:00
Jörg Thalheim f3ed8a80ab zfs: fixed assumptions about thin provisioning
unlike lvm thin provisioning is fast and does not slow down the filesystem
2017-01-30 12:25:04 +01:00
Victoria Bialas 392e93a277 WIP: graphical and format updates for workflow steps on home page
simplified the workflow title

WIP: graphical and format updates for workflow steps on home page

working on better formatting for subtopic bullets

formatting updates and wording tweaks to workflow on home page

wording tweak on app tutorial where to learn more

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-01-28 16:39:53 -08:00
Sebastiaan van Stijn bc41b07086 Merge pull request #1351 from thaJeztah/fix-broken-link
fix link to logging context
2017-01-27 11:45:21 +01:00
Victoria Bialas 3d2c580203 added diagram to voting app tutorial
added links to the glossary for image and container

updated diagram colors, added sketch source file

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-01-26 19:40:03 -08:00
Misty Stanley-Jones 3856a785a5 Merge pull request #1391 from Teszko/patch-1
instructions do not apply to debian
2017-01-26 14:36:49 -08:00
Victoria Bialas 3f06af3e6e Merge pull request #1399 from londoncalling/voting-app-more-updates
app tutorial improvements re: getting docker-stack.yml during deploy step
2017-01-26 14:23:22 -08:00
Jay Linski 01f332f45c Fix missing closing tags (#1401) 2017-01-26 14:12:02 -08:00
Victoria Bialas ef6740f1f4 added links to docker-stack.yml source code file and reference back to intro topic
added instructions on how to directly download .yml file from GitHub

added more detail on how to get to a raw file in GitHub

further clarified how to get to and download the .yml file on GitHub

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-01-26 12:27:32 -08:00
Misty Stanley-Jones 0055c98052 Merge branch 'master' into fix-broken-link 2017-01-26 11:41:19 -08:00
Misty Stanley-Jones 9e29d0e03d Fix more broken links and images 2017-01-26 11:36:27 -08:00
Henryk Iwaniuk 182f8ab593 instructions do not apply to debian
debian does not have linux-image-extra-virtual  or  linux-image-extra-$(uname -r)  packages. the author might have used a debian based distribution.  debian kernels come with the aufs modules per default, no need to install extra packages.
2017-01-26 17:52:09 +01:00