Github user runseb commented on a diff in the pull request:
https://github.com/apache/cloudstack-cloudmonkey/pull/7#discussion_r33458727
--- Diff: README.md ---
@@ -7,6 +7,33 @@ with Apache CloudStack 4.0-incubating and above.
 
+
+### 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
--- End diff --
I think you can drop the docker.io 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 [email protected] or file a JIRA ticket
with INFRA.
---