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

It would be really convenient to have a JSON output format so that other tools could more easily wrap the CLI.

The docker container is not able to acces local files for configuration, only administration actions were possible. ``` docker run dockercloud/cli stack up -f docker-cloud.yml [Errno 2] No such file...

Hi - when running `docker-cloud service logs ` (with no `--follow`) it will print out the logs as expected, but the process will not exit. I have to `ctrl-c` to...

I'm trying to create a brand new service inside a specific Stack, which is possible from the dashboard ![image](https://cloud.githubusercontent.com/assets/2442390/17412098/5deb8cbe-5a51-11e6-8743-ac19022f8607.png) Is there any way to achieve this very same thing from...

When trying to deploy a stack with mysql image, I want to mount just one file (sql script) inside of the mysql docker container. This web: works both in docker...

# Feature Request ## Problem - I am trying to upgrade my `STAGING` tagged nodes to a new version of Docker. - I am unable to see the tags each...

The [docs](https://github.com/docker/dockercloud-cli#docker-image) say that to authenticate you need to export the environment variables: ``` export DOCKERCLOUD_USER= export DOCKERCLOUD_PASS= ``` But if you export those variables and then `docker run -it...

It would be nice if, when I update a stack using `docker-cloud stack update`, at least the following things happened: - Any new services were automatically started - Any services...

https://github.com/docker/dockercloud-cli/blob/master/requirements.txt If user doesn't hardcode this dependencies in dependent project any version change of six for example could break builds. I suppose `docker-cloud` is a lib. Isn't it? https://caremad.io/2013/07/setup-vs-requirement/