Daniel Nephin
|
4b230af83f
|
Add a short flag for docker stack deploy
Signed-off-by: Daniel Nephin <dnephin@docker.com>
(cherry picked from commit f1dd721b69 )
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
|
2016-11-28 11:22:59 -08:00 |
|
Daniel Nephin
|
95398c33cc
|
Move docker stack out of experimental
Signed-off-by: Daniel Nephin <dnephin@docker.com>
(cherry picked from commit 6df5baf30f )
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
|
2016-11-21 14:47:24 -08:00 |
|
Aanand Prasad
|
aa5e7d038a
|
Reinstate --bundle-file argument to 'docker deploy'
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
|
2016-11-10 11:28:18 -05:00 |
|
Daniel Nephin
|
b45581b786
|
Remove bundlefile
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2016-11-10 11:28:18 -05:00 |
|
Daniel Nephin
|
cbbc6b4d9b
|
Convert deploy to use a compose-file.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2016-11-10 11:28:18 -05:00 |
|
Kenfe-Mickael Laventure
|
7781a1bf0f
|
Make experimental a runtime flag
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
|
2016-10-24 15:20:01 -07:00 |
|
Daniel Nephin
|
9c2b935812
|
Replace api/client imports with cli/command in experimental files.
Using
git grep -l 'client\.DockerCli' cli/command/stack/ | xargs sed -i -e 's/client\.DockerCli/command\.Dockercli/g'
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2016-09-08 15:46:48 -04:00 |
|
Daniel Nephin
|
0640a14b4f
|
Move api/client -> cli/command
Using
gomvpkg
-from github.com/docker/docker/api/client
-to github.com/docker/docker/cli/command
-vcs_mv_cmd 'git mv {{.Src}} {{.Dst}}'
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2016-09-08 15:46:29 -04:00 |
|