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

Sub commands from documentation not available

Open daanemanz opened this issue 9 years ago • 1 comments

Some of the sub commands as documented in e.g. the golang application quickstart are not available. Examples are docker-cloud build and docker-cloud image. Will those be made available later?

Edit: I installed docker-cloud via Homebrew.

daanemanz avatar Feb 10 '16 05:02 daanemanz

We'll be updating the quickstarts section of the documentation. docker-cloud build will be docker build and docker-cloud image push will be docker tag XXX username/XXXX && docker push username/XXX.

fermayo avatar Feb 10 '16 08:02 fermayo