Commit Graph

435 Commits

Author SHA1 Message Date
Guillaume Tardif b68b640045 Added link to docker volumes backup/restore doc. Fixed typo
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2018-07-10 18:18:23 +02:00
Guillaume Tardif 9160c9b872 Update save/restore documentation with a specific section we can link to.
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2018-07-09 11:38:11 +02:00
Guillaume Tardif 525f951641 Add GDPR related policy regarding how we handle cleaning diagnostics.
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2018-06-26 17:06:16 +02:00
David Scott bb41fdbece Docker for Mac: add page on disk space
The disk space usage of Docker on Mac has been difficult to manage
and has confused lots of people, see

https://github.com/docker/for-mac/issues/371

This patch adds a top-level section to the Docker for Mac docs
alongside networking which explains

- where the space has gone
- how to reclaim some of it

In future I'd like to add more about why some systems use `Docker.raw`
and some `Docker.qcow2` but we're in a transitional state at the moment.
It'll be simpler to explain after the next stable version has been
released.

Signed-off-by: David Scott <dave.scott@docker.com>
2018-06-26 15:48:13 +01:00
Justin c8fa039cc7
Remove references to Qemu requirements in multiarch documentation
It is not actually required to have qemu inside of the container as binfmt_misc uses qemu on the host to function.
2018-06-18 19:12:35 -07:00
Akim Demaille cebc281254 Mac: generating and uploading diagnostics by hand
This will soon be obsoleted by com.docker.diagnose, but meanwhile it
is still important information.

Signed-off-by: Akim Demaille <akim.demaille@docker.com>
2018-06-15 15:30:22 -07:00
Akim Demaille 991e493912 Mac: deemphasize
There's no (longer any) reason to emphasize this so loudly.

Signed-off-by: Akim Demaille <akim.demaille@docker.com>
2018-06-15 15:30:22 -07:00
Akim Demaille 2277dda1af Mac: update instructions for HOME changes
There's no need to document this in both Troubleshoot and FAQ.  Keep
it in the FAQ.  We don't need to reinstall Docker for Mac, and it's
possible to save all the data.

Signed-off-by: Akim Demaille <akim.demaille@docker.com>
2018-06-15 15:30:22 -07:00
Akim Demaille f68dc07ae5 Mac: formatting changes
Fold for 80 cols.

Signed-off-by: Akim Demaille <akim.demaille@docker.com>
2018-06-15 15:30:22 -07:00
Gwendolynne Barr a55d0c9dfc
Cleanup (#6864) 2018-06-11 12:48:24 -07:00
gtardif 1a47919687 Docker for mac edge relnotes 18.05.0-ce-mac67 (#6839)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2018-06-07 09:08:14 -07:00
Gwendolynne Barr c9e06d476f
Depersonalize docs (#6760) 2018-05-24 15:05:27 -07:00
Akim Demaille 062d5e8aef Mac: phase out the Data/com.docker.driver.amd64-linux directory (#6705) 2018-05-17 07:43:23 -07:00
gtardif 0b2a469341 Docker for mac edge relnotes 18.05.0-ce-mac66 (#6711) 2018-05-17 07:34:10 -07:00
Akim Demaille e482aeec60 Mac: troubleshoot: update to the current version of Console
We no longer use `syslog`, but `log`.

Signed-off-by: Akim Demaille <akim.demaille@docker.com>
2018-05-14 10:08:29 -07:00
Akim Demaille e82d2d4ab5 Mac: troubleshoot: set width for images
Signed-off-by: Akim Demaille <akim.demaille@docker.com>
2018-05-14 10:08:29 -07:00
Akim Demaille bfe48426d4 Mac: remove unused files
Signed-off-by: Akim Demaille <akim.demaille@docker.com>
2018-05-14 10:08:29 -07:00
Akim Demaille fcf7ca985f Mac: a `make check` that checks for useless images
Signed-off-by: Akim Demaille <akim.demaille@docker.com>
2018-05-14 10:08:29 -07:00
gtardif c74f90d4da macOS 10.10 has been deprecated in 17.06 and not supported since 17.09, removing old references to it. (#6680) 2018-05-11 12:08:14 -07:00
Guillaume Tardif 735c816abe Note on `host.docker.internal` working only in Docker for Mac / Windows, not in production environments.
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2018-05-11 12:01:20 -07:00
Alan Buxey 11103773d7 fix recent typos (#6608) 2018-05-01 15:16:24 -07:00
Gwendolynne Barr 1a39156c15
Repair proxy links (#6586) 2018-04-30 10:57:35 -07:00
Alan Buxey 712c8acc39 correct typos (#6595) 2018-04-30 10:54:48 -07:00
gtardif 40cf403a1b Docker for mac stable relnotes 18.03.1-ce-mac65 (#6598) 2018-04-30 10:52:22 -07:00
Joao Fernandes 9867c1cba6
Fix download urls (#6559)
* Fix download urls
2018-04-27 10:21:55 -07:00
gtardif 38a25da6f7 Docker for mac stable relnotes 18.03.1-ce-mac64 (#6550) 2018-04-26 10:47:01 -07:00
gtardif abad51d83d Docker for mac edge relnotes 18.05.0-ce-rc1-mac63 (#6548) 2018-04-26 10:45:39 -07:00
Gwendolynne Barr 1c752a8c0b
Repair links (#6505) 2018-04-20 14:54:39 -07:00
Jingwen Peng 88e69c90ce Fix typo in titles (#6486) 2018-04-20 13:46:37 -07:00
Joao Fernandes a2c59bd6df Fix wrong anchor 2018-04-20 13:24:48 -07:00
Jose E 7f4e5e3c81
added another ~/.bash_profile option
Added another ~/.bash_profile options, listed below:
`
[ -f /usr/local/etc/bash_completion ] && . /usr/local/etc/bash_completion
`
2018-04-18 11:59:52 -06:00
Jose E 91ea932ae6
updating bash_profile
consolidating some useful information. The following lines have to be added to the ~/.bash_profile for it to work. I pulled this information from https://docs.docker.com/compose/completion/. 

I thought it would be useful to add it here so that all this info could be in one place.

if [ -f $(brew --prefix)/etc/bash_completion ]; then
. $(brew --prefix)/etc/bash_completion
fi
2018-04-17 22:40:18 -06:00
Jim Galasyn 125b1d6b9f Tweak k8s URLs to point to v1.8 topics (#417) 2018-04-16 13:31:24 -07:00
gtardif 3c746f56b9 Docker for mac edge relnotes 18.04.0-ce-mac62 (#6439) 2018-04-12 08:13:35 -07:00
gtardif 0051eee4d8 Docker for mac edge relnotes 18.04.0-ce-rc2-mac61 (#6404) 2018-04-09 08:47:58 -07:00
Akim Demaille 529960d5ef Docker for Machine: update (#6364) 2018-04-03 11:25:39 -07:00
gtardif d9f02be08f Docker for mac stable relnotes 18.03.0-ce-mac60 (#6348) 2018-03-30 07:13:06 -07:00
gtardif caa665050c Docker for mac stable relnotes 18.03.0-ce-mac59 (#6305) 2018-03-26 10:53:21 -07:00
gtardif e98e7b4410 Docker for mac edge relnotes 18.03.0-ce-mac58 (#6303) 2018-03-26 10:52:52 -07:00
Akim Demaille 2351c7ae44 Desktop: fix links to "Proxies" (#6290) 2018-03-23 11:13:49 -07:00
Akim Demaille 249e31d0cd Desktop: remove obsolete doc (#6269) 2018-03-23 07:01:29 -07:00
Akim Demaille b419d141e1 Desktop: networking (#6258) 2018-03-23 05:46:43 -07:00
Gwendolynne Barr 6a0f892adc
Remove toc min/max to repair right-hand nav (#6264) 2018-03-20 08:36:26 -07:00
James Sharpe 8ed45a47d2 Update description of swap parameter (#6265) 2018-03-20 08:20:17 -07:00
Akim Demaille ddc8bc6dd1 Desktop: split stable/edge release notes (#6231) 2018-03-16 11:03:24 -07:00
gtardif 5e3b80f611 Docker for mac edge relnotes 18.03.0-ce-rc4-mac57 (#6232) 2018-03-15 08:52:32 -07:00
Akim Demaille c51f1baf2d Docker for Desktop updates (#6194) 2018-03-13 17:01:23 -07:00
gtardif 24df46e72a Docker for mac edge relnotes 18.03.0-ce-rc3-mac56 (#6213) 2018-03-13 09:56:02 -07:00
Akim Demaille 19325ac6d1 Docker for desktop downloads (#6177) 2018-03-08 08:08:44 -08:00
Alec Clews 189031b6d6 Remove hard coded install dir for Homebrew
Instead of using `/usr/local` say `$(brew --prefix)`

Also fix the heading for `### Docker Daemon`
2018-03-07 15:33:38 -08:00
Sasha Gerrand 8c4a2deca1 Update product version references (#5928) 2018-02-27 10:25:27 -08:00
gtardif 2cc7d0e616 Release notes for 18.03.0-ce-rc1-mac54 (Edge) (#6098) 2018-02-27 10:20:05 -08:00
gtardif 34010d7f24 Docker for mac stable relnotes 17.12.0-ce-mac55 (#6093) 2018-02-27 06:42:55 -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 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
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
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
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
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
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
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
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
Ingve Vormestrand 3739088edb Fix typo in release notes (#5796) 2018-01-22 10:29:36 -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
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
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
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 7f94dbc3df Docker for mac stable relnotes 17.12.0-ce-mac46 (#5702)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2018-01-09 04:41:23 -08:00
gtardif 85c39551a8 Docker for mac edge relnotes 17.12.0-ce-mac45 (#5673)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2018-01-06 11:24:42 -08:00
Misty Stanley-Jones 587fedc9af
Kubernetes is now available for D4M Edge (#5672) 2018-01-05 20:35:43 -08:00
Akim Demaille 757c140877 Mac: the disk image has moved (#5603)
* Mac: the disk image has moved

In the forthcoming release of Docker for Mac, the disk image is in
another directory (was needed for future changes).

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

* Mac: FAQ: Promote "Disk Usage" questions

One level upper.

Signed-off-by: Akim Demaille <akim.demaille@docker.com>
2018-01-02 17:13:00 -08:00
gtardif adb4daefd7 Release notes for 17.12.0-ce-rc4-mac44 (Edge) (#5595) 2017-12-21 09:30:26 -08:00
Sebastiaan van Stijn e8f875296a Fix physical/logical typo in D4M FAQ (#5547)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-12-20 14:57:11 -08:00
Ameya Shenoy 3fc2a1f341 minor grammatical fixes (#5568) 2017-12-19 13:07:22 -08:00
Alejandro Avilés 47107d1986 Split shell completion section in Bash and Zsh (#5549) 2017-12-18 15:38:32 -08:00
Akim Demaille acfc69ecc3 Mac: give some structure to the FAQ (#5503)
This commit reorders this

    ### Stable and Edge channels
    ### What is Docker.app?
    ### What kind of feedback are we looking for?
    ### What if I have problems or questions?
    ### How can I opt out of sending my usage data?
    ### Can I use Docker for Mac with new swarm mode?
    ### How do I connect to the remote Docker Engine API?
    ### How do I connect from a container to a service on the host?
    ### How do I connect to a container from the Mac?
    ### How do I add custom CA certificates?
    ### How do I add client certificates?
    ### How do I reduce the size of Docker.qcow2?
    ### What are system requirements for Docker for Mac?
    ### Do I need to reinstall Docker for Mac if I change the name of my macOS account?
    ### Do I need to uninstall Docker Toolbox to use Docker for Mac?
    ### How do I uninstall Docker Toolbox?
    ### What is HyperKit?
    ### What is the benefit of HyperKit?
    ### Why is com.docker.vmnetd running after I quit the app?
    ### Can I pass through a USB device to a container?

into this

    ## Questions about Docker.app
    ### Stable and Edge channels
    ### What is Docker.app?
    ### What are system requirements for Docker for Mac?
    ### Do I need to reinstall Docker for Mac if I change the name of my macOS account?
    ### Do I need to uninstall Docker Toolbox to use Docker for Mac?
    ### How do I uninstall Docker Toolbox?
    ## Questions about feedback and help
    ### What kind of feedback are we looking for?
    ### What if I have problems or questions?
    ### How can I opt out of sending my usage data?
    ## How can I...?
    ### Can I use Docker for Mac with swarm mode?
    ### How do I connect to the remote Docker Engine API?
    ### How do I connect from a container to a service on the host?
    ### How do I connect to a container from the Mac?
    ### How do I add custom CA certificates?
    ### How do I add client certificates?
    ### How do I reduce the size of Docker.qcow2?
    ### Can I pass through a USB device to a container?
    ## Components of Docker for Mac
    ### What is HyperKit?
    ### What is the benefit of HyperKit?
    ### Why is com.docker.vmnetd running after I quit the app?

Also, change "new swarm mode" into "swarm mode".

Signed-off-by: Akim Demaille <akim.demaille@gmail.com>
2017-12-15 16:34:27 -08:00
Akim Demaille e6a23925ef Mac: FAQ: Disk usage in raw format (#5504)
* Mac: FAQ: Disk usage in raw format

This is a new feature of Docker for Mac.  Questions and PRs have
already been made about this, and we expect more of them.

Signed-off-by: Akim Demaille <akim.demaille@gmail.com>
2017-12-15 16:14:02 -08:00
gtardif 1537a9916f Release notes for 17.12.0-ce-rc3-mac43 (Edge) (#5522) 2017-12-15 09:10:45 -08:00
Gwendolynne Barr 3c5e9c5618
Add kubectl context instructions and tighten text (#5517) 2017-12-15 08:11:39 -08:00
Alejandro Avilés 9f9726dfe1 Add instructions to activate zsh completion (#5453) 2017-12-14 15:22:52 -08:00
Misty Stanley-Jones 4b8a97f82d Document D4M Kubernetes support (#5439) 2017-12-13 08:58:30 -08:00
gtardif 2a04eeb30f Release notes for 17.12.0-ce-rc2-mac41 (Edge) (#5501) 2017-12-13 08:57:00 -08:00
Gwendolynne Barr b2e0672935 Add text on APFS in macOS High Sierra (#5451) 2017-12-12 15:11:29 -08:00
gtardif 8884db8277 Docker for mac stable relnotes 17.09.1-ce-mac42 (#5484)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2017-12-11 08:30:40 -08:00
gtardif 1d4bc9cbaa Minor typo fix : “Reset to factory default” instead of “Reset to defaults” (#5375)
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2017-11-22 11:48:58 -08:00
gtardif 789150504b Docker for mac edge relnotes 17.11.0-ce-mac40 (#5373)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2017-11-22 08:37:19 -08:00
gtardif 5e68eb3836 Release notes for 17.11.0-ce-rc4-mac39 (Edge) (#5331) 2017-11-17 11:49:08 -08:00
gtardif 80387d2ba8 Docker for mac edge relnotes 17.11.0-ce-rc3-mac38 (#5256) 2017-11-09 09:39:29 -08:00
Victoria Bialas 77a553656a
fixed Docker for Mac stable download link for v1.12.1 (#5251)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-11-08 15:46:11 -08:00
Victoria Bialas 19cd94fbbb
updated experimental features link (#5247)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-11-08 15:28:05 -08:00
gtardif 8780702401 Release notes for 17.11.0-ce-rc2-mac37 (Edge) (#5195) 2017-11-02 10:35:21 -07:00
Gwendolynne Barr 05bd4272e7
Repair docker.sock path in images (#5155) 2017-10-28 06:10:32 -07:00
pinata-mac 3057ff652d Docker for mac edge relnotes 17.10.0-ce-mac36 (#5093)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2017-10-24 08:17:22 -07:00
Jonathan Sokolowski c450374aa7 Add download links to D4M/D4W releases (#5044) 2017-10-23 11:29:51 -07:00
Wang Jie 810109a51f Update index.md (#5042) 2017-10-19 14:52:31 -07:00
Wang Jie e591fd735b Update troubleshoot.md 2017-10-18 19:14:06 -07:00
Wang Jie b344642d69 Update networking.md 2017-10-18 19:14:06 -07:00
Wang Jie 3dc0dea694 Update multi-arch.md 2017-10-18 19:14:06 -07:00
nmur ee6bbaf5f7 Fixed broken link - #5024 (#5030) 2017-10-18 08:25:12 -07:00
Misty Stanley-Jones 9b663257d1 Adjut note about routing traffic to containers on Mac (#4968) 2017-10-14 10:09:09 -07:00
Steven Bedrick c5ab70f51a Clarification & expansion of port forwarding (#4731)
It seems like another sentence or two of explanation about the `-p` option and its syntax might be helpful, here...
2017-10-10 14:06:23 -07:00
Hawley Waldman ec87a0ae60 update info for older mac users in install.md (#4850) 2017-10-10 13:58:51 -07:00
gtardif 3f14bf799b Release notes for 17.09.0-ce-mac35 patch (Stable) (#4828)
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2017-10-06 07:44:30 -07:00
pinata-mac 834bab8259 Docker for mac edge relnotes 17.09.0-ce-mac34 (#4827)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2017-10-06 07:43:51 -07:00
pinata-mac 578a4d1c15 Release notes for 17.09.0-ce-mac32 (Stable) (#4777)
* Docker for mac stable relnotes 17.09.0-ce-mac32

Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>

* Fix compose case

Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>

* Update for 17.09.0-ce-mac33 patch
2017-10-03 07:47:50 -07:00
pinata-mac 363a4fd351 Docker for mac edge relnotes 17.09.0-ce-mac31 (#4756)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2017-09-29 13:49:36 -07:00
skymon efc204bade Update networking.md (#4684)
changed --p to -p
2017-09-28 17:24:04 -07:00
pinata-mac 38bfec1414 Docker for mac edge relnotes 17.09.0-ce-rc3-mac30 (#4695)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2017-09-22 09:49:31 -07:00
pinata-mac 2e87bfd80b Docker for mac edge relnotes 17.09.0-ce-rc2-mac29 (#4664)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2017-09-19 10:19:36 -07:00
pinata-mac 2073f41333 Docker for mac edge relnotes 17.09.0-ce-rc1-mac28 (#4538)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2017-09-08 09:58:38 -07:00
gtardif 7f3ad45909 Fix wrong release date for Docker for Mac / Windows 17.06.2 (#4540)
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2017-09-08 09:19:28 -07:00
pinata-mac 542381450c Docker for mac stable relnotes 17.06.2-ce-mac27 (#4524)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2017-09-06 08:04:31 -07:00
gtardif da3055bcf8 D4mac / D4windows Release notes for 17.07.0 (#4488)
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2017-09-01 09:37:35 -07:00
Victoria Bialas 5c1e03c5ea d4mac, d4win Edge relnotes 17.07.0 rc4 win25 (#4360)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-08-24 16:49:42 -07:00
Victoria Bialas 445ccf904f d4mac, d4win 17.06.1 stable, 17.07.0 edge release (#4048)
* d4mac, d4win 17.07.0 edge release

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* release notes d4mac, d4win 17.07.0 and previous

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* 17.06.1 stable, 17.07.0 edge relnotes for mac and win

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* updated keywords, kicking builds

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* copyedits

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-08-23 15:51:54 -07:00
Victoria Bialas a4b4acc92c Fix links to subtopics in index.md files by include full path (#4054)
* for all links to , changed to full path

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* fixed link in Swarm Tutorial per review comments

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-07-31 18:54:08 -07:00
Wang Jie ee9534d9b1 Update install.md (#3928) 2017-07-24 18:35:43 -07:00
Victoria Bialas 1c6ff26042 added Compose topics on caching options for performance (#3932)
* added Compose topics on caching options for performance

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* updated title for Compose topic

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* line wrap per review

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-07-21 15:52:41 -04:00
Victoria Bialas d2cf85be8a Add CSS for option to create inline images (like whale menu) (#3877)
* add CSS tests for Josh

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* new class inline for images, updated docs to call class

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* removing last test paragraph

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-07-13 16:07:43 -07:00
Joseph Rex 1a6c5147b9 Update information on processor usage (#3806)
This addresses #3638
2017-07-05 11:02:52 -07:00
Victoria Bialas 10e79f1102 Docker for Mac, Windows 17.06 stable, edge (#3733)
* Docker for Mac, Windows 17.06 stable, edge

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* incorporated review comments

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* changed Docker Cloud site links to open in new window

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-28 17:38:02 -07:00
Dave Scott 52a42bcd3e 17.06: improve the Docker for Mac networking workaround (#3220)
Rather than manually creating a custom IP alas on the host, a container
can connect to the host by resolving the DNS name `docker.for.mac.localhost`.

Signed-off-by: David Scott <dave.scott@docker.com>
2017-06-28 08:31:29 -07:00
Victoria Bialas a3bbadb7ed Add d4mac client side FAQ (#3671)
* add d4mac client side FAQ

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* added link to FAQs from Getting Started

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* added FAQs re: installing client certificates

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* added more detail on client and server side certs

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* fixed Mac and Windows specific topics

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* fixed formatting so that content renders properly

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* incorporated review comments

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* updated Windows FAQ to clarify directories copy, remove refs to db

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* change ref from Mac to Windows on Win side

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* added certificate topic to Win getting started

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* review comments, remove 'entities' clarify meaning

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-23 11:48:03 -07:00
Victoria Bialas 5084ca668b added release notes for 1706-ce-rc5 (#3679)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-21 16:53:24 -07:00
Victoria Bialas 0643ec0cb6 Docker for Mac and Windows relnotes 17.06.0-rc4-ce (#3640)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-16 12:38:21 -07:00
Victoria Bialas d1ff1576cb Machine bash completion (#3624)
* corrected command completion URLs compose, machine plus cloud updates

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* added notes re: Cloud on Machine cloud topics

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* added notes and links re: legacy Machine swarm v. swarm mode

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* copyedit, used better punctuation

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-15 16:38:27 -07:00
Misty Stanley-Jones c5a3fa511f 404 cleanup (#3581)
* Fix Edge API reference links

* Add redirect for docker-for-mac/osx/ which is referenced by an error message

* Fetch the Edge run reference
2017-06-13 11:44:28 -07:00
Victoria Bialas f0022aa426 d4mac, d4win 17.06-rc2-ce-release notes (#3540)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-08 15:42:45 -07:00
Victoria Bialas c93620d19d additional step for Kitematic uninstall (#3539)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-08 15:04:25 -07:00
Victoria Bialas 9bf8661b6b d4mac,win 17.06 edge release notes, docs updates (#3461)
* d4mac,win 17.06 edge release notes, docs updates

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* added description of new feature shared drives on demand for Windows Edge

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-01 14:44:37 -07:00
Wang Jie 86894f0aef Update networking.md (#3234) 2017-05-30 11:39:42 -07:00
Victoria Bialas 3c6e878d39 added missing stable release notes for mac and win (#3417)
* added missing stable release notes for mac and win

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* copyedit, kick build

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-05-26 14:36:50 -07:00
Nathan Handler b6431416b2 Fix broken markdown link (#3385)
The HyperKit link was missing a closing `)` causing the link to break.
2017-05-24 16:46:06 -07:00
Victoria Bialas 08a18818e6 added release notes for d4mac, win 1705-ce-11-edge (#3359)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-05-23 12:28:37 -07:00
Wang Jie 58434c1e4a Update faqs.md (#3262) 2017-05-19 15:25:27 -07:00
Wang Jie 7bf6d46281 Update troubleshoot.md (#3236)
Add a link.
2017-05-19 15:20:04 -07:00
Wang Jie cf8dc36429 Update multi-arch.md (#3233) 2017-05-19 15:16:39 -07:00
Wang Jie fc7d514a9c Update docker-toolbox.md (#3232) 2017-05-19 15:14:43 -07:00
Joe e54581f6d2 Remove unnecessary character ')' (#3289) 2017-05-16 14:46:02 -07:00
Victoria Bialas e8c60f5797 Docker for Mac, Windows release notes 1705-ce-9 (#3210)
release notes for mac, win 1705-ce-9, edits

fixed a link

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-05-09 16:00:20 -07:00
Victoria Bialas ac246ec2d0 updated tags (#3181) 2017-05-05 17:11:34 -07:00
yallop 42d9c55a1e WIP: Osxfs caching updates (#2883)
* Update the osxfs documentation with recent details about caching.

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* Add a note about 'cached' to the volumes tutorial.

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* Add a document giving a detailed specification of osxfs caching.

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* Americanize spelling in the osxfs-caching document.

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* More osxfs benchmark details for 'go list'.

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* Remove mentions of the blog post.

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* editorial, topic structure changes, x-refs

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* linked to new topic also where bind mounts are discussed in Namespaces

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* added more tags

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Decapitalize descriptions

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* "releease" ~> "release"

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* Use @avsm's suggested rewording for the osxfs-caching introduction.

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* Add an example showing how to use `cached`, `consistent`, etc.

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* Add a link to the user-guided caching blog post.

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* added examples heading, more x-refs to blog post, docker run

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* escaped second dash in --volume long version of command

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* fixed double dashes on volume option to render properly

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-05-05 11:49:00 -07:00
Victoria Bialas 81a46448af fixed notes on d4mac, d4win per new format (#3152)
* fixed notes on d4mac, d4win per new format

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* streamlined d4win pre-install notes, surfaced toolbox option

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-05-03 13:03:59 -07:00
Victoria Bialas ab47785dc7 Machine unset env var, Cloud updates (#3146)
* added unset env instructions

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* machine env details, cloud swarm updates, copyedits

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* fix per review, add Azure to note

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-05-03 12:01:33 -07:00
Victoria Bialas ff924e76e8 copyedit (#3060) 2017-04-25 16:51:09 -07:00
Lenny Linux 9a1f99cd11 add warning class and a linebreake to the warning blogquote (#2937)
* Update fedora.md

add warning class to blogquote

* Update linux-postinstall.md

add warning class to blogquote

* Update ubuntu.md

add warning class to blogquote

* Update https.md

add warning class to blogquote

* Update swarm_manager_locking.md

add warning class to blogquote

* Update dockerlinks.md

add warning class to blogquote

* Update deploying.md

add warning class to blogquote

* Update deploying.md

add warning class to blogquote

* Update insecure.md

add warning class to blogquote

* Update discovery.md

add warning class to blogquote

* Update dockerd.yaml

add warning class to blogquote

* Update docker_secret_rm.yaml

add warning class to blogquote

* Update docker_service_rm.yaml

add warning class to blogquote

* Update docker_secret_rm.yaml

add warning class to blogquote

* Update scale-your-cluster.md

add warning class to blogquote

* Update resource_constraints.md

add warning class to blogquote

* Update binaries.md

add warning class to blogquote

* Update content_trust.md

add warning class to blogquote

* Update secrets.md

add warning class to blogquote

* Update index.md

add warning class to blogquote

* Update install-sandbox-2.md

add warning class to blogquote

* Update docker-toolbox.md

add warning class to blogquote

* Update index.md

add warning class to blogquote

* Update centos.md

add warning class to blogquote

* Update debian.md

add warning class to blogquote

* Update faqs.md

add linebreak after Looking for popular FAQs on Docker for Windows?

* Update install.md

add linebreake after **Already have Docker for Windows?**

* Revert "Update dockerd.yaml"

This reverts commit 3a98eb86f700ade8941483546c33f69a9dab8ac3.

* Revert "Update docker_secret_rm.yaml"

This reverts commit 5dc1e75f37033932486c11287052b7d64bf83e55.

* Revert "Update docker_service_rm.yaml"

This reverts commit a983380a5625b471f1a03f8ed2301ead72f98f1b.

* Revert "Update docker_secret_rm.yaml"

This reverts commit 4c454b883c300e26fbb056b954bb49ec2933b172.
2017-04-25 11:33:27 -07:00
Julien Maitrehenry 3edabae435 Fix manager and worker join tokens
* Fix manager and worker join tokens. Issue #2088.

Fix screenshots per issue #2126

Move vote images to correct dir

Fix rendering issue with inline code snippet #1990

Fix for stack yaml reference (#1476)

Fix image link

Add shutdown procedures for #1017

* Make the fix asked in the PR

Little fix
2017-04-21 14:05:12 -05:00
Steven Hanna b43c302c46 Spelling mistakes (#2970)
* Spelling mistakes

* Delete last_page.md
2017-04-20 17:26:18 -05:00
Bill a3a7ae1e0b replaced docker/docker with moby/moby (#2879)
* replaced docker/docker with moby/moby

* fixed incorrect name changes in release notes

* fixed mentions of moby/moby in code
2017-04-20 15:32:18 -05:00
John Mulhausen 8820cfa6ff New 6-page "Get Started" (#2296)
* Create index.md

* Create part2.md

* Create part3.md

* Create part4.md

* Create part5.md

* Rewrite step 2

* Update part2.md

* Update part2.md

* Update part2.md

* Update part2.md

* Update part2.md

* Update part2.md

* Update index.md

* Rewrite of part 3

* Tabs-based swarm instructions, pass 1

* Rewrite of parts 3 and 4, tabs implementation

* Navigation, rewrites, part 4 completion

* Part 5 w/Redis

* Part 5, compelte Redis, rename part 6

* TOC/redirect implementation

* Update part6.md

* Changing links to point to new tutorial

* Rewrites and asciinemas

* Fix overview

* Label diagrams

* Fix button

* Fix link to where Stacks are covered

* Fix typo

* s/file/directory

* Reformat paragraph

* Shorten tabs

* Typos

* Release DTR 2.2.4, 2.1.6

* Go back to small /edge (#2736)

* Go back to small /edge

* Update site front page

Add info about Editions
Reorganize components
Update headings

* Move logic of fetching content to a script

* Add v1.28 API

* Add info about versioned API

* Fix a few 404s (#2785)

* Fix typo

* Propose use of another word (#2791)

I think that interested is better than invested, in this case.

* Update secrets.md (#2780)

remove correct secret

* Change mount syntax on windows from //c/ to c:\ (#2761)

LGTM

* Update hackathon.md (#2773)

* nodes.md grammar correction (#2802)

* Grammar and formatting check (#2797)

* Wrong article

If the first word starts with a vowel sound you use an. If the first word has a consonant sound use a.

* Making the text bold

Removing backticks because probably the text needs to be bold and not marked as code.

* Update overview.md (#2805)

It should say 'predecessors', not 'successors'. Otherwise the sentence and the subsequent example don't make sense.

* shrink some big images (#2798)

Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com>

* #2627 (#2804)

- Fix right sidebar overflow on rescale

* Update hackathon.md

* change pre-build to pre_build to remove confusion (#2813)

* change pre-build to pre_build to remove confusion

* clarify that pre_build hook refers to a file

* Update TOC to sentence case (#2790)

* add more info about DTR on the overview page (#2794)

fix #1904

* Update glossary.yaml (#2807)

Fix #2575.

* fix imports since docker api pkg migration, fix example repository name to be canonical (#2806)

* tweak: code format for filename (#2829)

* tweak: code format for filename

slight reword, so as to avoid confusion w/filename

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* small changes just to kick build again

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Update hackathon.md

* fix broken links (#2808)

* fix broken link (#2809)

* [CONTRIBUTING] update broken link (#2826)

* [Debian] add gnupg2 requirement for stretch (#2823)

* TOC/redirect implementation

* Changing links to point to new tutorial

* Rewrites and asciinemas

* Fix bad merge

* Metadata, formatting

* Front page formatting, link instrumentation
2017-04-18 03:32:37 -05:00
unclejack 4a8bdb1b63 shrink some big images (#2798)
Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com>
2017-04-16 17:09:53 -07:00
Akim Demaille 8b066e6cb2 Minor fixes (#2759)
- use macOS consistently
- fix layout of a `ls` output
2017-04-13 17:36:06 -07:00
Victoria Bialas 373a4cf225 Docker for Mac and Windows release notes 1705 edge (#2764)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-04-13 12:31:53 -07:00
Henri-Lo 3a1c56000e Example for sharing dir btw host and container (#1408) 2017-04-07 13:41:36 -07:00
Victoria Bialas 006aed530f misc updates to d4mac and win, kitematic (#2663)
copyedits on Kitematic, fix Mac install page

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-04-06 19:49:52 -07:00
Victoria Bialas f1461e897a d4mac-win 17.04.0-ce release notes, Windows server installer download (#2657)
fixed links and table formats

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-04-06 16:04:48 -07:00
Victoria Bialas 1a9fb5e720 clarified Cloud menu integration edge only (#2543)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-03-29 14:39:29 -05:00
Victoria Bialas 1fdf927714 d4mac-win relnotes, stable/edge descriptions, checksums (#2518)
* changed dates for release notes

relnotes dates, installer checksums, stable/beta updates

added an extra note re: VirtualBox

updated image for d4mac preference menu

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* image update per on file sharing

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-03-28 16:09:47 -07:00
Victoria Bialas 067756b723 added checksums to d4mac, d4win installer downloads page (#2508)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-03-28 10:40:09 -07:00
Victoria Bialas 5392b59e3b updated release date for latest edge (#2447)
beta to edge in download installers links

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-03-22 14:05:45 -07:00
Victoria Bialas 54eaf67004 d4mac-win-ce-1703-1 updates (#2412)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-03-22 11:50:44 -07:00
Misty Stanley-Jones fb7c73908b Update the styleguide (#2332)
* Update the styleguide

Also normalize admonition titles with the colon outside the bold.
2017-03-15 09:46:30 -07:00
Joao Fernandes 44a2ff20df Fix broken markdown (#2256)
Fixes #2221
2017-03-10 11:51:14 -08:00
Victoria Bialas c3ed9e911b removed checksums from d4mac-d4win installs for now (#2245)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-03-09 23:08:38 -08:00
Victoria Bialas 9c74e272ec added redirects to d4mac, d4win index pages
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-03-08 19:32:00 -08:00
Victoria Bialas 8c84bee670 fixed formatting
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-03-08 18:46:08 -08:00
Victoria Bialas 3d8c0e220a 17.03 CE mac2 hotfix release notes, tweaks to notes
more beta to edge terminology updates

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-03-06 13:42:35 -08:00
Misty Stanley-Jones 8d9e90a6cd Lots of formatting fixes to do with buttons 2017-03-02 15:51:17 -08:00
Victoria Bialas 621f92bae6 Merge pull request #2016 from xolotl/patch-1
move system auth description
2017-03-02 15:25:06 -08:00
Victoria Bialas 4e7dfb7c85 clarified what's standard v. beta mode on cloud docs home page
added heading and description of Swarm mode below table, tweaked headings

added Swarms screen snap

added a standard mode indicator to infrastructure overview title

re-organized order of topics in table and below

re-wording to swarm topic, added x-refs from d4mac, d4win to cloud topics

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-03-02 11:46:48 -08:00
Victoria Bialas 04b52f9234 update output of version and info commands
added Windows command outputs for version and info

format updates to Windows commands

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-03-02 09:12:09 -08:00
Victoria Bialas 577d8eb82c updated, fleshed out 17.03 stable and edge relnotes per actual release
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-03-02 07:40:13 -08:00
Misty Stanley-Jones 3108d86b6d Docker 17.03 release (#2050)
* First pass of tabs-based organization

* Improvements

* Second pass at tabs org

* Move tab highlighting to Liquid instead of JS

* Adding forwarding links for in-product TOCs

* Move to pre-rendered left-navs instead of post-load JS for TOC sync

* Optimizations and nosync-ing the Reference section

* Optimizations, fix Cloud YAML

* Make a "Sample applications" node

* Update index.md

* Tabs CSS fixes and 12-factor reposition

* Theme Start (#1709)

* Hooking up nav to real TOC data, formatting fixes

* Fixing JS error

* Layout updates, dark themes, tons o stuff (#1971)

* Add cookie saving for day/night mode

* Newsite tabs (#2004)

* Layout updates, dark themes, tons o stuff

* Update themes

Theme updates + scaffolding

* Update style.css

* Update style-alt.css

* Missing font fixes

* Import Open Sans from Google

* Font fix, archive removal in TOC, favicon, Feedback img fix

* Oops, returning -webkit-font-smoothing: antialiased;

* Add old favicon.ico

* Make archives a non-tiered link

* Reorder docs archive to newest-first, add local instructions

* Commenting out day/night switch for now

* Fix 'rate this page'

* Rate this page fixes

* Autocomplete and Docker Cloud fixes

* Open tree to current page

* Adding indentation for nav collapse in

* Ensure left nav visibly displays the current topic

* Update flex layout

- adjust rescale
- code block styles

* add focus to search

- force code block color (for now)
- increase section max-width

* increase content padding

- add padding to toc for wrapping long strings.

* grid adjustment

- grid
- content and wrapper adjustments for mobile

* left/right sidebar adjustments

- refine position on scroll for toc on landing

- add default height to compensate for upcoming position absolute
onScroll

* side bar overflow

- hidden on X-scroll

* fix version button

- override bstrap defaults

* tabs + buttons

* update landing svgs

* fix sidebar height

set to 100% on landing pre-affix

* Update blurb about engine/editions on front page

* add side menu to mobile collapse menu

* update classnames

* overall mobile tweaks

* Right-nav highlighting and auto-scroll

* Slightly slower right-nav highlighting, correct version

* add toggle menus for small devices

* Fixing JS error/Docker 1.13>17.03

* header updates

* re-add fan to header

* update transition time

* Add first 20 words to Twitter card

* fixed width of components

- lockdown elements on rescale (wil need more TLC)

* set max-width of content

* Left and right nav resizing w/footer scroll and window resize

* update links on landing page

* Fix for overzealous resizing, JS redundancies

* Fix for JS error on homepage

* JS error fixes

* toggle adjustments

- wrap toggle button

* add tab width

* version button type

* version button both headers

* tabs - fix typo

* landing page grid

* components

* Share images, JS fixes, Marketo removal

* Anchor links fix

* Fix for black space on mobile

* Restore hamburger (partial)

* Update run.md

Minor grammar cleanup.

* Update apparmor.md

I'm a little confused about which one is better to be used here, a period (.) or a colon (:),  as a command is given below. Or both are OK, and we only have to keep consistency in a single page.

* Update apparmor.md

Fixed the indentation for the codeblock (indented by 4 spaces). Thank you for your careful review.

* Replacing service with secret

* Update networking.md

fix typo with triple "m" for command word

* Update run.md

Address PR feedback.

* Update install instructions to latest version

* Added "related topics" section

* Add documentation for mem_swappiness

* Update to new Docker version scheme (#1926)

* mem_swappiness for current version and v1

* merge other changes, fix typo

* There is no OpenSuSE and there never was

though we had SuSE and S.u.S.E.

* Add release notes for 1.12.6-cs9 (#2028)

Signed-off-by: Brian Goff <cpuguy83@gmail.com>

* need sudo to access key cache (#1931)

* need sudo to access key cache

* List other keyservers to try for cs-engine install (#2033)

* List other keyservers to try for cs-engine install

Sometimes ha.pool.sks-keyservers.net goes down, so let's provide some
other keyservers to try in such cases.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>

* Update work_issue.md (#2030)

Change "re-start" to "restart". Though not included in "Prefered usages" in the documentation guide, but I think "restart" is better and used more frequently. Besides, some other docs here, such as "Keep containers alive during daemon downtime" of "Admin Guide", also use "restart".

* Update create_pr.md (#2015)

* Update work_issue.md (#2013)

Change "id" to "ID" except for those in code.

* Update set_up_dev.md (#2011)

Add periods (.) in some steps.

* Update set_up_dev.md (#2010)

Apply Oxford Comma as described in the documentation guide.

* Update create_pr.md (#2014)

Delete an extra space.

* Update trust_key_mng.md (#1883)

* Update trust_key_mng.md

* Update trust_key_mng.md

I don‘t know how the whitespace appears, and it seems that it appears because something happened related to its original format (right-aligned pipe characters) and my change. Still unknown. 

Now I've deleted some redundant whitespace.

* Update 

I don‘t know how the whitespace appears, and it seems that it appears because something happened related to its original format (right-aligned pipe characters) and my change. Still unknown. 

Now I've deleted some redundant whitespace.

* Update content_trust.md (#1912)

* Update content_trust.md

* update deprecation policy

Signed-off-by: Victor Vieux <victorvieux@gmail.com>

* Update info about how to check whether Docker is running

* Updated docs to reflect edge channel

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

* Updated wording for SP creation

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

* beta to edge, cloud features first draft

added cloud images

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Distinguish between cloud stack file and stack file

* Added EE links

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

* Use variables

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

* Replace deprecated MAINTAINER with LABEL (#1445)

Replace MAINTAINER instruction with LABEL as MAINTAINER was deprecated in https://github.com/docker/docker/pull/25466

* Updates for Docker CE and Docker EE

* Updated DDC launch button

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

* added Docker Cloud topics for Mac and Windows

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* d4mac, d4win stable and beta release notes for 17.03.0

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-03-02 05:54:49 -08:00
Olexandr Shalakhin 94cdaba893 Update networking.md
fix typo with triple "m" for command word
2017-02-28 20:58:25 +02:00
Nate Angell 155f47688c move system auth description
The requirement to auth to one's local system was in step 1, install, when in practice, the auth comes during step 2, first launch.
2017-02-28 01:25:37 -08:00
Victoria Bialas 9e8901820b split out redirect note to system requirements for both mac and windows
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-02-24 10:34:45 -08:00
Victoria Bialas f877b4ca97 added a link target for legacy location system requirements w/x-ref to new location
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-02-23 10:14:19 -08:00
Victoria Bialas 9490085b32 updates for d4mac, d4win CE v.17.03.0
more updates on d4mac, d4win home pages

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-02-22 17:06:31 -08:00
John Mulhausen b513ecde18 Tabs-based organization (#1420)
* First pass of tabs-based organization

* Improvements

* Second pass at tabs org

* Move tab highlighting to Liquid instead of JS

* Adding forwarding links for in-product TOCs

* Move to pre-rendered left-navs instead of post-load JS for TOC sync

* Optimizations and nosync-ing the Reference section

* Optimizations, fix Cloud YAML

* Make a "Sample applications" node

* Tabs CSS fixes and 12-factor reposition

* Fix auto-complete left-padding

* Fix auto-complete right-padding (for symmetry)

* Fix for no left-nav on Compose file

* Fix weird wrapping on smaller screens for tabs

* reorganized d4mac, d4win per tabs structure, split out install guides

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Update reference urls to latest DDC version

* Reintroduces changes ebe778b..9abc9e to TOC

* Update allpagelinks.md

* hid the on-page TOC's for d4mac d4win topics as needed

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Add a Hopscotch tour of the new navigation
2017-02-15 17:23:45 -08:00
Victoria Bialas 7b5eca08d9 review comments from Misty
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-02-10 10:59:53 -08:00
Victoria Bialas d0ad358471 d4mac, d4win stable 1.13.1 release notes
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-02-10 10:56:18 -08:00
Victoria Bialas 52bb6da46d beta 41 release notes
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-02-07 11:10:22 -08:00
Misty Stanley-Jones eb3c38fda5 Remove manual TOC from D4M and D4W release notes 2017-02-01 19:49:14 -08:00
Victoria Bialas 0214bd5bf1 adding d4mac, d4win beta 40 release notes
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-01-31 08:00:20 -08:00
Steve Mao 633c5b07e0 fix typo (#1442) 2017-01-31 04:43:04 -08:00
Victoria Bialas 274a666900 clarified that experimental mode is enabled in d4mac, d4win
updated stable, beta download, and experimental mode descriptions with more detail

copyedits

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-01-30 17:43:43 -08:00
Victoria Bialas 97b2b19294 added better description of disk image beta 39 feature
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-01-27 10:06:54 -08:00
Victoria Bialas 454cac1e18 kicking Jenkins for a re-build
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-01-26 17:18:17 -08:00
Victoria Bialas 89a827590e updated 'where to go next' x-refs to tutorials
updates for new advanced settings UI w/disk image labels d4mac

reformatted what the install includes lists in intros

copyedits

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-01-26 16:40:23 -08:00
Misty Stanley-Jones 9e29d0e03d Fix more broken links and images 2017-01-26 11:36:27 -08:00
Misty Stanley-Jones ef95a915eb Fixing broken links
Formatting improvements along the way
2017-01-25 11:51:14 -08:00
Victoria Bialas 62ebf270e3 d4mac, d4win beta 37, beta38 release notes
updated beta 38 release notes title on d4win

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-01-20 13:41:37 -08:00
Victoria Bialas 2b0273a929 d4mac, d4win stable 1.13.0 docs
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-01-19 22:40:18 -08:00
Victoria Bialas 6fe9da7e2b d4mac, d4win release notes
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-01-19 22:40:10 -08:00
John Mulhausen 50de4479a1 Restructure navigation for Editions 2017-01-19 11:04:55 -08:00
Ben Firshman 2f3218c2c4 Rename Remote API to Engine API
See https://github.com/docker/docker/issues/28319

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2017-01-19 10:43:43 -08:00
Adrien Duermael 41cdf339f6 CI - added tests for relative links [DO NOT MERGE] (#1052)
* CI - added tests for relative links

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* fixes to check relative links properly

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* /engine/extend/plugins/ -> /engine/extend/legacy_plugins/

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* do not build /tests folder with Jekyll…

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* list all problematic urls in each file

don’t stop at first error encountered

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* removed “stack tasks” from menu (toc.yaml)

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* fixed broken links

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* fixed broken link in docker-for-mac/osxfs.md

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* fixed broken links in /index.html

Signed-off-by: Adrien Duermael <adrien@duermael.com>
2017-01-17 13:11:15 -08:00
Victoria Bialas 627132deb0 added Linux Kernel upgrade to relnotes
added new bug fix item

toolbox fixes

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-01-13 13:07:46 -08:00