Commit Graph

1057 Commits

Author SHA1 Message Date
Justin Cormack
92f12b2205 Chnage to Notary not Docker Notary
This has bnot been the name for some years.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2020-02-12 19:56:28 +00:00
KoryKessel-Docker
c5bc003b5c Capitalized hide to Hide to match what is onscreen. 2020-01-17 17:26:39 +01:00
KoryKessel-Docker
25645e6fe2 Updated Overriding a Vulnerability topic to match DTR 2.5 edit. 2020-01-17 12:07:04 +01:00
KoryKessel-Docker
6631e8cc27 Added overeride-vulnerability-2.png to DTR 2.5 images directory. 2020-01-15 18:13:14 +01:00
KoryKessel-Docker
c4425be2cf Add Override a Vulnerability topic to DTR 2.5 docs. 2020-01-15 16:55:34 +01:00
Traci Morrison
3debcef9f6 Merge pull request #9986 from traci-morrison/ucp-url-cleanup
WIP - Fix broken links in UCP topics
2019-12-10 10:22:16 -05:00
Traci Morrison
01319b29e7 Fix broken links 2019-12-10 10:08:44 -05:00
Wang Jie
dde403554b Update system-requirements.md (#9978) 2019-12-09 09:53:36 +00:00
lena-larionova
c7dc4bf6c9 fixing broken links in older DTR versions (#9920)
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
2019-11-20 15:42:22 -08:00
lena-larionova
343ab4e8bb Fixing Hub and DTR broken links (#9839)
* fixing Hub and DTR broken links

Signed-off-by: Lena Larionova <lena.larionova@docker.com>

* Fixing another link

Signed-off-by: Lena Larionova <lena.larionova@docker.com>
2019-11-12 13:22:30 -08:00
lena-larionova
4f3d71aa7d Fixing broken DTR upgrade links (#9658)
* Fixed links to previous versions

Signed-off-by: Lena Larionova <lena.larionova@docker.com>

* Fixed another link

Signed-off-by: Lena Larionova <lena.larionova@docker.com>
2019-10-16 14:54:48 -07:00
Sebastiaan van Stijn
5586fee81a Fix liquid warnings on reset password pages (#9348)
```
 => => #     Liquid Warning: Liquid syntax error (line 33): Expected end_of_string but found number in "{{ index .Spec.TaskTemplate.ContainerSpec.Args 0 }}" in datacenter/ucp/3.1/guides/authorization/reset-user-password.md
 => => #     Liquid Warning: Liquid syntax error (line 33): Expected end_of_string but found number in "{{ index .Spec.TaskTemplate.ContainerSpec.Args 0 }}" in ee/ucp/authorization/reset-user-password.md
```

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-09-05 14:47:08 -07:00
Olly P
c39e6738e8 Found Troubleshoot Redirect in UCP v1 Archive (#9063)
Signed-off-by: Olly Pomeroy <olly@docker.com>
2019-07-26 17:19:59 +01:00
ollypom
120301c143 Fixed DTR 2.6 Reference link 2019-07-22 18:39:58 +00:00
ollypom
c87ce565d4 Merge remote-tracking branch 'private/master' into public 2019-07-22 16:53:55 +00:00
ollypom
aca8feb5b8 Backup DTR 2.6 2019-07-19 12:49:53 +00:00
ollypom
6a7cb335f7 Backup UCP 3.1 2019-07-19 11:16:39 +00:00
ollypom
c39ba281fd Synced Docs Public Master with Docs Private Master 2019-07-19 11:02:28 +00:00
Olly Pomeroy
14d4747212 Removed L7 redirect from archive
Signed-off-by: Olly Pomeroy <olly@docker.com>
2019-07-11 16:03:18 +01:00
Dawn W Docker
5b30d497dd branding changes for Enterprise 2019-06-12 09:03:07 -07:00
Dawn W Docker
b49e6e0d5c branding changes for EE
Signed-off-by: Dawn W Docker <dawn.wood@users.noreply.github.com>
2019-06-12 08:32:09 -07:00
Maria Bermudez
63a292f190 7724 (#8876)
* Fix 7724

* Fix broken link
2019-06-11 13:58:38 -07:00
paigehargrave
0c5d6e3978 Update system-requirements.md 2019-06-01 15:41:09 -04:00
paigehargrave
57bffe0736 Update system-requirements.md 2019-06-01 15:40:26 -04:00
Maria Bermudez
8aec58cf21 7724 (#8876)
* Fix 7724

* Fix broken link
2019-05-31 13:27:57 -07:00
Maria Bermudez
ea559a29bb Sync published with master (#8727)
* Sync published with master (#8693) (#8694)

* Adding Azure note (#8566)

* Revert "Netlify redirects interlock (#8595)"

* UCP Install on Azure Patch (#8522)
* Removed Orchestrator Tag Pre Req from Azure Docs

* Clarifying need for 0644 permissions

* Improved backup commands (#8597)

* Improved backup commands

DTR image backup command improvements:

1. Local and NFS mount image backup commands were invalid (incorrectly used -C flag). Replaced them with commands that work.
2. The new commands automatically populate the correct replica ID and add a datestamp to the backup filename.

DTR Metadata backup command improvements:

DTR metadata backups are more difficult than they need to be and generate many support tickets. I updated the DTR command to avoid common user pitfalls:

1. The prior metadata backup command was subject to user error. Improved the command to automatically collect the DTR version and select a replica. 
2. Improved security of the command by automatically collecting UCP CA certificate for verification rather than using --ucp-insecure-tls flag. 
3. Improved the backup filename by adding the backed-up version information and date of backup. Knowledge of the version information is required for restoring a backup.
4. Described these improvements for the user.

Image backup commands were tested with local and NFS image storage. The metadata backup command was tested by running it directly on a DTR node and through a UCP client bundle with multiple replicas.

* Technical and editorial review

* More edits

* line 8; remove unnecessary a (#8672)

* line 8; remove unnecessary a

* Minor edit

* Updated the UCP Logging page to include UCP 3.1 screenshots (#8646)

* Added examples (#8599)

* Added examples

Added examples with more detail and automation to help customers backup DTR without creating support tickets.

* Linked to explanation of example command

@omegamormegil I removed the example with prepopulated fields, as I think it doesn't add much, and will only add confusion. Users who need this much detail can run the basic command and follow the terminal prompts. 

We can re-add in a follow-up PR, if you think that example is crucial to this page.

* Remove deadlink in the Interlock ToC (#8668)

* Found a deadlink in the Interlock ToC

* Added Redirect

* Published (#8674)

* add slack webhook to Jenkinsfile

* make jenkinsfile serve private and public docs

After a couple of Jenkins-based mix-ups it became obvious we needed a Jenkinsfile that would serve both public and private projects, that we could move between repos without worry. This Jenkinsfile knows which images to build and push and which swarm services to update because of the use of git_url and branch conditions.

* Sync published with master (#8619)

* Update install.md

add note: 8 character password minimum length

* Include Ubuntu version in Dockerfile

more recent versions of Ubuntu don't work with the given Dockerfile

* Updated the 3.1.4 release notes to include Centos 7.6 support

* Remove redundant "be"

* Update the "role-based access control" link

On page "https://docs.docker.com/ee/ucp/user-access/", update the hyperlink "role-based access control" to point to "https://docs.docker.com/ee/ucp/authorization/" instead of "https://docs.docker.com/ee/access-control".

* Add UCP user password limitation

* Revert "Updated the UCP 3.1.4 release notes to include Centos 7.6 support"

* Adding emphasis on Static IP requirement (#7276)

* Adding emphasis on Static IP requirement

We had a customer (00056641) who changed IPs like this all at once, and they are in a messy status.    We should make it clear that static IP is absolutely required.  
```***-ucp-0-dw original="10.15.89.6" updated="10.15.89.7" 
***-ucp-1-dw original="10.15.89.5" updated="10.15.89.6" 
***-ucp-2-dw original="10.15.89.7" updated="10.15.89.5" ```

* Link to prod requirement of static IP addresses

* Adding warning about layer7 config (#8617)

* Adding warning about layer7 config

Adding warning about layer7 config not being included in the backup

* Text edit

* Sync published with master (#8673)

* Revert "Netlify redirects interlock (#8595)"

This reverts commit a7793edc74.

* UCP Install on Azure Patch (#8522)

* Fix grammar on the 2nd pre-req, and did markdown formatting on the rest :)

* Correct Pod-CIDR Warning

* Content cleanup

Please check that I haven't changed the meaning of the updated prerequisites.

* Create a new section on configuring the IP Count value, also responded to feedback from Follis, Steve R and Xinfeng.

* Incorporated Steven F's feedback and Issue 8551

* Provide a warning when setting a small IP Count variable

* Final edits

* Update install-on-azure.md

* Following feedback I have expanded on the 0644 azure.json file permissions and Added the --existing-config file to the UCP install command

* Removed Orchestrator Tag Pre Req from Azure Docs

* Clarifying need for 0644 permissions

* Improved backup commands (#8597)

* Improved backup commands

DTR image backup command improvements:

1. Local and NFS mount image backup commands were invalid (incorrectly used -C flag). Replaced them with commands that work.
2. The new commands automatically populate the correct replica ID and add a datestamp to the backup filename.

DTR Metadata backup command improvements:

DTR metadata backups are more difficult than they need to be and generate many support tickets. I updated the DTR command to avoid common user pitfalls:

1. The prior metadata backup command was subject to user error. Improved the command to automatically collect the DTR version and select a replica. 
2. Improved security of the command by automatically collecting UCP CA certificate for verification rather than using --ucp-insecure-tls flag. 
3. Improved the backup filename by adding the backed-up version information and date of backup. Knowledge of the version information is required for restoring a backup.
4. Described these improvements for the user.

Image backup commands were tested with local and NFS image storage. The metadata backup command was tested by running it directly on a DTR node and through a UCP client bundle with multiple replicas.

* Technical and editorial review

* More edits

* line 8; remove unnecessary a (#8672)

* line 8; remove unnecessary a

* Minor edit

* Updated the UCP Logging page to include UCP 3.1 screenshots (#8646)

* Added examples (#8599)

* Added examples

Added examples with more detail and automation to help customers backup DTR without creating support tickets.

* Linked to explanation of example command

@omegamormegil I removed the example with prepopulated fields, as I think it doesn't add much, and will only add confusion. Users who need this much detail can run the basic command and follow the terminal prompts. 

We can re-add in a follow-up PR, if you think that example is crucial to this page.

* Remove deadlink in the Interlock ToC (#8668)

* Found a deadlink in the Interlock ToC

* Added Redirect

* Trying to fix command rendering of '--format "{{ .Names }}"' (#8678)

* Trying to fix command rendering of '--format "{{ .Names }}"'

--format "{{ .Names }}" is showing up in the markup but is rendering as --format "" in the published version. Added {% raw %} tags to try to fix.

* Fixed heading inconsistency

* Trying to fix command rendering of '--format "{{ .Names }}"' (#8677)

* Trying to fix command rendering of '--format "{{ .Names }}"'

--format "{{ .Names }}" is showing up in the markup but is rendering as --format "" in the published version. Added {% raw %} tags to try to fix.

* Update concatenated to chained

* Minor fix

* interlock --> ucp-interlock (#8675)

* interlock --> ucp-interlock

* Fixed code samples 

- Use the latest UCP version and the latest ucp-interlock image
- Leverage ucp page version Jekyll variable

* Typo

* Final syntax fix

* Update backup.md

* Removed Reference to Interlock Preview Image, and added relevant UCP Image Org and Tag

* Fix syntax error which caused the master build to fail

* docs: fix typo in removal of named volumes (#8686)

* Updated the ToC for Upgrading Interlock

* Removed the Previous Interlock SSL Page

* Moved Redirect to latest page

* Update index.md (#8690)

Fix typo - missing word.

* Update bind-mounts.md (#8696)

* Minor edits (#8708)

* Minor edits

- Standardized setting of replica ID as per @caervs 
- Fix broken link

* Consistency edits

- Standardized setting of replica ID
- Added note that this command only works on Linux

* Standardize replica setting

- Update commands for creating tar files for local and NFS-mounted images

* Fixed broken 'important changes' link (#8721)

* Interlock fix - remove haproxy and custom template files (#8722)

* Removed haproxy and custom template info

* Delete file

* Delete file

* Render DTR version (#8726)
2019-04-25 17:18:54 -06:00
ollypom
8a357cbfe0 Moved Redirect to latest page 2019-04-23 11:43:00 +01:00
Maria Bermudez
88f14ae4cc Sync published with master (#8693)
* Adding Azure note (#8566)

* Adding Azure note

* Rephrase additional line and update link

* Revert "Netlify redirects interlock (#8595)"

This reverts commit a7793edc74.

* UCP Install on Azure Patch (#8522)

* Fix grammar on the 2nd pre-req, and did markdown formatting on the rest :)

* Correct Pod-CIDR Warning

* Content cleanup

Please check that I haven't changed the meaning of the updated prerequisites.

* Create a new section on configuring the IP Count value, also responded to feedback from Follis, Steve R and Xinfeng.

* Incorporated Steven F's feedback and Issue 8551

* Provide a warning when setting a small IP Count variable

* Final edits

* Update install-on-azure.md

* Following feedback I have expanded on the 0644 azure.json file permissions and Added the --existing-config file to the UCP install command

* Removed Orchestrator Tag Pre Req from Azure Docs

* Clarifying need for 0644 permissions

* Improved backup commands (#8597)

* Improved backup commands

DTR image backup command improvements:

1. Local and NFS mount image backup commands were invalid (incorrectly used -C flag). Replaced them with commands that work.
2. The new commands automatically populate the correct replica ID and add a datestamp to the backup filename.

DTR Metadata backup command improvements:

DTR metadata backups are more difficult than they need to be and generate many support tickets. I updated the DTR command to avoid common user pitfalls:

1. The prior metadata backup command was subject to user error. Improved the command to automatically collect the DTR version and select a replica. 
2. Improved security of the command by automatically collecting UCP CA certificate for verification rather than using --ucp-insecure-tls flag. 
3. Improved the backup filename by adding the backed-up version information and date of backup. Knowledge of the version information is required for restoring a backup.
4. Described these improvements for the user.

Image backup commands were tested with local and NFS image storage. The metadata backup command was tested by running it directly on a DTR node and through a UCP client bundle with multiple replicas.

* Technical and editorial review

* More edits

* line 8; remove unnecessary a (#8672)

* line 8; remove unnecessary a

* Minor edit

* Updated the UCP Logging page to include UCP 3.1 screenshots (#8646)

* Added examples (#8599)

* Added examples

Added examples with more detail and automation to help customers backup DTR without creating support tickets.

* Linked to explanation of example command

@omegamormegil I removed the example with prepopulated fields, as I think it doesn't add much, and will only add confusion. Users who need this much detail can run the basic command and follow the terminal prompts. 

We can re-add in a follow-up PR, if you think that example is crucial to this page.

* Remove deadlink in the Interlock ToC (#8668)

* Found a deadlink in the Interlock ToC

* Added Redirect

* Published (#8674)

* add slack webhook to Jenkinsfile

* make jenkinsfile serve private and public docs

After a couple of Jenkins-based mix-ups it became obvious we needed a Jenkinsfile that would serve both public and private projects, that we could move between repos without worry. This Jenkinsfile knows which images to build and push and which swarm services to update because of the use of git_url and branch conditions.

* Sync published with master (#8619)

* Update install.md

add note: 8 character password minimum length

* Include Ubuntu version in Dockerfile

more recent versions of Ubuntu don't work with the given Dockerfile

* Updated the 3.1.4 release notes to include Centos 7.6 support

* Remove redundant "be"

* Update the "role-based access control" link

On page "https://docs.docker.com/ee/ucp/user-access/", update the hyperlink "role-based access control" to point to "https://docs.docker.com/ee/ucp/authorization/" instead of "https://docs.docker.com/ee/access-control".

* Add UCP user password limitation

* Revert "Updated the UCP 3.1.4 release notes to include Centos 7.6 support"

* Adding emphasis on Static IP requirement (#7276)

* Adding emphasis on Static IP requirement

We had a customer (00056641) who changed IPs like this all at once, and they are in a messy status.    We should make it clear that static IP is absolutely required.  
```***-ucp-0-dw original="10.15.89.6" updated="10.15.89.7" 
***-ucp-1-dw original="10.15.89.5" updated="10.15.89.6" 
***-ucp-2-dw original="10.15.89.7" updated="10.15.89.5" ```

* Link to prod requirement of static IP addresses

* Adding warning about layer7 config (#8617)

* Adding warning about layer7 config

Adding warning about layer7 config not being included in the backup

* Text edit

* Sync published with master (#8673)

* Revert "Netlify redirects interlock (#8595)"

This reverts commit a7793edc74.

* UCP Install on Azure Patch (#8522)

* Fix grammar on the 2nd pre-req, and did markdown formatting on the rest :)

* Correct Pod-CIDR Warning

* Content cleanup

Please check that I haven't changed the meaning of the updated prerequisites.

* Create a new section on configuring the IP Count value, also responded to feedback from Follis, Steve R and Xinfeng.

* Incorporated Steven F's feedback and Issue 8551

* Provide a warning when setting a small IP Count variable

* Final edits

* Update install-on-azure.md

* Following feedback I have expanded on the 0644 azure.json file permissions and Added the --existing-config file to the UCP install command

* Removed Orchestrator Tag Pre Req from Azure Docs

* Clarifying need for 0644 permissions

* Improved backup commands (#8597)

* Improved backup commands

DTR image backup command improvements:

1. Local and NFS mount image backup commands were invalid (incorrectly used -C flag). Replaced them with commands that work.
2. The new commands automatically populate the correct replica ID and add a datestamp to the backup filename.

DTR Metadata backup command improvements:

DTR metadata backups are more difficult than they need to be and generate many support tickets. I updated the DTR command to avoid common user pitfalls:

1. The prior metadata backup command was subject to user error. Improved the command to automatically collect the DTR version and select a replica. 
2. Improved security of the command by automatically collecting UCP CA certificate for verification rather than using --ucp-insecure-tls flag. 
3. Improved the backup filename by adding the backed-up version information and date of backup. Knowledge of the version information is required for restoring a backup.
4. Described these improvements for the user.

Image backup commands were tested with local and NFS image storage. The metadata backup command was tested by running it directly on a DTR node and through a UCP client bundle with multiple replicas.

* Technical and editorial review

* More edits

* line 8; remove unnecessary a (#8672)

* line 8; remove unnecessary a

* Minor edit

* Updated the UCP Logging page to include UCP 3.1 screenshots (#8646)

* Added examples (#8599)

* Added examples

Added examples with more detail and automation to help customers backup DTR without creating support tickets.

* Linked to explanation of example command

@omegamormegil I removed the example with prepopulated fields, as I think it doesn't add much, and will only add confusion. Users who need this much detail can run the basic command and follow the terminal prompts. 

We can re-add in a follow-up PR, if you think that example is crucial to this page.

* Remove deadlink in the Interlock ToC (#8668)

* Found a deadlink in the Interlock ToC

* Added Redirect

* Trying to fix command rendering of '--format "{{ .Names }}"' (#8678)

* Trying to fix command rendering of '--format "{{ .Names }}"'

--format "{{ .Names }}" is showing up in the markup but is rendering as --format "" in the published version. Added {% raw %} tags to try to fix.

* Fixed heading inconsistency

* Trying to fix command rendering of '--format "{{ .Names }}"' (#8677)

* Trying to fix command rendering of '--format "{{ .Names }}"'

--format "{{ .Names }}" is showing up in the markup but is rendering as --format "" in the published version. Added {% raw %} tags to try to fix.

* Update concatenated to chained

* Minor fix

* interlock --> ucp-interlock (#8675)

* interlock --> ucp-interlock

* Fixed code samples 

- Use the latest UCP version and the latest ucp-interlock image
- Leverage ucp page version Jekyll variable

* Typo

* Final syntax fix

* Update backup.md

* Removed Reference to Interlock Preview Image, and added relevant UCP Image Org and Tag

* Fix syntax error which caused the master build to fail
2019-04-22 18:20:04 -06:00
ollypom
681239ae3f Removed Reference to Interlock Preview Image, and added relevant UCP Image Org and Tag 2019-04-21 18:51:43 +01:00
Olly P
d1f33acb8c Add the 'Install on Azure' page back to the TOC for UCP 3.0 (#8623)
* Add the Install on Azure page back to the UCP 3.0 TOC

* Fix the copy / paste error on Install on UCP
2019-04-10 11:59:25 -04:00
paigehargrave
ede90a2b05 Merge pull request #8460 from bermudezmt/bermudezmt-ucp-backport
Fix broken image links
2019-03-13 17:57:23 -07:00
Maria Bermudez
0fdd9a3eb8 Update production.md 2019-03-13 17:49:39 -07:00
Maria Bermudez
047f4672e5 Update tls.md 2019-03-13 17:48:09 -07:00
Maria Bermudez
45597fa497 Update default-service.md 2019-03-13 17:46:03 -07:00
Maria Bermudez
1b82b0ec28 Fix broken image 2019-03-13 17:45:28 -07:00
Maria Bermudez
5bd5c5147f Fix broken image 2019-03-13 17:44:36 -07:00
Maria Bermudez
7ac2589017 Fix broken image 2019-03-13 17:43:17 -07:00
Maria Bermudez
b331852590 Fix broken image link 2019-03-13 17:40:10 -07:00
Maria Bermudez
f7b7d44700 Fix broken image links 2019-03-13 17:33:57 -07:00
Maria Bermudez
5e12bc1716 Fix broken image 2019-03-13 17:30:02 -07: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
Sebastiaan van Stijn
7868538ad7 Fix liquid warnings on DTR troubleshooting page
Fix a warning during build of the documentation:

```
Liquid Warning: Liquid syntax error (line 64): [:dot, "."] is not a valid expression in "{{.Name}}" in datacenter/dtr/2.5/guides/admin/monitor-and-troubleshoot/troubleshoot-dtr.md
Liquid Warning: Liquid syntax error (line 64): [:dot, "."] is not a valid expression in "{{.Name}}" in ee/dtr/admin/monitor-and-troubleshoot/troubleshoot-dtr.md
```

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-03-07 15:34:16 +01:00
Paige Hargrave
4b5fbbdbc9 Revert "Merge branch 'master' of github.com:docker/docker.github.io"
This reverts commit 813f45bdd7, reversing
changes made to 2349c62566.
2019-02-28 13:11:13 -05:00
Paige Hargrave
813f45bdd7 Merge branch 'master' of github.com:docker/docker.github.io 2019-02-28 12:49:21 -05:00
Maria Bermudez
f84459d34c Merge pull request #8333 from ollypom/ucpdctwithci
Found an old 'DCT with CI' page in the latest UCP Docs
2019-02-26 18:39:15 +00:00
Maria Bermudez
c0abe9f712 Fix broken links and remove redirects 2019-02-26 10:06:36 -08:00
Maria Bermudez
cc7d45e586 Merge branch 'ucp-backport' of git://github.com/bermudezmt/docker.github.io into bermudezmt-ucp-backport 2019-02-25 21:25:37 -08:00
paigehargrave
d6573f6ae5 Heading update per feedback 2019-02-22 09:37:53 -05:00
Maria Bermudez
dd71ca6ae6 February 2019 release notes 2019-02-21 14:31:38 -08:00
paigehargrave
4b4abc9aac Merge pull request #8270 from docker/ucp-fix
UCP limitation of UCP disk free monitoring and associated Prom metric
2019-02-21 14:52:37 -05:00