Commit Graph

54322 Commits

Author SHA1 Message Date
Usha Mandya e91091bf8b
Merge pull request #10577 from thaJeztah/compose_ref_toc
compose: add "docker-compose" to CLI reference TOC
2020-04-06 15:30:38 +01:00
Usha Mandya d8097278d0
Merge pull request #10573 from ashmaroli/optimize-tag-list-logic
Optimize keywords-list logic in docs layout
2020-04-06 13:34:04 +01:00
Sebastiaan van Stijn 569f448ac7
engine: cleanup install page, add info about derivatives
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-06 14:04:27 +02:00
Sebastiaan van Stijn d5207b0580
engine: remove overlap between "overview" and "install" page
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-06 14:04:20 +02:00
Sebastiaan van Stijn 3b2f3f6f06
Engine API: remove per-branch fetching of API docs
now that all API versions are unified in both the "master" and
release branches, we can fetch then all at once with svn.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-06 12:14:37 +02:00
Sebastiaan van Stijn aa1ab278b5
compose: add "docker-compose" to CLI reference TOC
Links to reference pages for each command were shown without `docker-compose`.
Given that there's similar commands for the `docker cli`, it's easy for users
to confuse the pages. The `docker` CLI reference prefixes all commands with
`docker`, so updating the Docker Compose section to use the same.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-06 11:28:25 +02:00
Sebastiaan van Stijn d813acb6e1
Engine: reorganize install topic
- Move getting started overview to /get-started/overview/
- Move engine installation files under /engine/
- Redirect the top-level /install/ to /get-docker/
- Updated titles in left-hand navigation
- Added back some pages to the navigation that were
  currently not included.
- Reduce some steps in the installation pages
- Move devicemapper prerequisites to the devicemapper
  storage driver page.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-06 10:50:28 +02:00
Usha Mandya 73293d4e71
Merge pull request #10453 from flintjr/patch-1
Update fedora.md
2020-04-06 07:50:45 +01:00
Usha Mandya fcbd800f90
Minor text edit
Updated the suggested text for clarity.
2020-04-06 07:41:02 +01:00
Ashwin Maroli 1d9c7fd691 Optimize keywords-list logic in docs layout 2020-04-05 17:05:54 +05:30
Rupak Ganguly e0e9d7d4f2
Fix example
Add a trailing \
2020-04-03 15:01:25 -04:00
Usha Mandya 74d6897d83
Merge pull request #10567 from usha-mandya/ipv6-patch
Add note on IPv6 support
2020-04-03 15:45:32 +01:00
Usha Mandya 3e3e72c6c1 Add note on ipv6 support 2020-04-03 15:34:56 +01:00
Usha Mandya dabe60a304
Merge pull request #10564 from docker/send-slack
ci: Send slack after successful publish
2020-04-02 16:12:42 +00:00
Stefan Scherer 7d2c555964
Send Slack notification after publish
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2020-04-02 18:04:16 +02:00
Justin Cormack e9a37e9cce
Consistently use docker-desktop for Kube context (#10560)
This changed and both work, but this is the correct form.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2020-04-02 12:15:22 +01:00
Usha Mandya 426936932a
Release notes for Edge 2.2.3.0 (#10540)
* Release notes for Edge 2.2.3.0

* Add release date and download URL
2020-04-02 12:09:46 +01:00
Usha Mandya 51898b4920
Merge pull request #10543 from usha-mandya/desktop-2551
WSL 2 backend updates for Edge release
2020-04-02 11:06:47 +00:00
Usha Mandya 199907a995
Merge pull request #10527 from mat007/desktop-stable-2.2.0.5-release-notes
Add Docker Desktop Stable 2.2.0.5 release notes
2020-04-02 10:48:58 +00:00
Usha Mandya 9b90d98c8e
Merge pull request #10559 from usha-mandya/engdocs-347
Move Networking and Storage topics
2020-04-02 10:47:28 +00:00
Mathieu Champlon 7786c0bf30 Add Docker Desktop Stable 2.2.0.5 release notes 2020-04-02 12:33:07 +02:00
Usha Mandya 83768da29a Move Storage topics
Moved the 'Manage application data' topics to 'Run your app in production' section in the TOC.
2020-04-02 10:52:35 +01:00
Usha Mandya c34ceb9c27 Move networking topics
Moved the Networking topics to the Run your app in production node as they logically belong to this section.
2020-04-02 08:42:27 +01:00
Usha Mandya 4ba1276f4c WSL 2 backend updates for Edge release 2020-04-01 14:32:38 +01:00
Usha Mandya 7500f47f41
Merge pull request #10553 from thaJeztah/update_ignores
remove Jenkinsfile from dockerignore
2020-04-01 13:16:21 +00:00
Sebastiaan van Stijn 9a8b866072
remove Jenkinsfile from dockerignore
There's no longer a Jenkinsfile in this repo, so we can remove it

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-01 13:42:44 +02:00
Sebastiaan van Stijn 331554f4b3
Fix various links that were generating URLs with `.md` (#10548)
* Fix incorrect links in compose section

there's a bug causing wrapped links to not work, and replacing
some links to point to the .md file, so that IDE's can check
if the anchors are valid. Also replaced some links to point
to their new location.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* engine/swarm: update links

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* Fix various broken links

There's a bug in the "jekyll-relative-links" plugin that causes wrapped links to not work.
Also replacing some links to point to the .md file, so that IDE's can check if the anchors
are valid. Finally, replaced some links to point to their new locations, so that users don't
get redirected..

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-01 12:05:50 +01:00
jureaky cdee2dd67c
Fix wrong device path in NFSv4 volume example (#10429)
In section Create a service which creates an NFS volume,
NFSv3 command states right device path(:/var/docker-nfs),
but NFSv4 command is not configured to refer that path.
So updated the path.
2020-03-31 17:13:08 +01:00
Sebastiaan van Stijn 36a0ea227c
Merge pull request #10397 from erikmd/update-install-debian
Update install/linux/docker-ce/debian.md
2020-03-31 17:12:16 +02:00
hhchou d90d0a47c7
Update part2.md (#10457)
Updated the dockerfile comments consistent with ending period marks.
2020-03-31 15:47:51 +01:00
Sebastiaan van Stijn 2f99b92dcc
Merge pull request #10513 from Zayah117/patch-1
Remove `restart` and `stop` from command list.
2020-03-31 13:06:44 +02:00
Sebastiaan van Stijn aaa4fb6225
Merge pull request #10518 from qckzr/patch-1
Fixing bad url related to #10517
2020-03-25 23:53:47 +01:00
Hector S 4a3f0a68c4
Fixing bad url related to #10517 2020-03-25 22:37:34 +01:00
Usha Mandya 80f1f1a009
Merge pull request #10507 from usha-mandya/engdocs-346
Product Manuals TOC update
2020-03-25 10:22:54 +00:00
Isaiah Baker 30b503904e
Remove `restart` and `stop` from command list.
UCP commands `restart` and `stop` have been deprecated and are no longer available in UCP 3.2.

https://docs.docker.com/ee/ucp/release-notes/#deprecations
2020-03-24 14:21:30 -05:00
Usha Mandya a5ddcc0eed
Merge pull request #10510 from StefanScherer/add-name
ci: Add name to GH Actions workflow
2020-03-24 09:57:17 +00:00
Stefan Scherer b5b4a9fa71
Add name to GH Actions workflow
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2020-03-24 10:23:53 +01:00
Sebastiaan van Stijn ad5128fa46
Merge pull request #10493 from StefanScherer/remove-jenkinsfile
Remove Jenkins pipelines
2020-03-23 19:57:02 +01:00
Usha Mandya e69e17c55a
Merge pull request #10508 from justincormack/2not3
Use original short forms of Docker commands
2020-03-23 16:57:30 +00:00
Usha Mandya 77b9d95273 Remove Template docs 2020-03-23 16:46:42 +00:00
Usha Mandya 2caa6c64e6 Remove Assemble docs 2020-03-23 16:33:04 +00:00
Justin Cormack ff0f496f4a
Use original short forms of Docker commands
The long forms of Docker commands have not caught on. I don't think we
should continue to encourage their use especially in the get started
guide. There is no evidence from online searches that anyone is really
using them. They are overly pedantic and verbose.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2020-03-23 10:58:11 +00:00
Usha Mandya c56b7a618c Engine and Hub TOC updates 2020-03-23 08:44:53 +00:00
Sebastiaan van Stijn e0c7db65a2
Merge pull request #10497 from usha-mandya/docs-archive-patch
Update docs archive toc
2020-03-20 16:22:18 +01:00
Usha Mandya 6c99102cc4 Update docs archive toc 2020-03-20 15:05:06 +00:00
Usha Mandya e2cab31395
Merge pull request #10487 from justincormack/rm-cloud-products
Remove obsolete products
2020-03-20 14:49:11 +00:00
Usha Mandya a532675821
Merge pull request #10496 from StefanScherer/disable-netlify
ci: Disable netlify-deploy for now
2020-03-20 13:56:35 +00:00
Stefan Scherer e7d2685289
Merge pull request #10492 from docker/switch-prod-to-s3
Upload published website to S3
2020-03-20 14:34:02 +01:00
Stefan Scherer ef6a67aad9
Disable netlify-deploy for now
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2020-03-20 14:32:07 +01:00
Stefan Scherer 759683a573
Upload published site to S3
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2020-03-20 14:08:20 +01:00