Commit Graph

48303 Commits

Author SHA1 Message Date
gtardif 96ac063697 Docker for windows edge relnotes 18.02.0-ce-rc1-win50 (#5833)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2018-01-26 09:04:50 -08:00
Misty Stanley-Jones 0309ec51a8
Document Kubernetes support for Win (#5819)
* Document Kubernetes support for Win

* Address feedback
2018-01-26 09:04:26 -08:00
alstas d506e2f770 Update part4.md (#5653)
* Update part4.md

Add clarification about `docker stack deploy` command that it takes time to update all services
2018-01-25 18:10:32 -08:00
leonblueconic 5f9fbe0c94 Update awslogs.md (#5816)
the [ and ] need to be escapped to avoid the folling docker error: 
docker: Error response from daemon: failed to initialize logging driver: awslogs could not parse multiline pattern key "[\\d{4}-(?:0[1-9]|1[0-2])-(?:0[1-9]|[1,2][0-9]|3[0,1])T(?:[0,1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]+00:00]": error parsing regexp: invalid character class range: `}-(`.
2018-01-25 18:05:57 -08:00
Magnus Klingenberg 3e7bd5d26f Fix typo in build.md (#5821) 2018-01-25 18:00:00 -08:00
Misty Stanley-Jones a4f5e30249
Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788)
* Reword lots of instances of 'will'

* Reword lots of instances of won't

* Reword lots of instances of we'll

* Eradicate you'll

* Eradicate 'be able to' type of phrases

* Eradicate 'unable to' type of phrases

* Eradicate 'has / have to' type of phrases

* Eradicate 'note that' type of phrases

* Eradicate 'in order to' type of phrases

* Redirect to official Chef and Puppet docs

* Eradicate gratuitous 'please'

* Reduce use of e.g.

* Reduce use of i.e.

* Reduce use of N.B.

* Get rid of 'sexagesimal' and correct some errors
2018-01-25 17:37:23 -08:00
Joao Fernandes 1df7737c73
Fix broken url (#5829) 2018-01-25 15:46:19 -08:00
ada dd7a802a9d Clarify the DRAIN state w/ regard to containers (#5811)
* Clarify the DRAIN state w/ regard to containers

Bare containers are not state-reconciled, and are not affected by the swarm DRAIN state
2018-01-24 11:35:53 -08:00
Joao Fernandes b68eee92b0
Update how to get support (#5801)
* Update how to get support

* Address feedback
2018-01-23 16:11:34 -08:00
Alberto Scotto 1d01d2e562 No need to mention a fix to a test failure (#5499) 2018-01-23 11:02:05 -08:00
Ingve Vormestrand 3739088edb Fix typo in release notes (#5796) 2018-01-22 10:29:36 -08:00
idi-ot 58a5e517c9 fix typo: 10000 -> 1000000 (ms in 1 sec) (#5769)
* fix typo?

Not sure if that's what was intended by the original author, but there are 1000000 microseconds in one second, not 10000.

* update example command as well
2018-01-19 11:46:53 -08:00
Alex Rhea a61e1a6c20 adding harbor master (#5770) 2018-01-19 11:46:17 -08:00
idi-ot cb6ed21e67 spacing + config.json -> daemon.json (#5771) 2018-01-19 11:45:33 -08:00
idi-ot cc27281482 fix typo: remove unnecessary newline (#5772) 2018-01-19 11:44:24 -08:00
Samuel Coronado b437b96bb7 imagse -> images typo (#5774) 2018-01-19 11:43:55 -08:00
mertz1 8128cb3544 Update part5.md (#5776) 2018-01-19 11:43:23 -08:00
gtardif e35418d0fd Docker for windows edge relnotes 18.01.0-ce-win48 (#5784)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2018-01-19 11:42:55 -08:00
gtardif e2ecbf1893 Docker for mac edge relnotes 18.01.0-ce-mac48 (#5783)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2018-01-19 11:42:43 -08:00
gtardif 7398be5d5d Release notes for 17.12.0-ce-mac49 (Stable) (#5787)
* Docker for mac stable relnotes 17.12.0-ce-mac49

Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2018-01-19 11:42:21 -08:00
idi-ot db747309d0 add spacing before grep command (#5780) 2018-01-19 11:39:11 -08:00
Charles Bushong 4d960712b8 Replacing emdash in sample code with dash (#5782)
(╯°□°)╯︵ ┻━┻
2018-01-19 11:38:46 -08:00
ada 2b1ab09694 Resolves https://github.com/docker/docker.github.io/issues/5785 (#5786) 2018-01-19 11:33:33 -08:00
modem_down b210a7295f Remove .md extensions that break links (#5742)
The navigation links at the start of the content on pages such as https://docs.docker.com/get-started/part2/ have broken links (at least, with JavaScript disabled). The links go to e.g. https://docs.docker.com/get-started/part2.md but should instead go to https://docs.docker.com/get-started/part2 or https://docs.docker.com/get-started/part2/ .
2018-01-19 11:17:40 -08:00
Josh south c02ffd661d CSS fixes for version selector, removing animations, and more (#5574)
This commit squashes 21 commits. Leaving the commit messages here for posterity.

* Activate Night Mode

- Add toggle for night mode
- Update base styles

* remove font-size

* Update _night-mode.scss

* Fix first-line indenting and color differences

* Fix rescale bug

* stuff

* Add menu fixs

* Update core pallette - light/dark mode

* Toc link padding

* Remove color cycle
Remove temp.css

* update secondary nav bg

* remove paddin-top ul left nav on med viewport
2018-01-18 12:11:07 -08:00
Bret Fisher ead81f511c Add restart to options not supported in stacks (#5680)
- added restart to list of sub-options not supported in stack deploy
- added note to the bottom of restart description that it isn't supported in stack deploy, and to use restart_policy instead.
2018-01-18 09:40:52 -08:00
Frederic Tschannen ab7c338cca update option values (#5705)
- only lowercase availability zones are accepted in CLI options 
- only image short-names are accepted in CLI options
2018-01-18 09:40:17 -08:00
Akim Demaille 218e1cbb23 Mac updates (#5762)
* Mac: fix name of the vm directory

Actually the directory name changed from vm to vms/0 (there has been
no release with vm, we may remove references to it).  This is for the
forthcoming 18.01 Edge release, but since it's already published we
should probably update now.

Signed-off-by: Akim Demaille <akim.demaille@docker.com>

* Toolbox: formatting changes

No user visible changes here, just making future diffs easier to read.

Signed-off-by: Akim Demaille <akim.demaille@docker.com>

* Toolbox: do not invite to remove ~/.docker

Docker for Mac uses that directory too.

Signed-off-by: Akim Demaille <akim.demaille@docker.com>
2018-01-18 09:37:00 -08:00
dragon788 b9164e98aa Fix link to resolve on GitHub and Docker.com (#5764)
It's a directory on GitHub so interested developer will need to click index.md, but no 404 from GitHub and page loads normally on docs.docker.com.
2018-01-18 09:35:04 -08:00
dragon788 d5518a9754 Fix typo in relative link to heading (#5765) 2018-01-18 09:34:19 -08:00
idi-ot 97066ff158 fix typo: container5 -> container6 (#5767) 2018-01-18 09:33:38 -08:00
idi-ot 5542754db3 fix type: umlimited -> unlimited (#5768) 2018-01-18 09:32:50 -08:00
Joao Fernandes 21505eb604 Revert "Remove release notes for UCP 2.2.5"
This reverts commit 9d577bf552.
2018-01-17 08:26:35 -08:00
Joao Fernandes 9d577bf552 Remove release notes for UCP 2.2.5 2018-01-16 18:11:38 -08:00
Joao Fernandes 07f34e677d Release UCP 2.2.5, 2.1.6 2018-01-16 15:58:17 -08:00
Daniel Nephin a83592ddaf Update compose reference for name fields (#5755)
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
2018-01-16 14:15:05 -08:00
Glenn O. Larsen 4626e6ed23 Document 'start_period' option in healthcheck (#5735) 2018-01-16 14:14:33 -08:00
Misty Stanley-Jones bd48fce373
Temporary fix for broken HTML in YAML files (#5756) 2018-01-16 14:07:40 -08:00
David Archer f054ed12dd openstack: add missing docs for user-data-file option (#5730)
Signed-off-by: David Archer <darcher@gmail.com>
2018-01-16 12:14:26 -08:00
Giancarlo Romeo 51e13af460 Fix typo (#5739) 2018-01-16 12:12:34 -08:00
Giancarlo Romeo ed3c93aadb Fix typo (#5740) 2018-01-16 12:12:10 -08:00
Takuto Kanzaki d6be67d79f Add download archive link (#5747) 2018-01-16 12:10:24 -08:00
Takuto Kanzaki fb588928a8 Fix download archive link (#5746) 2018-01-16 12:10:12 -08:00
Misty Stanley-Jones f688179d86
Add features to CLI ref template (#5736)
* Add features to CLI ref template

- Differentiate CLI experimental from daemon experimental
- When the whole command is experimental, point to docs for
  how to get it to show up
- Make badges links where possible
- Add tooltips to badges for more context
- Document in the test.md how to make badges into links and how to use tooltips
2018-01-16 12:02:10 -08:00
Art 8058da6e0a D4ic docs updates (#5754)
* Revising service load balancer docs
2018-01-16 12:01:35 -08:00
Marco Davalos 4d2e963b4e Removed unnecessary RUN command from Dockerfile.build in multistage-build.md (#5750) 2018-01-16 09:09:38 -08:00
Ben Wells cb3f9aced6 Wait after processes are launched to poll to see whether they have exited (#5686) 2018-01-12 13:32:18 -08:00
gtardif 9c8a0ffb37 Docker for mac stable relnotes 17.12.0-ce-mac47 (#5733)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2018-01-12 10:49:26 -08:00
gtardif 3a9ccd6494 Docker for windows stable relnotes 17.12.0-ce-win47 (#5732)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2018-01-12 10:48:58 -08:00
Tom Viehman ec5be18bd5 Fix link text for API versions 1.34 and 1.35 (#5731) 2018-01-12 09:06:35 -08:00