-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9098 from ollypom/privateintopublic
Merge remote-tracking branch 'private/master' into public
- Loading branch information
Showing
532 changed files
with
51,597 additions
and
1,991 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
command: docker template | ||
short: Use templates to quickly create new services | ||
long: Use templates to quickly create new services | ||
pname: docker | ||
plink: docker.yaml | ||
cname: | ||
- docker template config | ||
- docker template inspect | ||
- docker template list | ||
- docker template scaffold | ||
- docker template version | ||
clink: | ||
- docker_template_config.yaml | ||
- docker_template_inspect.yaml | ||
- docker_template_list.yaml | ||
- docker_template_scaffold.yaml | ||
- docker_template_version.yaml | ||
deprecated: false | ||
experimental: false | ||
experimentalcli: true | ||
kubernetes: false | ||
swarm: false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
command: docker template config | ||
short: Modify docker template configuration | ||
long: Modify docker template configuration | ||
pname: docker template | ||
plink: docker_template.yaml | ||
cname: | ||
- docker template config set | ||
- docker template config view | ||
clink: | ||
- docker_template_config_set.yaml | ||
- docker_template_config_view.yaml | ||
deprecated: false | ||
experimental: false | ||
experimentalcli: true | ||
kubernetes: false | ||
swarm: false | ||
|
48 changes: 48 additions & 0 deletions
48
_data/application-template/docker_template_config_set.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
command: docker template config set | ||
short: set default values for docker template | ||
long: set default values for docker template | ||
usage: docker template config set | ||
pname: docker template config | ||
plink: docker_template_config.yaml | ||
options: | ||
- option: feedback | ||
value_type: bool | ||
default_value: "false" | ||
description: | | ||
Send anonymous feedback about usage (performance, failure status, os, version) | ||
deprecated: false | ||
experimental: false | ||
experimentalcli: false | ||
kubernetes: false | ||
swarm: false | ||
- option: no-feedback | ||
value_type: bool | ||
default_value: "false" | ||
description: Don't send anonymous feedback | ||
deprecated: false | ||
experimental: false | ||
experimentalcli: false | ||
kubernetes: false | ||
swarm: false | ||
- option: org | ||
value_type: string | ||
description: Set default organization / docker hub user | ||
deprecated: false | ||
experimental: false | ||
experimentalcli: false | ||
kubernetes: false | ||
swarm: false | ||
- option: server | ||
value_type: string | ||
description: Set default registry server (host[:port]) | ||
deprecated: false | ||
experimental: false | ||
experimentalcli: false | ||
kubernetes: false | ||
swarm: false | ||
deprecated: false | ||
experimental: false | ||
experimentalcli: true | ||
kubernetes: false | ||
swarm: false | ||
|
22 changes: 22 additions & 0 deletions
22
_data/application-template/docker_template_config_view.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
command: docker template config view | ||
short: view default values for docker template | ||
long: view default values for docker template | ||
usage: docker template config view | ||
pname: docker template config | ||
plink: docker_template_config.yaml | ||
options: | ||
- option: format | ||
value_type: string | ||
default_value: yaml | ||
description: Configure the output format (json|yaml) | ||
deprecated: false | ||
experimental: false | ||
experimentalcli: false | ||
kubernetes: false | ||
swarm: false | ||
deprecated: false | ||
experimental: false | ||
experimentalcli: true | ||
kubernetes: false | ||
swarm: false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
command: docker template inspect | ||
short: Inspect service templates or application templates | ||
long: Inspect service templates or application templates | ||
usage: docker template inspect <service or application> | ||
pname: docker template | ||
plink: docker_template.yaml | ||
options: | ||
- option: format | ||
value_type: string | ||
default_value: pretty | ||
description: Configure the output format (pretty|json|yaml) | ||
deprecated: false | ||
experimental: false | ||
experimentalcli: false | ||
kubernetes: false | ||
swarm: false | ||
deprecated: false | ||
experimental: false | ||
experimentalcli: true | ||
kubernetes: false | ||
swarm: false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
command: docker template list | ||
aliases: ls | ||
short: List available templates with their informations | ||
long: List available templates with their informations | ||
usage: docker template list | ||
pname: docker template | ||
plink: docker_template.yaml | ||
options: | ||
- option: format | ||
value_type: string | ||
default_value: pretty | ||
description: Configure the output format (pretty|json|yaml) | ||
deprecated: false | ||
experimental: false | ||
experimentalcli: false | ||
kubernetes: false | ||
swarm: false | ||
- option: type | ||
value_type: string | ||
default_value: all | ||
description: Filter by type (application|service|all) | ||
deprecated: false | ||
experimental: false | ||
experimentalcli: false | ||
kubernetes: false | ||
swarm: false | ||
deprecated: false | ||
experimental: false | ||
experimentalcli: true | ||
kubernetes: false | ||
swarm: false | ||
|
Oops, something went wrong.