Commit Graph

54089 Commits

Author SHA1 Message Date
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
Ashwin Maroli 02d087c63a
Stash computed data in a Liquid variable (#10462)
* Stash computed data in a variable

To avoid computing `site.data[include.datafolder][include.datafile]` multiple times for the same context.

* Revert change to hard-tab whitespace
2020-03-20 13:08:19 +00:00
Usha Mandya 6d1e28ad5b
Merge pull request #10494 from usha-mandya/desktop-ent-toc
Moved the DDE TOC entry
2020-03-20 12:51:45 +00:00
Usha Mandya e74977332b Moved the DDE TOC entry 2020-03-20 12:26:23 +00:00
Stefan Scherer 53de7c6f96
Remove Jenkins pipelines
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2020-03-20 12:30:40 +01:00
Stefan Scherer a825381421
Merge pull request #10485 from docker/switch-stage-to-s3
Deploy docs-stage to S3 instead of swarm
2020-03-20 11:50:46 +01:00
Usha Mandya 5796c7603a
Merge pull request #10477 from thaJeztah/remove_fixed_domain
config: remove docs.docker.com as site URL
2020-03-20 10:15:23 +00:00
Stefan Scherer 41adebaa92
Deploy docs-stage to S3 instead of swarm
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2020-03-19 20:25:06 +01:00
Usha Mandya afd7b2b516
Merge pull request #10481 from thaJeztah/unnest_app_development
Develop with Docker: remove nesting, and some restructuring
2020-03-19 12:04:34 +00:00
Justin Cormack 92a231a979
Remove obsolete products
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2020-03-19 11:08:15 +00:00
Sebastiaan van Stijn 43bba8317c
Develop with Docker: remove nesting, and some restructuring
- Remove the "Develop your apps on Docker" section, as there
  was only a single section.
- Shorten titles in the navigation: the page itself still
  has the full title. Some titles also didn't match the
  title on the page.
- Changed "Docker build enhancements for 18.09" to
  "Build images with BuildKit" to help discovery of the
  BuildKit back-end.
- Some minor (Markdown) touch-ups of the BuildKit topic.
- Moved "Create a base image" lower in the navigation,
  because it's an advanced topic that most users won't
  be using (generally, using the official base images
  from Docker Hub would be recommended).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-19 11:55:22 +01:00
Usha Mandya 919714630f
Merge pull request #10480 from thaJeztah/remove_old_third_party
Remove third-party tools / topics
2020-03-18 22:38:24 +00:00
Usha Mandya 42b54a5b0e
Merge pull request #10483 from usha-mandya/desktop-2584
Add note on case-sensitive filenames
2020-03-18 22:15:32 +00:00
Usha Mandya 52216a4f52 Add note on case-sensitive filenames 2020-03-18 14:16:58 +00:00
Sebastiaan van Stijn ba8a3bcf6a
Remove third-party tools / topics
These pages were no longer maintained, and some links to
external websites were no longer active.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-18 14:38:12 +01:00
Usha Mandya 5c7b1ac7f6
Merge pull request #10476 from thaJeztah/release_notes_cleanup
CE+EE Engine release notes cleanup and restructure
2020-03-18 13:34:34 +00:00
Sebastiaan van Stijn 93e24fe60e
Move release notes inside each product's section
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-18 14:09:17 +01:00
Sebastiaan van Stijn 1a6002981f
[ee] remove "CE" mentions from Enterprise release notes
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-18 14:02:04 +01:00
Sebastiaan van Stijn 83c925d14a
[ee] release notes: fix up title and notes
- move notes about packaging changes to the 18.09 section
- fix install/upgrade instructions referencing "ce" packages
- changed title to mention "Enterprise"

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-18 14:02:02 +01:00
Sebastiaan van Stijn 4da1e36c3e
[ee] remove "Docker EE" prefix from headings
Now that we only have "enterprise" releases listed on this
page, we can remove the "Docker EE" prefix from the headings

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-18 14:02:00 +01:00
Sebastiaan van Stijn 624ecec7f5
[ee] remove community engine 17.06.x release notes
These release notes were already consolidated with the
corresponding "enterprise" release notes.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-18 14:01:58 +01:00
Sebastiaan van Stijn b14da3e33e
[ee] consolidate 17.03.x release notes
Docker Engine Enterprise 17.03.x releases are based on the
Community Edition release. Consolidate the changelogs.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-18 14:01:56 +01:00
Sebastiaan van Stijn e1f31a2373
[ee] consolidate 18.03.x release notes
Docker Engine 18.03.1-ee-1 was the first 18.03.x release of
Enterprise Engine, and based on Docker Community engine 18.03.1.

This patch merges the 18.03.0-ce and 18.03.1-ce changelogs into
the 18.03.1-ee-1 section.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-18 14:01:54 +01:00
Sebastiaan van Stijn 946ba7defc
[ee] remove community-only releases from enterprise changelog
Edge releases were community only, and 18.06, 17.12, and 17.09
were not released as enterprise edition.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-18 14:01:52 +01:00
Sebastiaan van Stijn 6c6ed0e6a5
engine: remove some EE references from CE release notes
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-18 14:01:50 +01:00
Sebastiaan van Stijn e87106b2fd
engine: consolidate prior release notes
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-18 14:01:36 +01:00
Sebastiaan van Stijn f6dd4bce22
engine: remove enterprise-only release notes
Enterprise release notes have been copied / moved

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-18 14:00:36 +01:00
Sebastiaan van Stijn f73a26abfd
engine: extract release notes per major version
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-18 14:00:34 +01:00
Sebastiaan van Stijn 0bb62b901c
engine: move release-notes to directory
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-18 14:00:30 +01:00
Sebastiaan van Stijn 7fbb657ea1
config: remove docs.docker.com as site URL
Having this variable set causes redirects to always redirect to
https://docs.docker.com, which makes it not possible to preview
redirects locally, or to host them on a different domain (e.g.
on a staging domain).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-18 11:40:01 +01:00
Usha Mandya d34430b425
Merge pull request #10472 from thaJeztah/reference_code_hints
update code-hints in engine reference
2020-03-18 09:57:38 +00:00