Commit Graph

555 Commits

Author SHA1 Message Date
Maria Bermudez 7d695ae8c5 - Add redirect for UCP 3.0 readd DTR 2.5 reference files
Update related link for repo event auto-deletion
2018-12-20 20:19:16 -08:00
Maria Bermudez dadd60bbd2 Follow-up commit to redirects 2018-12-20 16:33:05 -08:00
Maria Bermudez 663ea14a3c Address broken links issue after archiving previous versions of UCP and DTR 2018-12-18 15:22:37 -08:00
Maria Bermudez 4bdcbf8ae9 Merge branch 'master' of github.com:docker/docker.github.io 2018-12-10 12:41:24 -08:00
ollypom 3d6b0162b5 Added UCP 3 offline bundles
Signed-off-by: ollypom <oppomeroy@gmail.com>
2018-12-08 13:58:44 +01:00
Maria Bermudez a3589d02d9
Merge pull request #909 from docker/docs-public
Merge Docker Hub content into Master
2018-12-07 10:04:17 -08:00
L-Hudson 6254a0aabc
Merge pull request #7792 from colek42/patch-1
Add UCP 3.1 to list of artifacts
2018-12-07 09:48:38 -05:00
L-Hudson 24d27d989f
Update index.md
edits  UI > interface
2018-12-06 18:17:18 -05:00
L-Hudson 96ce9aba7c
Merge pull request #7353 from ollypom/dockeree-azuredocs
Added Azure Config File
2018-12-06 16:51:01 -05:00
L-Hudson 22c3a4ccd6
Update upgrade.md
editorial crx
2018-12-06 16:39:36 -05:00
L-Hudson c936b541f8
Update index.md
editorial crx
2018-12-06 12:51:24 -05:00
L-Hudson b8d944eed5
Update license-your-installation.md
editorial crx
2018-12-06 12:50:10 -05:00
Maria Bermudez 850014d441 Resolving merge conflicts 2018-12-05 12:44:04 -08:00
Cole Kennedy d42c525bd3
Add UCP 3.1 to list of artifacts 2018-12-04 15:15:42 -05:00
Jeffrey Morgan f6bbf912db Typo fixes 2018-12-03 22:30:33 -05:00
Jeffrey Morgan 5cdb36d5a1 Merge branch 'master' of github.com:docker/docker.github.io 2018-12-03 15:14:51 -05:00
Jeffrey Morgan 3602540596 Fix small issues 2018-11-21 16:49:26 -05:00
ollypom 92b803745e Fixing a few nits :)
Signed-off-by: ollypom <oppomeroy@gmail.com>
2018-11-21 11:14:42 +00:00
Maria Bermudez 85c00d77d8 Incorporate missed feedback from David 2018-11-20 12:08:16 -08:00
ollypom c783ab5f54 Backport Azure Docs to UCP 3.0
Signed-off-by: ollypom <oppomeroy@gmail.com>
2018-11-19 21:00:47 +00:00
JoeWrightss 3b4103fc4a fix typos
Signed-off-by: JoeWrightss <zhoulin.xie@daocloud.io>
2018-11-19 23:32:28 +08:00
Maria Bermudez 527fcc8476 - Copy contents: reference/dtr/2.5/ -> datacenter/dtr/2.5/reference/ and reference/ucp/3.0 -> datacenter/ucp/3.0/reference
Remove reference/dtr/2.5 and reference/ucp/3.0
2018-11-16 15:09:41 -08:00
Jeffrey Morgan ca4ffb1ee2 Merge branch 'master' into consolidation-changes 2018-11-14 18:30:02 -05:00
Jeffrey Morgan d15739c5e7 Merge branch 'master' into consolidation-changes 2018-11-14 18:29:09 -05:00
Maria Bermudez 6a791d7e32 Covers phone discussion: replace dtr/2.5 and ucp/3.0 with archived versions of the directories 2018-11-06 16:58:48 -08:00
Maria Bermudez d7a21d29db Merge public:master into private 2018-11-02 10:03:18 -07:00
Trapier Marshall bca9fe63e1 ucp roles: fix punctuation 2018-10-22 14:20:36 -04:00
Jeffrey Morgan ca466a55ed Rename Docker Store and Docker Cloud - WIP 2018-10-04 19:41:32 -04:00
Oscar Caballero 269c80d2d9 Spelling revision 2018-09-23 21:43:11 +02:00
Maria Bermudez ef90538a25 Add existing pages to UCP 3.0 2018-09-10 14:10:58 -07:00
Maria Bermudez aaca9b83b5 Revert "Revert "Merge branch 'master' of github.com:docker/docs-private into test-branch-2""
This reverts commit 4c95d161ca.
2018-08-29 19:01:03 -07:00
Maria Bermudez 4c95d161ca Revert "Merge branch 'master' of github.com:docker/docs-private into test-branch-2"
This reverts commit af5f2fcc38, reversing
changes made to 338b690d26.
2018-08-29 18:37:44 -07:00
Maria Bermudez 840c167055 Revert "Revert "Merge branch 'master' of github.com:docker/docs-private into test-branch-2""
This reverts commit 14080c18bd.
2018-08-29 18:36:03 -07:00
Maria Bermudez 14080c18bd Revert "Merge branch 'master' of github.com:docker/docs-private into test-branch-2"
This reverts commit af5f2fcc38, reversing
changes made to 338b690d26.
2018-08-29 14:47:31 -07:00
Trapier Marshall 44fb0d636a ucp support dump: include hostname and time
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2018-06-28 09:27:20 -07:00
Trapier Marshall 7c9c067370 ucp: node-local support dump works on all nodes
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2018-06-06 11:27:26 -07:00
Trapier Marshall a1de8bf85f typo in ucp ldap config (#6821) 2018-06-06 11:12:45 -07:00
Eiichi Kitagawa 64d1bf5020 Adding "windows" label to Windows node. (#6368)
* Adding "windows" label to Windows node.

Additional steps to add label to Windows Nodes.  This will allow admin to filter Windows node when creating a service like this.
`docker service create --constraint engine.labels.os==windows --name winonly microsoft/nanoserver`  The same steps are on this article: https://success.docker.com/article/how-can-i-assign-a-service-to-windows-nodes-only

* wrong environment variable fixed.
2018-05-14 11:13:01 -07:00
Kyle Squizzato d002c576f7 Clarify that --existing-config uses latest config
--existing-config is a flag that uses the latest UCP config found in the
environment and does not accept a config as a flag variable.  This
should help clarify that.

Signed-off-by: Kyle Squizzato <kyle.squizzato@docker.com>
2018-05-03 16:36:30 -07:00
Joao Fernandes b20d1d4c2c Move UCP release notes to single page 2018-05-02 11:22:44 -07:00
Joao Fernandes e1e993e7b9 Leave breadcrumbs to new versions 2018-04-26 15:22:26 -07:00
Joao Fernandes 4b0a66c5d2 Release UCP 2.1.8 2018-04-16 13:31:24 -07:00
Joao Fernandes 4945785894 Release UCP 2.2.9 2018-04-16 13:31:24 -07:00
Joao Fernandes 9a4fdf9476 /enterprise -> /ee (#415)
* /enterprise -> /ee
* /datacenter/dtr/2.5 -> /ee/dtr/
* /datacenter/ucp/3.0->/ee/ucp
* Fix configs
* Fix broken images
* Remove unused images for DTR
* Remove unused images for UCP
* Add a few redirects to avoid breaking beta exercises
2018-04-16 13:31:24 -07:00
Jim Galasyn d9d05a6ee6 Rename interlock in TOC (#414) 2018-04-16 13:31:24 -07:00
Joao Fernandes 12837ac681 Add repo creation on push (#407) 2018-04-16 13:31:24 -07:00
Jim Galasyn cc17571772 Port misc topics to template; update dee-2.0 label (#395) 2018-04-16 13:31:24 -07:00
Jim Galasyn 0518ac55c2 Port UCP user topics to template (#391) 2018-04-16 13:31:24 -07:00
Jim Galasyn ab8767aadd Port rbac topics to template (#389) 2018-04-16 13:31:24 -07:00
Jim Galasyn 1b9d4807b7 Port monitoring topics to template (#388) 2018-04-16 13:31:24 -07:00