Commit Graph

49079 Commits

Author SHA1 Message Date
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
Misty Stanley-Jones 807610482b Add more details about Docker and iptables 2018-02-07 11:31:02 -08:00
Misty Stanley-Jones a8e84a80e1 Restructure and rewrite network content 2018-02-07 11:31:02 -08:00
Cheryl 9d15f4b4d0 Fixed tar options and path for restoring images
`-z` option for tar is used to filter through gzip. This should be excluded for the restore as it was not used during the backup.
The path is also fixed as it recreated the entire path within the volumes folder.
2018-02-06 09:31:07 -08:00
Misty Stanley-Jones d01cb61034 Add redirect (#5934) 2018-02-06 09:22:43 -08:00
Misty Stanley-Jones 4d87878fc9
Change variable scope (#5933) 2018-02-06 09:10:13 -08:00
Wadim Kruse b36b6d2c86 Fix restart policy description (#5927) 2018-02-06 09:02:36 -08:00
Gwendolynne Barr bb88d284f7 Repair kubectl-path variable (#5932) 2018-02-06 09:00:40 -08:00
schalkwijk 589a83a38a Use correct HTML character reference for em dash (#5917)
Minor typo in the docs - `&#8212;` should be used for an [em dash](https://en.wikipedia.org/wiki/Dash#Common_dashes), not `&8212;`.
2018-02-05 09:35:49 -08:00
Misty Stanley-Jones a17a47dd77
Favor docker <object> <verb> format of commands (#5914)
Remove instances of:
- docker rmi
- docker images
- docker stop
- docker rm
- docker create
- docker exec
- docker attach
2018-02-05 09:33:47 -08:00
mds1455975151 0e064795f2 Update install-machine.md (#5900)
The installation method is optimized and the installation process is more concise
2018-02-02 09:57:38 -08:00
Jia Tian 5f54d913a9 Update multistage-build.md (#5901) 2018-02-02 09:50:00 -08:00
jugdizh 54fde831c6 Update index.md (#5903) 2018-02-02 09:48:50 -08:00
gtardif 19cfba5cc6 Docker for windows edge relnotes 18.02.0-ce-rc2-win51 (#5906)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2018-02-02 09:48:08 -08:00
gtardif c16b77e4a2 Docker for mac edge relnotes 18.02.0-ce-rc2-mac51 (#5907)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2018-02-02 09:47:46 -08:00
Damien L-G 7aa95b6f67 Update link to documentation for filtering images by label (#5889) 2018-02-02 09:30:56 -08:00
Misty Stanley-Jones 793d43d79b
Add info about CE and EE max API mismatch (#5910) 2018-02-02 09:30:16 -08:00
Misty Stanley-Jones 28ccac2318
Correct a small error in Ubuntu EE doc (#5896) 2018-02-01 15:59:12 -08:00
Misty Stanley-Jones 16da56adc8
Remove Misty from default assignees (#5895) 2018-02-01 15:54:40 -08:00
Misty Stanley-Jones 174c84061d
Doc that you can't build Windows containers on Hub (#5894) 2018-02-01 15:43:04 -08:00
Misty Stanley-Jones 1b343beca4
Clean up information architecture (#5893)
- Move /engine/admin/ and /engine/userguide/ topics to /config/ and /develop/
- Get rid of some stub topics that are no longer needed
- Rename /engine/article-img/ to /engine/images/
- Mark ambassador linking topic as obsolete
- Flesh out multistage build topic
- Reorganize some terribly obsolete content in other files
2018-02-01 15:25:43 -08:00
Joao Fernandes 0b73d7b02b Fix broken link 2018-02-01 13:25:14 -08:00
Joao Fernandes ec67657806 Fix broken link (#5885) 2018-02-01 12:58:28 -08:00
Misty Stanley-Jones ad80c3de5f
Move storage docs into /storage (#5884) 2018-01-31 16:16:51 -08:00
Misty Stanley-Jones 72c6cbce38
Document an example for --with-registry-auth flag (#5882) 2018-01-31 13:55:42 -08:00
mrajphemi 288465b5fd Fix typo in user namespace docs (#5881)
There was a typo in a file name.
should be /etc/passwd not /etc/password
2018-01-31 13:03:54 -08:00
Misty Stanley-Jones e9be468ed2
Add info about setting config options (#5879) 2018-01-31 11:23:40 -08:00
lostsquirrel 719e1f387d Update build-bridges.md (#5875)
* Update build-bridges.md

this guide not work for me in 
`Linux ubuntu  4.4.0-87-generic #110-Ubuntu SMP Tue Jul 18 12:55:35 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux`
it must create the bridge device first, is this correct?

* Correct the example

No need to use `brctl` and no need to re-create the `br0` bridge since Docker creates it automatically and the whole point of this tutorial is to use a different bridge.
2018-01-31 10:16:26 -08:00
Gwendolynne Barr 3fbcb00c7d
Update part 1 (#5806) 2018-01-31 10:00:10 -08:00
Misty Stanley-Jones a64a76ca11
Fix missing Toolbox install page (#5872) 2018-01-30 16:10:21 -08:00