Sebastiaan van Stijn
9f4db87055
compose: add WordPress example to TOC
...
Also removes links to individual examples, instead linking
to the "compose samples" page.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-28 14:35:50 +02: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
Usha Mandya
1566e01673
Moved topics under engine/api/
2020-02-21 16:44:41 +00:00
Usha Mandya
797daef4cc
fix Engine API toc
2020-02-21 12:10:09 +00:00
Sebastiaan van Stijn
6de87b1476
Move classic overlay networking topic to swarm standalone section ( #10326 )
...
* Move classic overlay networking topic to swarm standalone section
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* Redirect old "getting started with overlay networks" to current page
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-20 12:16:04 +00:00
Usha Mandya
36aba6a7c6
Get started docs updates ( #10218 )
...
* Update Get started docs
* update part-1, add redirects
* draft updates to part 2 and 3
* tidy up the orchestration topics
* update examples, and other minor edits
* address Stefan's review comments
* moved orchestration to a new node
* fix Ben's review comments
* add email verification step
* Emphasize the CTA in part 3
2020-02-14 17:24:50 +00:00
Usha Mandya
f413de8c54
update notary toc
2020-02-13 10:33:02 +00:00
Usha Mandya
6c747aa5e8
Removed Edge from the list of archives ( #10248 )
...
* Removed Edge from the list archives list
* op - removed edge
* Added Edge Redirect
Co-authored-by: Olly P <oppomeroy@gmail.com>
2020-02-11 14:50:40 +00:00
Usha Mandya
3a8c20f8c6
Merge pull request #10267 from thaJeztah/update_engine_reference
...
engine: update reference docs with latest changes from 19.03 branch
2020-02-11 09:40:05 +00:00
Traci Morrison
d66e4cca0d
Merge pull request #10204 from traci-morrison/ucp-route-reflectors
...
Update route reflectors topic
2020-02-10 13:56:42 -05:00
Traci Morrison
069ed1962d
Update route reflectors topic
2020-02-10 13:54:58 -05:00
Sebastiaan van Stijn
d0fb9b16ed
engine: update reference docs with latest changes from 19.03 branch
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-10 17:44:23 +01:00
Traci Morrison
c40589eff9
Merge pull request #10187 from traci-morrison/ucp-content-audit
...
Edit for content audit
2020-02-07 12:26:03 -05:00
Traci Morrison
45043ab429
Edit for content audit
2020-02-07 09:08:09 -05:00
Dawn W Docker
5412158dda
moving references to the compliance repo
2020-02-06 14:07:57 -08:00
Olly P
0b7f1313e5
Update Variables for Jan Patch ( #10234 )
2020-02-04 12:22:08 +00:00
Dawn W Docker
f363c66c74
fixing spaces
2020-01-28 14:04:56 -08:00
Dawn W Docker
042c125150
fixing space issue in toc
2020-01-28 13:42:51 -08:00
Traci Morrison
b492a9b17c
Add 3.2.5 release notes
2020-01-28 15:33:00 -05:00
Sebastiaan van Stijn
7fb9bc05e4
Merge pull request #9984 from thaJeztah/remove_engine_commands
...
Remove "docker engine" commands
2020-01-22 16:40:27 +01:00
Sebastiaan van Stijn
ebc3b502ee
Update yaml files to remove "engine" subcommands
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-01-22 15:49:30 +01:00
Sebastiaan van Stijn
f24e2f1b4d
Remove "docker engine" subcommands
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-01-22 15:49:27 +01:00
Sebastiaan van Stijn
d4ead1b120
Remove "bundle" subcommand and support for DAB files
...
Deploying stacks using the "Docker Application Bundle" (`.dab`) file
format was introduced as an experimental feature in Docker 1.13 /
17.03, but superseded by support for Docker Compose files in the CLI.
With no development being done on this feature, and no active use of the file
format, support for the DAB file format and the top-level `docker deploy` command
(hidden by default in 19.03), will be removed from the CLI, in favour of
`docker stack deploy` using compose files.
This patch removes documentation for the `docker-compose bundle` subcommand,
which was used to convert compose files into DAB files (and given the above,
will no longer be needed).
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-01-22 15:34:58 +01:00
Usha Mandya
1ad123df72
Merge pull request #10051 from usha-mandya/desktop-stable-2.2-dashboard
...
Docker Desktop Dashboard updates
2020-01-21 11:10:42 +00:00
KoryKessel-Docker
c4425be2cf
Add Override a Vulnerability topic to DTR 2.5 docs.
2020-01-15 16:55:34 +01:00
Olly P
834a977126
Removed Interlock Dead Link ( #10136 )
2020-01-10 18:06:45 +00:00
Dawn W Docker
a3940fd108
moved cluster how-to content
2020-01-09 15:07:09 -08:00
Usha Mandya
515a1667f3
Merge branch 'master' into desktop-stable-2.2-dashboard
2019-12-23 12:37:49 +00:00
Usha Mandya
5123a2f16d
updating the toc to resolve merge conflicts
2019-12-23 12:35:45 +00:00
Dawn W Docker
485891a938
moving ucp ref to under ucp
2019-12-19 10:50:50 -08:00
Usha Mandya
bec362b67f
update engine toc and get docker page ( #1462 )
2019-12-19 18:20:02 +00:00
Dawn W Docker
776b82e2f2
removing entries from reference landing page
2019-12-18 10:23:05 -08:00
Dawn W Docker
dcbe13a96e
moving enterprise content
2019-12-17 13:21:39 -08:00
Dawn W Docker
d00534ef78
moved desktop enterprise to manuals
2019-12-17 10:01:57 -08:00
Dawn W Docker
587d3f89c5
removed desktop enterprise from enterprise section
2019-12-17 09:44:14 -08:00
Usha Mandya
8c603fce8f
Adding Desktop Dashboard updates
2019-12-17 12:20:33 +00:00
Dawn W Docker
890ce00b5c
moved get docker to manuals, left single page mockup on guides page
2019-12-13 13:42:13 -08:00
Dawn W Docker
ca23efde3f
moved standards and compliance
2019-12-13 10:50:44 -08:00
Dawn W Docker
f5b0d75755
Revert "moved get docker topics, created landing for new git docker section, moved Standards and Compliance topics to Enterprise"
...
This reverts commit c0cb3233e9
.
2019-12-13 10:46:17 -08:00
Dawn W Docker
c0cb3233e9
moved get docker topics, created landing for new git docker section, moved Standards and Compliance topics to Enterprise
2019-12-13 10:34:36 -08:00
Dawn W Docker
71efaa622c
working on community toc under manuals
2019-12-12 15:34:53 -08:00
Dawn W Docker
0409b1960c
moving engine - community install topic to manuals
2019-12-12 15:09:00 -08:00
Dawn W Docker
17b4dc3d25
redoing install page for enterprise
2019-12-12 14:48:58 -08:00
Dawn W Docker
1893cebaa2
removed compat topics under Get Docker and also moved install topic to manuals
2019-12-12 14:29:31 -08:00
Dawn W Docker
7a1a6f672e
removing overview page for EE from toc, file still there
2019-12-12 11:00:11 -08:00
Dawn W Docker
b2440f49ac
adding entry for index.md under enterprise tab
2019-12-11 20:42:19 -08:00
Dawn W Docker
587a18ee3a
changing landing page for enterprise to overview.md
2019-12-11 20:28:07 -08:00
Dawn W Docker
79393e3db9
fix errors
2019-12-11 20:13:19 -08:00
Dawn W Docker
36fbb9a313
fix error
2019-12-11 20:03:58 -08:00
Dawn W Docker
3db593dbce
fix error
2019-12-11 19:56:31 -08:00
Dawn W Docker
488811a351
fix error
2019-12-11 19:19:22 -08:00
Dawn W Docker
9238ac8687
fix error
2019-12-11 18:28:34 -08:00
Dawn W Docker
b12f3b81ec
removed enterprise directory from toc, redundant with tab
2019-12-11 18:26:45 -08:00
Dawn W Docker
5406958972
toc fix for enterprise landing page
2019-12-11 17:48:42 -08:00
Dawn W Docker
4bfb95b59c
moved enterprise api entries
2019-12-11 17:04:47 -08:00
Dawn W Docker
20ee1bdab3
moved enterprise cli entries to enterprise tab
2019-12-11 17:00:42 -08:00
Dawn W Docker
aedde78801
removed about from title of Docker Community
2019-12-11 16:30:11 -08:00
Dawn W Docker
91b03e3aa3
created new section and moved enterprise entries to it
2019-12-11 14:48:57 -08:00
Dawn W Docker
1d710c969f
working
2019-12-11 14:38:33 -08:00
Dawn W Docker
2504e0bd3f
move enterprise section
2019-12-11 14:27:03 -08:00
Dawn W Docker
05b0a25850
creating topic for manuals, and tab for enterprise
2019-12-11 14:18:44 -08:00
Adrian Plata
f8eb071cec
Get started migration ( #9967 )
...
* moving ee install instructions (#1449 )
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
* adding additional links
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
* deleting overview page and adding a redirect
2019-12-09 17:22:15 +00:00
Traci Morrison
27c1451725
Merge pull request #9954 from traci-morrison/ent-glossary-update
...
Remove Enterprise terms from glossary
2019-12-05 10:44:28 -05:00
Traci Morrison
9338de3ede
Add Enterprise term
2019-12-04 11:17:29 -05:00
lena-larionova
b0a99bde7f
Removing asterisks from Reference section topics ( #9956 )
...
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
2019-11-27 09:14:40 -08:00
lena-larionova
bdf5997274
updating links to registry sources ( #9955 )
...
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
2019-11-27 08:46:17 -08:00