Commit Graph

136 Commits

Author SHA1 Message Date
Yashasvi Chaurasia
119f4dcca6 docs: updated trust_delegation.md
Signed-off-by: Yashasvi Chaurasia <yashasvi12977@gmail.com>
2022-09-26 00:07:12 +05:30
Dockertopia
58a70e7d45 Loss of keys - update of warnings to users (#15577)
* Request for change in ENGDOCS-977 and some enhancements
2022-09-06 14:18:58 +01:00
Dockertopia
ef28f705dd Install page improvement based on feedback (scenario2) (#15494)
* Install page improvement based on users and PM feedback
* Exploring a second scenario deriving from additional feedback
* Review feedback
2022-09-05 10:35:30 +01:00
Takuya N
8113998f20 Fix dead link for Docker Support (#15386)
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>

Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2022-08-16 11:29:28 +02:00
Justin Chadwell
fd9fe19061 lint: tidy up ordered list prefixes 2022-07-28 11:27:10 +01:00
Dora Ribeiro
d49af6a449 ENGDOCS 711 Revisited Compose Install Page (#14838)
Revisiting Compose installation
2022-06-02 18:10:37 +01:00
Sebastiaan van Stijn
1583678203 Add missing code-hints, and minor markdown edits
- Add missing code-hints (console, yaml)
- Consistently add an empty line after code-blocks
- Combine some examples where the output and the command were
  put in separate blocks. With the "console" code-hint, this
  is no longer nescessary.
- fix indentation in cloud/ecs-integration.md, which caused the
  numbered-list to be interrupted.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-16 12:59:23 +02:00
Sebastiaan van Stijn
9991771180 engine/security: use "console" for shell examples
This allows for easier copying of the commands, without selecting the
prompt.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-06 17:20:01 +02:00
Usha Mandya
71980f608a Update engine/security/trust/index.md
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2021-06-08 17:03:23 +01:00
Usha Mandya
3830cdcc02 Update URLs to point to the upstream CNCF Notary repository
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-06-08 13:42:46 +01:00
Usha Mandya
516d2fc839 Remove Notary docs
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-06-03 01:08:40 +01:00
Sebastiaan van Stijn
e22984f7d4 use Dockerfile "syntax" directive in examples
BuildKit allows using alternative Dockerfile syntaxes to introduce new features
without having to update Docker itself. The general recommendation is to always
specify a "syntax" directive in a Dockerfile, so that (if needed) older versions
of Docker can download the correct syntax to build the Dockerfile.

This updates our examples to include a syntax directive, to make users more familiar
with these directives, and to illustrate best-pracitces in our documentation.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-20 10:19:12 +02:00
Batuhan Apaydın
cc7d5b6697 Update trust_delegation.md
I think the target role should be target/releases instead of the targets/targets.
2020-12-10 16:52:37 +03:00
Sebastiaan van Stijn
2ce808edc0 Remove references to obsolete engine versions
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-26 15:45:07 +01:00
Sebastiaan van Stijn
d105bd05ca trust: use "content_trust" as trust home page
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-07 13:17:34 +02:00
Sebastiaan van Stijn
dc81cb8bb5 engine: remove old trust index page
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-07 13:17:31 +02:00
Sebastiaan van Stijn
0bbe9c32fb Fix various broken links
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-07 12:49:22 +02:00
Maximillian Fan Xavier
cfba81f6b5 Fix url #11349
Signed-off-by: Maximillian Fan Xavier <maximillianfx@gmail.com>
2020-09-26 17:00:35 -03:00
Maximillian Fan Xavier
e04c266454 Fix link to dct #11349
Signed-off-by: Maximillian Fan Xavier <maximillianfx@gmail.com>
2020-09-26 16:52:39 -03:00
Sebastiaan van Stijn
021e13a5ed Remove EE "trust pinning" section
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-07-02 23:37:01 +02:00
Sebastiaan van Stijn
2b4833a355 Remove some references to enterprise products
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-07-02 23:36:48 +02:00
ajay143444
10dfe1827d removed with from line 41
removed with from line 41 as it is not required
2020-04-29 16:26:00 +05:30
Sebastiaan van Stijn
777c5d23da engine: use relative markdown links
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-23 13:03:32 +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
Sebastiaan van Stijn
14bbe621e5 Update markdown language hints to work with "rouge"
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-17 14:49:51 +01:00
Usha Mandya
fefc750abd Update Hub support alias (#10432) 2020-03-10 18:30:43 +00: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
Adrian Plata
b25ec58b72 Add DCT Linux note
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-10-10 16:18:43 -07:00
ollypom
4524319333 Merge branch 'master' into amberjack 2019-07-19 14:23:33 +00:00
Olly P
9878f22b17 Formatting nit 2019-07-02 10:00:19 +01:00
nirajrules
db7d8d4b3f The notary config file had a comma missing
Docker SA from South East
2019-07-01 18:23:21 -04:00
Jameson Hyde
e7d69b14a7 Include service support for DCT in engine (#1177)
Signed-off-by: Jameson Hyde <jameson.hyde@docker.com>
2019-06-13 12:50:35 -07:00
Rajasekharan Vengalil
a43165a37c Remove redundant "be" 2019-04-06 13:57:06 -07:00
Maria Bermudez
c3b0c02153 Audit branch (#8564)
* Update trust-with-remote-ucp.md

* Fix link texts

* Addresses 8446

* Update trust_delegation.md

* - Addresses 8446
- Cleans up broken links
- Fixes vague link texts

Addresses 8446

Update trust_delegation.md

* Update running_ssh_service.md

* Update running_ssh_service.md

Fixed formatting and wording. Also moved note above the code.

* Update running_ssh_service.md

Fixed typo.

* Compose: Update build docs, Add --quiet flag

* Fix destroy reference page link

Relates to https://github.com/docker/docker.github.io/pull/8441

* Rephrase Ubuntu 14.04 note

* Revert "Compose: Update build docs, Add --quiet flag"

* # This is a combination of 4 commits.
# This is the 1st commit message:

- Addresses 8446
- Cleans up broken links
- Fixes vague link texts

Addresses 8446

Update trust_delegation.md

# This is the commit message #2:

# This is a combination of 2 commits.
# This is the 1st commit message:

- Addresses 8446
- Cleans up broken links
- Fixes vague link texts

Addresses 8446

Update trust_delegation.md

# This is the commit message #2:

Update trust-with-remote-ucp.md
# This is the commit message #3:

- Addresses 8446
- Cleans up broken links
- Fixes vague link texts

# This is the commit message #4:

Fix destroy reference page link

Relates to https://github.com/docker/docker.github.io/pull/8441

* - Addresses 8446
- Cleans up broken links
- Fixes vague link texts

* Addresses 8446 with text and link cleanup.

* Update syntax language from none to bash

* Update index.md
2019-04-01 14:45:04 -04:00
Maria Bermudez
7ddb16f25e Merge pull request #8492 from scjane/patch-117
Update trust_sandbox.md
2019-03-20 19:30:42 -04:00
Maria Bermudez
d4bc0df73c Merge pull request #8491 from scjane/patch-116
Update trust_key_mng.md
2019-03-20 19:30:08 -04:00
Maria Bermudez
97abe99850 Merge pull request #8490 from scjane/patch-115
Update trust_automation.md
2019-03-20 19:29:30 -04:00
Wang Jie
1ade15fa72 Update trust_sandbox.md 2019-03-20 10:58:43 +08:00
Wang Jie
882216b114 Update trust_key_mng.md 2019-03-20 10:45:19 +08:00
Wang Jie
ac03de9586 Update trust_automation.md 2019-03-20 10:30:02 +08:00
Wang Jie
af6ad4fd99 Update content_trust.md 2019-03-20 10:05:15 +08:00
Maria Bermudez
a7c76f2012 Add DTR Content trust page to related links 2019-03-14 10:09:14 -07:00
Maria Bermudez
13430936b3 Addresses 8446 2019-03-13 16:55:46 -07:00
Maria Bermudez
ef9779fe27 Update trust_delegation.md 2019-03-11 10:02:11 -07:00
ollypom
ed7513b2ef Docker Client Registry URL patch 2019-03-09 19:53:07 +00:00
Maria Bermudez
e0807ed29c Merge pull request #8426 from ollypom/contenttrustpatch
Updated Content Trust Docs
2019-03-08 15:49:51 -08:00
Maria Bermudez
f9c29e2125 Editorial review 2019-03-08 15:49:29 -08:00
Maria Bermudez
ccbb5e2630 Revert "Revert "Merge branch 'master' of github.com:docker/docker.github.io""
This reverts commit 4b5fbbdbc9.
2019-03-08 10:53:00 -08:00
ollypom
9a00acab84 Using Docker Trust with a Notary Server with Auth 2019-03-08 16:23:06 +00:00
ollypom
eb68c3d408 Added Docker Pull to the content trust verification process 2019-03-08 16:11:02 +00:00