docker-archive / dockercloud-cli

CLI for Docker Cloud
https://cloud.docker.com/
Apache License 2.0
74 stars 40 forks source link

Add Whalebrew labels to Dockerfile #49

Closed bfirsh closed 7 years ago

bfirsh commented 7 years ago

Allows image to be installed as a Docker image with Whalebrew: https://github.com/bfirsh/whalebrew

It'd work like this:

$ whalebrew install dockercloud/cli

This is much better than using pip, and arguably for a Docker tool, using a Docker image is better than Homebrew. ;)

fermayo commented 7 years ago

Thanks @bfirsh, whalebrew looks amazing 👍