Commit Graph

1860 Commits

Author SHA1 Message Date
Sebastiaan van Stijn 770cdeecb1
Engine API: use filename instead of custom api_version property
Now that the files are named `<api-version>.md`, we no longer need
to set a custom `api_version` property; instead we can use the filename
to detect what API version we're rendering.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-25 14:00:57 +01:00
Sebastiaan van Stijn 6dab89c905
Engine API: unify APIs: fetch from single branch
The upstream (moby/moby) repository is unifying all API swagger files
to be in the release branch. With that change, it is no longer needed
to fetch each version of the API separately, and instead all versions
can be fetched at once.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-25 14:00:55 +01:00
Sebastiaan van Stijn b7cf4b0888
Merge pull request #10332 from usha-mandya/engine-api-patch
Fix Engine API toc
2020-02-25 13:43:10 +01:00
Sebastiaan van Stijn 16d565cae6
API remove section about enterprise API version mismatch
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-24 17:15:27 +01:00
Sebastiaan van Stijn 3a223f799c
SDK: fix some minor issues in go examples
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-24 17:15:25 +01:00
Sebastiaan van Stijn c7c1a59dab
API docs: recommend using version negotiation
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-24 17:15:23 +01:00
Sebastiaan van Stijn 9774d43d65
SDK: remove reference to obsolete Go version
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-24 17:15:21 +01:00
Sebastiaan van Stijn d021c47d26
Remove duplicated API reference from SDK docs
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-24 17:15:19 +01:00
Sebastiaan van Stijn c4309a1ef7
Remove duplicated SDK content from API overview
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-24 17:15:17 +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
Sebastiaan van Stijn f757d8a14b
Engine API: use template for API reference pages
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-24 13:58:30 +01:00
LORIS INTERGALACTIQUE 711567c5af
Fixed typos on the rootless mode page (#10330)
* Fixed typos

* Minor wording update

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-02-21 17:52:37 +00:00
Usha Mandya 1566e01673 Moved topics under engine/api/ 2020-02-21 16:44:41 +00:00
Usha Mandya 580bcb41a8
Merge pull request #10168 from mnimm/patch-2
Update content_trust.md
2020-02-13 14:27:12 +00:00
ac27182 7e9d728df9
Update postgresql_service.md (#10261) 2020-02-10 14:24:07 +00:00
Usha Mandya 9b9238f54c
remove enterprise note from Engine community relnotes (#10235) 2020-02-04 16:35:37 +00: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 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
Marc Nimmerrichter 27e529ce3e
Update content_trust.md
Make it clear that DCT does not protect against layer tampering on the docker host.
2020-01-20 18:02:41 +01:00
Sebastiaan van Stijn 1c7595cd88
Merge pull request #10096 from ollypom/gmsadeadlink
Fixed GMSA Dead Link
2020-01-07 10:47:07 +01:00
DocKor c83b3e0792
Merge branch 'master' into ENGDOCS-268-create-note-for-Enterprise-docs 2020-01-06 17:47:59 +01:00
ollypom b4a4746c57
Fixed GMSA Dead Link 2020-01-02 10:42:25 +00:00
Usha Mandya bec362b67f
update engine toc and get docker page (#1462) 2019-12-19 18:20:02 +00:00
KoryKessel-Docker 67f49c63d2 Appending of Enterprise Label to all Docker Enterprise md topic files. 2019-12-18 15:53:23 +01:00
Sebastiaan van Stijn 8b53965237 Commandline reference: add note to "enterprise only" subcommands (#10008)
* Update CLI template for "enterprise-only" commands/plugins

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

* reference: mark "assemble" subcommands as enterprise-only

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

* reference: mark "cluster" subcommands as enterprise-only

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

* reference: mark "registry" subcommands as enterprise-only

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

* reference: mark "template" subcommands as enterprise-only

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-12-11 15:48:32 +00:00
Sebastiaan van Stijn 91c5d19a14
Merge pull request #9662 from pjbgf/patch-2
Remove ptrace from blocked syscalls
2019-12-03 16:28:20 +01:00
Paulo Gomes 9c2520fa27
Fix table 2019-11-28 12:33:15 +00:00
Paulo Gomes 1962410b61
Corrections based on feedback 2019-11-28 12:30:44 +00:00
Paulo Gomes 432b7c4134
Improve clarity. 2019-11-28 09:06:03 +00:00
Adrian Plata a2b4fbe19a Updating 17.06 release date
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-11-20 14:50:26 -08:00
Akihiro Suda 40747fcca7 Add "Run the Docker daemon as a non-root user (Rootless mode)"
Add "Run the Docker daemon as a non-root user (Rootless mode)":
`engine/security/rootless.md`

The content is based on https://github.com/moby/moby/blob/master/docs/rootless.md

`rootless.md` in `moby/moby` will be replaced of the link to
the `docs.docker.com` page compiled from `rootless.md` in this repo.

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2019-11-15 16:02:08 +09:00
Adrian Plata 0a64491330 updating rel-note date
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-11-14 10:25:33 -08:00
Adrian Plata d9c7c3216f
Eng nov patch notes (#1438)
* Desktop Edge release notes

* update edge release notes

* Desktop Edge relnote updates

* Update for v2.1.4.0

* Update README.md

* November engine patch release notes

Signed-off-by: Adrian Plata <adrian.plata@docker.com>

* More notes.

* updated notes

* updating release date

* update for notes
2019-11-13 14:34:52 -08:00
Dawn-Docker 3c54d2ff9c
Update toc (#9819) 2019-11-08 08:13:40 -08:00
patodia20 3629f23c21 Update index.md (#9813)
* Update index.md

corrected spellings of reconcile and changes "roll-back task to" to "roll-back to"

* grammar fixes
2019-11-07 08:24:47 -08:00
lena-larionova 54ca6a523b
Fixing glossary links (#9812)
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
2019-11-06 11:00:13 -08:00
Traci Morrison 90a46de693
Merge pull request #9661 from pjbgf/patch-1
Remove socket and socketcall from blocked syscalls
2019-10-30 11:27:22 -04:00
Paulo Gomes 2adcf3bd66
Add minKernel details for ptrace
Changes brought up by commit:

1124543ca8 (diff-0ebf5796a57d68894d5550c407061035)
2019-10-29 14:51:22 +00:00
Adrian Plata 4b642c559a
Merge pull request #9672 from adrian-plata/Run-reference-redirect
Adding redirect
2019-10-18 10:02:17 -07:00
Adrian Plata 683e9f3a11 Engine release notes (#9674)
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-10-17 17:24:53 -07:00
Adrian Plata e1a28d694b Adding redirect
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-10-17 10:22:33 -07:00
Paulo Gomes 5c0c1eed40
Remove ptrace from blocked syscalls
Update documentation to reflect that ptrace is no longer blocked on the default profile.

More information:
1124543ca8 (diff-0ebf5796a57d68894d5550c407061035)
2019-10-17 09:59:47 +01:00
Paulo Gomes d32f93ca93
Remove reference to socket and socketcall 2019-10-17 09:53:28 +01:00
Paulo Gomes 04b5f87b28
Remove socket from blocked syscalls
Socket syscalls are no longer blocked on the default profile for a while now. More information: 
dcf2632945 (diff-0ebf5796a57d68894d5550c407061035)
2019-10-17 09:44:40 +01:00
Adrian Plata 836e575945
Merge pull request #9641 from adrian-plata/reading-time-introduction
Reading time introduction
2019-10-16 16:34:22 -07:00
Adrian Plata 60d5ae7d7e removing reading time from Reference
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-10-14 13:50:42 -07:00
Sujay Pillai 1a684b91a1 Updated userns-remap.md (#9629)
Updated the links to solve https://github.com/docker/docker.github.io/issues/9419
2019-10-14 10:54:24 -07:00
Adrian Plata 0701fbafa8 Adding Known Issues to Release Notes
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-10-11 12:58:06 -07:00
Adrian Plata b25ec58b72 Add DCT Linux note
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-10-10 16:18:43 -07:00