remove docker.io from image path, update doc Signed-off-by: pdion891 <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/def2d036 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/tree/def2d036 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/diff/def2d036 Branch: refs/heads/master Commit: def2d036592e294d6abbe72b3112a4a16dfe4313 Parents: 5a91b0a Author: Pierre-Luc Dion <[email protected]> Authored: Tue Jun 30 08:35:53 2015 -0400 Committer: pdion891 <[email protected]> Committed: Sat Jul 4 08:27:51 2015 -0400 ---------------------------------------------------------------------- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/blob/def2d036/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index fc1fec8..c5b6a7e 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,19 @@ Please see the [CloudMonkey Wiki](https://cwiki.apache.org/confluence/display/CL ### Using Docker image -Use with CloudStack managemenent server as container: +The default configuration provided connect to CloudStack managemenent server as container: - $ docker run -ti --rm --link cloudstack:8080 docker.io/cloudstack/cloudmonkey +Enter the CLI: + + $ docker run -ti --rm --link cloudstack:8080 cloudstack/cloudmonkey + +To execute single api command: + + $ docker run -ti --rm --link cloudstack:8080 cloudstack/cloudmonkey list accounts Use your own CloudMonkey configuration file: - $ docker run -ti --rm -v `pwd`/.cloudmonkey:/cloudmonkey docker.io/cloudstack/cloudmonkey + $ docker run -ti --rm -v `pwd`/.cloudmonkey:/cloudmonkey cloudstack/cloudmonkey ### Build
