Commit Graph

1056 Commits

Author SHA1 Message Date
Usha Mandya 734d1b30f0 Add Convert to org docs 2020-06-08 12:31:00 +01:00
Sebastiaan van Stijn 7c2455a30c
Remove enterprise from config, and remove ee-specific includes
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-06-02 09:47:18 +02:00
Sebastiaan van Stijn b7f5b9f602
Remove enterprise pages from TOC
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-06-02 09:47:15 +02:00
Sebastiaan van Stijn 97eb2befbf
Remove old hackathon topic (#10893)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-05-26 17:46:44 +01:00
Usha Mandya c60f87dd60 Updates to mutagen doc 2020-05-20 15:54:27 +01:00
Usha Mandya 1146a688c4
Merge pull request #10838 from usha-mandya/justincormack/smarmclassic
Remove Swarm Classic docs
2020-05-19 13:37:50 +01:00
Jérémie Drouet e38a3f2265 add home button to every page
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-05-19 08:56:57 +02:00
Usha Mandya 3864d792fd Update ToC and add redirects 2020-05-18 23:51:52 +01:00
Usha Mandya a1dd652c9f
Update navigation for Guides (#10829) 2020-05-18 18:57:12 +02:00
Usha Mandya 9cf2dd6851
Merge pull request #10810 from usha-mandya/hub-3886
Add Docker pricing docs
2020-05-14 17:11:34 +01:00
Usha Mandya 17ffe8e050 Add docs for seat-based pricing 2020-05-14 15:30:00 +01:00
Usha Mandya 3fd77b36a8
Fix a dangling topic (#10807) 2020-05-14 08:47:58 +01:00
Stefan Scherer a8ce0f0eea
Move WSL page, update to Windows 10, version 2004 (#10745)
* Move WSL page

Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>

* Update Windows 10, version 2004

Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2020-05-13 00:41:46 +01:00
Usha Mandya a9a6c22b14
Docs for Windows Home support and QSG (#10669)
* - Added a new topic to describe how to install Desktop on Windows Home machines.
- Update installation instructions on Windows/Mac topics
- Removed references to Toolbox from the Install topics
- Updated the Install pages to add info on the new onboarding tutorial on startup

* Update docker-for-windows/install-windows-home.md

Co-authored-by: Stefan Scherer <stefan.scherer@docker.com>

* Update docker-for-windows/install-windows-home.md

Co-authored-by: Stefan Scherer <stefan.scherer@docker.com>

* Update docker-for-windows/install-windows-home.md

Co-authored-by: Stefan Scherer <stefan.scherer@docker.com>

* Update docker-for-windows/install-windows-home.md

Co-authored-by: Stefan Scherer <stefan.scherer@docker.com>

* move WSL 2 req above Hyper-V reqs

* Add info on purge container data

Co-authored-by: Stefan Scherer <stefan.scherer@docker.com>
2020-05-11 14:15:40 +01:00
Usha Mandya ba7819fed6
Add Docker Desktop Overview topic (#10718)
* - Added a new Overview topic for Docker Desktop
- Moved Dashboard up one level and removed OS-specific topics and images from the Mac and Windows directories

* Updated the Desktop TOC
- Moved Install topics above Getting started topic
- Moved Open source licensing up one level
- Removed OS-specific topics

* Fix review comments
2020-05-01 08:43:25 +01:00
Sebastiaan van Stijn 9660a33356
update engine reference with latest changes from 19.03 (#10716)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-28 11:44:45 +01:00
Sebastiaan van Stijn 17ff6ff8fd
engine: remove stub for deprecated top-level "deploy" command
This is a follow-up to d4ead1b120,
which removed the datafile for `docker deploy`, but didn't remove
the stub or removed it from the TOC.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-28 10:57:37 +02:00
Sebastiaan van Stijn eb948508c1
various: use relative markdown links
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-23 13:03:53 +02:00
Sebastiaan van Stijn 82092fe879
Update YAML docs with latest version from 19.03 branch
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-20 15:38:44 +02:00
Usha Mandya cff03687be - Moved Desktop Enterprise topics to a new location as there are plans to set global redirects for /ee/ topics.
- Added redirects to all the topics to ensure any hard links redirect to the new location
2020-04-20 08:14:23 +01:00
Charles Chan 3ad57b1bf3
Re-order Compose TOC (#10593)
This makes more sense since environment variables and .env file is first mentioned in the section labelled "Environment variables in Compose"
2020-04-15 07:17:47 +01:00
Usha Mandya 1a117ec94b Consolidate Desktop toc entries 2020-04-07 09:29:24 +01:00
Usha Mandya 5cedce4831
Merge pull request #10578 from thaJeztah/api_docs_update
Engine API: remove per-branch fetching of API docs
2020-04-06 16:11:26 +01:00
Usha Mandya 80d9adaf7b
Merge pull request #10479 from thaJeztah/reorganize_engine_section
Engine: reorganize install topic
2020-04-06 15:38:53 +01: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 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 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
Usha Mandya c56b7a618c Engine and Hub TOC updates 2020-03-23 08:44:53 +00:00
Usha Mandya 6c99102cc4 Update docs archive toc 2020-03-20 15:05:06 +00:00
Usha Mandya e74977332b Moved the DDE TOC entry 2020-03-20 12:26:23 +00: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
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
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
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 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 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 421e4ca41d
update code-hints in engine reference
Regenerated the yaml files with the latest version from the
19.03 branch on docker/cli

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-17 17:06:42 +01:00
Sebastiaan van Stijn c588fbe5ca
Update engine cli reference to fix some missing descriptions
Regenerated the yaml files after fixing a bug in the generator
script that caused some extended descriptions and examples
to not be included.

Also fixes the generated YAML to use the "long form" format,
instead of the compact format (where newlines were encoded
as `\n`). This makes the YAML more "human readable", and makes
reviewing updates easier.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-16 12:39:12 +01:00
Sebastiaan van Stijn 6097d48eaa
Don't nest Dockerfile and Compose-file reference
The list of items in the left-hand menu is not too long,
so to improve discoverability, moving these two sections
one level "up".

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-14 09:38:52 +01:00
Sebastiaan van Stijn a5830d0c16
Move "File formats" under "CLI and API reference"
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-14 09:38:46 +01:00
Sebastiaan van Stijn c870e75a93
Rename "Command-line reference" and "API reference"
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-14 09:37:24 +01:00
Sebastiaan van Stijn 73c9649967
Move "Glossary" from top nav to "reference" section
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-14 09:10:38 +01:00
Dawn-Docker Enterprise 71b66710b4
DTR release notes for March 2020 Amberjack patch release (#10425)
* DTR release notes for March 2020 Amberjack patch release

* updating dtr and ucp product versions and links to tarballs

* fixing typo

Co-authored-by: Dawn W Docker <dawn.wood@users.noreply.github.com>
2020-03-10 17:09:25 +00:00
Sebastiaan van Stijn c78b3bee78
Reduce list of archives to supported enterprise versions
Docker Enterprise actively supports the 17.06, 18.03, 18.09, and
19.03 versions, with 17.06 and 18.03 reaching EOL soon.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-25 17:15:22 +01:00
Sebastiaan van Stijn ee407ac0ef
Move SDK examples under "sdk"
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-24 17:15:06 +01:00