Commit Graph

21 Commits

Author SHA1 Message Date
Joao Fernandes
653116fb8d Update UCP cli docs 2018-06-04 16:23:34 -04:00
Xinfeng Liu
5fd9b8c08f Add '--pod-cidr' and '--cloud-provider' in ucp install options
To match with the output of  "ucp install --help". The "--pod-cidr" is important to let the user choose CIDR when the default pod IP range 192.168.0.0/16 has conflicts to the nodes' network.
2018-05-03 17:01:10 -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
3ee205cfd8 Fix CLI reference 2018-04-16 13:31:24 -07:00
Jim Galasyn
ada9486113 Replace page variables with hard-coded version (#433) 2018-04-16 13:31:24 -07:00
Joao Fernandes
dfc9684af4 Update DTR reference docs 2018-04-16 13:31:24 -07:00
Jim Galasyn
125b1d6b9f Tweak k8s URLs to point to v1.8 topics (#417) 2018-04-16 13:31:24 -07:00
Joao Fernandes
a702c7ad47 Fix broken link 2018-04-16 13:31:24 -07:00
Jim Galasyn
1893c861fe Update UCP CLI reference (#413) 2018-04-16 13:31:24 -07:00
Jim Galasyn
524a7f1e05 Update UCP API reference (#409) 2018-04-16 13:31:24 -07:00
Joao Fernandes
08b4b9ecbf Move UCP reference to /reference 2018-04-16 13:31:24 -07:00
Joao Fernandes
7857b354ed Move DTR reference docs to /reference 2018-04-16 13:31:24 -07:00
Misty Stanley-Jones
9d5e59d503 Moved engine imported docs to the engine subdirectory 2016-09-29 11:19:31 -07:00
allencloud
c1be45fa38 fix typos
Signed-off-by: allencloud <allen.sun@daocloud.io>
2016-06-02 17:17:22 +08:00
Tonis Tiigi
ea3cbd3274 Safer file io for configuration files
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2016-04-21 11:31:15 -07:00
Tonis Tiigi
16e4c4e481 Fix docker run for 64 byte hex ID
Fixes #20972

Also makes sure there is no check to registry if
no image is found for the prefixed IDs.

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2016-03-11 10:02:47 -08:00
Aaron Lehmann
e2afab9c4a Allow uppercase characters in image reference hostname
This PR makes restores the pre-Docker 1.10 behavior of allowing
uppercase characters in registry hostnames.

Note that this only applies to hostnames, not remote image names.
Previous versions also prohibited uppercase letters after the hostname,
but Docker 1.10 extended this to the hostname itself.

- Vendor updated docker/distribution.

- Add a check to "normalize" that rejects remote names with uppercase
  letters.

- Add test cases to TestTagValidPrefixedRepo and
  TestTagInvalidUnprefixedRepo

Fixes: #20056

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2016-02-10 14:03:41 -08:00
Tonis Tiigi
eeb2d4c1ad Clean up reference type switches
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2015-12-16 11:58:53 -08:00
Tonis Tiigi
15d84a3a48 Improve reference parse errors
Fixes #18093

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2015-12-16 11:58:53 -08:00
Tonis Tiigi
ffded61dad Update Named reference with validation of conversions
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2015-12-16 11:58:52 -08:00
Tonis Tiigi
2655954c2d Add own reference package wrapper
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2015-12-16 11:58:52 -08:00