Github user runseb commented on a diff in the pull request: https://github.com/apache/cloudstack-cloudmonkey/pull/7#discussion_r33458732 --- Diff: README.md --- @@ -7,6 +7,33 @@ with Apache CloudStack 4.0-incubating and above. ![version badge](https://badge.fury.io/py/cloudmonkey.png) ![download badge](http://img.shields.io/pypi/dm/cloudmonkey.png) + +### For users + +Install: + + $ pip install cloudmonkey + +Upgrade: + + $ pip install --upgrade cloudmonkey + +Please see the [CloudMonkey Wiki](https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+cloudmonkey+CLI) for usage. + + +### Using Docker image + +Use with CloudStack managemenent server as container: + + $ docker run -ti --rm --link cloudstack:8080 docker.io/cloudstack/cloudmonkey + +Use your own CloudMonkey configuration file: + + $ docker run -ti --rm -v `pwd`/.cloudmonkey:/cloudmonkey docker.io/cloudstack/cloudmonkey --- End diff -- same here
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---