I’m on 1.12.0-rc3 and cannot use docker deploy
:
Client:
Version: 1.12.0-rc3
API version: 1.24
Go version: go1.6.2
Git commit: 91e29e8
Built: Sat Jul 2 00:10:17 2016
OS/Arch: linux/amd64
Server:
Version: 1.12.0-rc3
API version: 1.24
Go version: go1.6.2
Git commit: 91e29e8
Built: Sat Jul 2 00:10:17 2016
OS/Arch: linux/amd64
# docker deploy
docker: 'deploy' is not a docker command.
I’m on Debian Jessie and everything installed from Apt using docker-machine
using --engine-install-url experimental.docker.com
Do I need to do something to enable the experimental features?
1 Like
dvohra
(Dvohra)
July 6, 2016, 3:01pm
2
Have not found the docker deploy command documented. Please provide reference.
garnold54
(Grant Arnold)
July 6, 2016, 5:14pm
3
I have the same issue. I downloaded 1.12 rc3 and docker deploy isn’t available.
Context for docker deploy is here: https://blog.docker.com/2016/06/docker-app-bundle/
dvohra
(Dvohra)
July 7, 2016, 4:36pm
4
Isn’t the Bundles feature available in Compose only? Does the /compose/bundles directory not include docer deploy?
https://github.com/docker/docker/blob/master/experimental/docker-stacks-and-bundles.md
Yes, the creation of a bundle is part of docker-compose. However, I am talking about the deployment of that bundle. This is a sub-command of docker
from what I can see.
It was first mentioned on the docker blog .
It is an experimental feature, so I installed the experimental binary .
dvohra
(Dvohra)
July 7, 2016, 6:47pm
6
The docker deploy is also from Docker Compose. Is Docker compose not deployed?
docker deploy
is currently only in the experimental release of 1.12-rc3. Do you have the regular or experimental version?
Ref: https://github.com/docker/docker/releases
You need to install 1.12-rc3 with experimental features enabled.
See here:
https://github.com/docker/docker/tree/master/experimental
If you’re sure it’s installed from experimental and it’s still not there, it’s possible it may have been renamed or removed between RCs. Experiments are experiments, after all, and part of the reason to include something in experimental is that it can be yanked later if needed since it wasn’t presented as something that will always be around. The CLI around the new Swarm stuff (esp. experimental things like bundles) is still a bit in flux.
chachra
(Chachra)
August 3, 2016, 10:48pm
10
Don’t see it in GA release either?
It’s in 1.12.0 experimental (experimental.docker.com
), which is not what you usually get by default