Commit Graph

47908 Commits

Author SHA1 Message Date
Wang Jie e7269f89b4 Update insecure.md
Hi,I‘m back 🐶
2018-02-15 11:26:59 -08:00
Wang Jie 838a03f5f2 Update notifications.md 2018-02-15 11:25:40 -08:00
Giancarlo Romeo 55108f0575 Fix typo
Wrong docker-compose filename.
2018-02-15 11:25:23 -08:00
nandhini915 2a790af017 Updated customer FAQ
Clarify docker login via CLI
2018-02-15 11:23:16 -08:00
Andrew Diamond fddd48a98c Fix link to go to english page 2018-02-15 11:21:11 -08:00
Vlastimil Zeman bd33e9ea08 Document journald tag as SYSLOG_IDENTIFIER (#5989) 2018-02-15 02:38:36 -08:00
Gwendolynne Barr e56b16a5a6
Add redirects (#6008) 2018-02-14 12:28:14 -08:00
Gwendolynne Barr 29f38f6219
Add note on end of scanning preview service (#6007) 2018-02-14 08:56:47 -08:00
Joao Fernandes 2480222b4e Release UCP 2.1.7, DTR 2.2.11, 2.3.6, 2.4.2 2018-02-13 11:22:01 -08:00
Joao Fernandes 235a431f4a Fix broken links 2018-02-12 14:38:39 -08:00
Gwendolynne Barr 4ba34b4aec
Add 17.03.2 Docker CE release notes (#5990) 2018-02-12 11:40:16 -08:00
gtardif 87d8a409c3 Windows toolbox migration instructions (#5939) 2018-02-10 12:19:16 -08:00
Joao Fernandes 366aab5aad Fix broken links 2018-02-09 13:44:23 -08:00
Misty Stanley-Jones 9ea7a4c57e
Remove reference to --graph (#5978) 2018-02-09 13:34:24 -08:00
Joao Fernandes e3f27df7af Add known issue to UCP 2.5 2018-02-09 13:28:39 -08:00
Misty Stanley-Jones 82baac4741
Add a redirect (#5968) 2018-02-09 13:19:51 -08:00
Julien Bordellier aa968de89b Fix port requirement for SSL of docker registry (#5973)
Just bellow my edit the port 443 is used, not the port 5000 as mentioned. This PR fixes that.
2018-02-09 13:19:38 -08:00
Gavin (Saturn XXVIII) cca10d4fb8 Fixes #5969 - spelling error fixed (#5970) 2018-02-09 13:18:57 -08:00
Sacha Oltmans aed0b2e2ac ENV layer persistence clarification (#5974) 2018-02-09 13:18:27 -08:00
Bryan Lee 2a2245fa15 remove mentions of opting in (#5976)
we have removed opt-in to scanning
2018-02-09 10:53:49 -08:00
gtardif c888f691fa Docker for mac edge relnotes 18.02.0-ce-mac53 (#5975)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2018-02-09 10:41:19 -08:00
Misty Stanley-Jones d14a9f96fd
Doc that for 2.1+, overlay networks are attachable (#5967) 2018-02-08 15:58:45 -08:00
Misty Stanley-Jones 1fae41d59b Update release schedule info 2018-02-08 13:54:12 -08:00
Misty Stanley-Jones 9524bfee67 Improve Docker server OS matrix 2018-02-08 13:54:12 -08:00
gbarr01 48f4e5379b Add CE release notes 2018-02-08 13:54:12 -08:00
gbarr01 13be4ade89 Update engine API docs and fetch script 2018-02-08 13:54:12 -08:00
gbarr01 4e4f59ad4b Update engine CLI docs, stubs, and TOC 2018-02-08 13:54:12 -08:00
gbarr01 be8fd5413d Update packaging changes per 5844 2018-02-08 13:54:12 -08:00
gbarr01 8e90a73cbc Update product versions in _config file 2018-02-08 13:54:12 -08:00
Joffrey F 2d12fdf671 Add docs for Compose file v3.5 and v3.6 (#5912)
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-02-08 13:54:12 -08:00
French Ben 5e380f624c 17.12 release notes (#5926)
* Updated release notes and FAQ around EFS

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

* Added note around machine restart ssh access

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

* Edge release added

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

* Disabled EFS encryption

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

* Added note on upgrade and EFS declaration

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

* Migrate notes to proper md

Signed-off-by: French Ben <frenchben@docker.com>
2018-02-08 13:52:15 -08:00
Jordan Wright 5af0f2a526 Fix reference to the TUF Key Hierarchy diagram (#5952)
I'm not quite sure about how the `{:width="400px"}` attribute will be rendered, but it looks like there was a typo preventing the SVG from being rendered on https://docs.docker.com/notary/service_architecture/
2018-02-08 13:50:40 -08:00
Andy Clemenko 423a614511 Clarify overlay2 support in Docker EE RHEL / CentOS (#5817) 2018-02-08 13:48:55 -08:00
gtardif bdbe6df1de Docker for windows edge relnotes 18.02.0-ce-win52 (#5958) 2018-02-08 11:55:02 -08:00
Tanner Chung eb914265dc 2nd node swarm name incorrect (#5953)
Just changed `worker-1` to `worker-2` when tutorial instructs joining the second worker node to the swarm.
2018-02-08 11:36:43 -08:00
Tanner Chung a2122dc955 added explanation of -dit further up (#5954)
The explanation of dit in the "Communicate between a container and a swarm service" was helpful but wasn't written in an earlier walk through on the same page. I just simply added it to the "Use an overlay network for standalone containers" walkthrough so that people come across it in case they only see this one walkthrough.
2018-02-08 11:36:15 -08:00
ydjainopensource 9d908e7653 Add println to formatting doc (#5960)
Add documentation for printing values on separate line.
Useful when multiples volumes are mounted or when a container has multiple IPAddress

See docker/docker.github.io#35887

Signed By : Yash Jain <ydjainopensource@gmail.com>
2018-02-08 11:35:34 -08:00
ada 0bdd490620 Removed "encryption" detail from unencrypted example (#5921) 2018-02-07 16:17:33 -08:00
Misty Stanley-Jones 9c56ec4596
Put back proxy server content (#5951) 2018-02-07 16:16:45 -08:00
Sasha Goldshtein 2c35211913 Fix run-container example (#5937)
The very first example (https://docs.docker.com/develop/sdk/examples/#run-a-container) has two annoying issues fixed by this patch:

1. The `ImagePull` call does not complete before the subsequent `ContainerCreate` call is issued. As a result, there is a race between pulling the image and starting the container from the image. For locally cached images, `ContainerCreate` will still work, but for images that have to be pulled, it will likely fail. This was [reported on StackOverflow](https://stackoverflow.com/questions/42816132/docker-run-using-golang-api-docker-docs) but not fixed yet.

2. The `ContainerLogs` call doesn't return a string, but rather an intermixed byte buffer with the stdout and stderr from the container. This can be highly confusing. Added `Tty: true` to the `ContainerCreate` call such that the `ContainerLogs` output only includes stdout.
2018-02-07 16:14:08 -08:00
Steven Showers b7a9862728 Clarified max_attempts behavior (#5949) 2018-02-07 16:09:51 -08:00
Steven Showers 2774cdb5c5 Update iptables.md (#5948) 2018-02-07 15:49:03 -08:00
Misty Stanley-Jones d1b01e29a1
Clarify scratch image example (#5947) 2018-02-07 15:48:05 -08:00
Misty Stanley-Jones 4b9c8008ef
Add redirects for old opensource pages (#5946) 2018-02-07 13:30:58 -08:00
Misty Stanley-Jones 8c1df0964c
Fix typo (#5945) 2018-02-07 13:30:32 -08:00
Joffrey F 761d421b5c Fix typos (#5944)
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-02-07 13:18:54 -08:00
Joffrey F 5687762b3b Update Compose release notes (#5911)
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-02-07 13:18:54 -08:00
Joffrey F c399e1e479 Docs for Compose 1.19.0 release (#5826)
* Docs for Compose 1.19.0 release

Signed-off-by: Joffrey F <joffrey@docker.com>
2018-02-07 13:18:54 -08:00
ethan-haynes 074268b8ca added doc changes for upcoming tmpfs-mode 3.6 compose (#5777)
Signed-off-by: Ethan Haynes <ethanhaynes@alumni.harvard.edu>
2018-02-07 13:18:54 -08:00
Misty Stanley-Jones d1e461afd3 Add back instructions for listening on multiple interfaces in systemd 2018-02-07 11:31:02 -08:00