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
Misty Stanley-Jones
4167cd5af8
Add release notes for 18.01
2018-01-11 16:39:12 -08:00
Misty Stanley-Jones
7c3d97ad11
Update YAML files for 18.01
2018-01-11 16:39:12 -08:00
Misty Stanley-Jones
6af480f2f2
Bump Engine version to 18.01
2018-01-11 16:39:12 -08:00
Misty Stanley-Jones
95d7ea7418
Update CLI template to add badges for orchestrator and experimentalcli
2018-01-11 16:39:12 -08:00
modem_down
536d6a901a
Fix broken links to installation instructions ( #5712 )
...
Addresses issue #5711
2018-01-11 14:29:32 -08:00
Misty Stanley-Jones
91effc735a
Fix broken link ( #5722 )
...
This was a place where it was inappropriate to change `docker/docker` to `moby/moby`.
2018-01-11 13:31:21 -08:00
Andrew Weiss
7fa3abd771
update toc for compliance content updates ( #5584 )
2018-01-11 11:28:06 -08:00
Emiliano 'AlberT' Gabrielli
0b37cb6a4e
Fix extends.md URL ( #5717 )
2018-01-11 09:15:08 -08:00