DockerCLI/cli/command/stack
Silvin Lubecki b816bde6cc Fix docker stack services command on Port output when kubernetes service is a LoadBalancer or a NodePort
* added tests on Kubernetes service conversion to swarm service

Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
2018-03-14 11:33:42 +01:00
..
kubernetes Fix docker stack services command on Port output when kubernetes service is a LoadBalancer or a NodePort 2018-03-14 11:33:42 +01:00
loader Automated migration 2018-03-05 19:41:17 -05:00
options Add support for multiple composefile when deploying 2018-01-29 17:27:25 -08:00
swarm Fixes some unit tests to be able to run them on windows 2018-03-07 18:18:13 +01:00
testdata Refactor stack command 2017-12-26 11:45:56 +01:00
client_test.go Refactor stack command 2017-12-26 11:45:56 +01:00
cmd.go Annotate "stack" commands to be "swarm" and "kubernetes" 2018-01-22 15:44:47 -08:00
deploy.go Print Stack API version in version command 2018-02-26 01:16:49 +01:00
list.go Print Stack API version in version command 2018-02-26 01:16:49 +01:00
list_test.go Convert assert.Check with 2018-03-06 15:43:53 -05:00
ps.go Print Stack API version in version command 2018-02-26 01:16:49 +01:00
ps_test.go Convert assert.Check(t, is.Error()) to assert.Error 2018-03-06 16:00:28 -05:00
remove.go Print Stack API version in version command 2018-02-26 01:16:49 +01:00
remove_test.go Convert assert.Check(t, is.Error()) to assert.Error 2018-03-06 16:00:28 -05:00
services.go Print Stack API version in version command 2018-02-26 01:16:49 +01:00
services_test.go Convert assert.Check with 2018-03-06 15:43:53 -05:00