dockercloud-cli icon indicating copy to clipboard operation
dockercloud-cli copied to clipboard

CLI for Docker Cloud

Results 23 dockercloud-cli issues
Sort by recently updated
recently updated
newest added

Hi, calling `docker-cloud service env ls :ID` on a running service that needs to be redeployed (e.g. after a `dcs set --image name:latest :ID`) will shows this error message: 'NoneType'...

`docker` CLI allows multiple ports to be supported using `-p 8091-8093:8091-8093` format. `docker-cloud` CLI gives the following error: ``` docker-cloud service create -p 8091-8093:8091-8093 -p 11210:11210 arungupta/couchbase publish port 8091-8093:8091-8093...

I have a bash script, which my CI system is using to redeploy an environment. Script located: https://gist.github.com/jblac/b79e549ecb282175d07451ebe189aac1 This works, problem that I'm having is it's not reliable. Sometimes my...

docker-cloud -v docker-cloud 1.0.9 Hi there. I'm using the technique of running docker-cloud on a container on my mac. Here's my alias in my .bash_profile alias docker-cloud="docker run -it -e...

Docker compose supports configuration file inheritance like so : https://docs.docker.com/compose/extends/#example-use-case but when I try in with the tool to : `docker-cloud stack create -f somefile.yml -f prodfile.yml` only the second...

I tried to run docker-cloud in a container, with a custom config file location for the Docker client under: DOCKER_CONFIG=/roj/config While I can do a `docker login`, including the information...

Reposting here as suggested here: https://github.com/docker/for-win/issues/368 docker-cloud appears to work fine in Python 2.7 but not 3.5? Expected behavior C:\Users\downess>docker-cloud -v docker-cloud 1.0.0 Actual behavior C:\Users\downess>docker-cloud -v Traceback (most recent...

Had to upgrade my CircleCI python version since docker-compose mysteriously broke. Now docker-compose works fine on python 3.5.1 but docker-cloud doesn't! I don't see any mention in the docs about...

Gives back following error when invoking either `docker-cloud` or `sudo docker-cloud`. Manjaro linux latest updates installed. ``` Traceback (most recent call last): File "/usr/bin/docker-cloud", line 11, in load_entry_point('docker-cloud==1.0.7', 'console_scripts', 'docker-cloud')()...