This is an automated email from the ASF dual-hosted git repository.
dahn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/main by this push:
new 23d89813b77 Added steps to get the offical docker image for cloudstack
simulator form Apache (#7192)
23d89813b77 is described below
commit 23d89813b7736200eec103de7e85ff2597f9dffc
Author: kiranchavala <[email protected]>
AuthorDate: Fri Feb 10 16:02:17 2023 +0530
Added steps to get the offical docker image for cloudstack simulator form
Apache (#7192)
---
tools/docker/README.md | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/tools/docker/README.md b/tools/docker/README.md
index cecf7b74850..4384342dbf3 100644
--- a/tools/docker/README.md
+++ b/tools/docker/README.md
@@ -11,8 +11,18 @@ Dockerfiles used to build CloudStack images are available on
Docker hub.
CloudStack Simulator is an all in one CloudStack Build including the simulator
that mimic Hypervisor. This is useful to test CloudStack API behavior without
having to deploy real hypervisor nodes. CloudStack Simulator is used for tests
and CI.
```
-docker pull cloudstack/simulator
-docker run --name simulator -p 8080:5050 -d cloudstack/simulator
+docker pull apache/cloudstack-simulator
+
+or pull it with a particular build tag
+
+docker pull apache/cloudstack-simulator:4.17.2.0
+
+docker run --name simulator -p 8080:5050 -d apache/cloudstack-simulator
+
+or
+
+docker run --name simulator -p 8080:5050 -d
apache/cloudstack-simulator:4.17.2.0
+
```
Access CloudStack UI