Commit Graph

47825 Commits

Author SHA1 Message Date
Misty Stanley-Jones 6ddec7eef0
Fix archive script bugs (#5860) 2018-01-29 17:39:20 -08:00
Misty Stanley-Jones 08e7715762
Make archive easier (#5231)
* Fix archive butterbar margin-top

* Add archive script and layout
2018-01-29 16:55:37 -08:00
modem_down 84b61d2ecf Fix broken link (#5790) 2018-01-29 15:52:40 -08:00
Sasha Gerrand d628a9f95a Update docs for macOS hostname (#5805)
See: https://github.com/docker/docker.github.io/blob/master/docker-for-mac/release-notes.md#docker-community-edition-17120-ce-mac46-2018-01-09-stable
2018-01-29 15:51:21 -08:00
Christian Klaussner f769463646 Explain how `volumes` and `devices` are merged (#5852) 2018-01-29 15:45:25 -08:00
Chris Williams ab581979f8 Update index.md (#5840) 2018-01-29 14:22:12 -08:00
Joao Fernandes 6df34957dc Fix broken link 2018-01-29 13:36:25 -08:00
Jim Galasyn 391549728c
Add PowerShell command to UCP client bundle topic (#5857) 2018-01-29 09:13:08 -08:00
Misty Stanley-Jones f56b64516c Add redirect for debian (#5841) 2018-01-26 16:26:56 -08:00
Akim Demaille c8ad204ddc Toolbox migration (#5823)
* Mac: teach how to migrate from toolbox by hand

We have removed the Toolbox migration tools from Docker for Mac (and
soon for Windows too) because they add a lot of pressure on the code
for a feature which is almost never used today by our users.

Signed-off-by: Akim Demaille <akim.demaille@docker.com>
2018-01-26 13:57:26 -08:00
Joao Fernandes 9a13aac814 Fix broken link (#5838) 2018-01-26 13:56:59 -08:00
Misty Stanley-Jones 9dfece1e89
Fix redirect loop on Debian install page (#5839) 2018-01-26 13:50:59 -08:00
art 1ff6bcd429 Changes from peer review 2018-01-26 13:01:42 -08:00
art bf82a6b706 Fixing the superscripts in html table 2018-01-26 13:01:42 -08:00
art 6b6c6e0069 Fixes to formatting 2018-01-26 13:01:42 -08:00
art 739984965c Fixing copy errors 2018-01-26 13:01:42 -08:00
art c81e31dfd6 Beta v2 updates to various topics
- admin swarms: new dtr-storage param, UCP pw in create output, new
topic on security groups, note on COS storage not being deleted when
you delete a swarm

- cli-ref: new param to create cluster

- dtr-ibm-cos: new topics for Swift API COS, note on the delete

- faqs: permissions table

- Quickstart: UCP pw updates

- registry: point to new DTR COS topics

- release notes: add beta v1.0.2
2018-01-26 13:01:42 -08:00
art 6916f2a1a3 Updating release notes w v2 2018-01-26 13:01:42 -08:00
art 742816ddd0 Security groups
- update permissions table
- use Docker’s form for marking table footnotes in perm table
- update links to permissions table
- change intro to the loadbalancer docs to mention the use of security
groups & include link to those docs
2018-01-26 13:01:42 -08:00
Misty Stanley-Jones a55ddf60a9
Move /engine/installation to /install (#5651)
* Move /engine/installation to /install

* Add Docker for IBM Cloud to the matrix
2018-01-26 10:29:14 -08:00
Alexandre Pinon c27fdb2e72 Remove/destroy DTR replica
I think the actual documentation can be confusing.
In fact if we want to completely remove a DTR cluster, we can use the destroy command, it is fine.

But, if we just want to remove a replica from a cluster, it is better to use the remove command which is safer and cleaner.
The destroy command do not send a notification to the RethinkDB on the others replicas which can be dangerous and leads to unhealthy DTR clusters.
2018-01-26 10:03:29 -08:00
gtardif a735d44cdb Docker for mac edge relnotes 18.02.0-ce-rc1-mac50 (#5834)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2018-01-26 09:05:13 -08:00
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