You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/docker/README.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,18 @@ Dockerfiles used to build CloudStack images are available on Docker hub.
11
11
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.
12
12
13
13
```
14
-
docker pull cloudstack/simulator
15
-
docker run --name simulator -p 8080:5050 -d cloudstack/simulator
14
+
docker pull apache/cloudstack-simulator
15
+
16
+
or pull it with a particular build tag
17
+
18
+
docker pull apache/cloudstack-simulator:4.17.2.0
19
+
20
+
docker run --name simulator -p 8080:5050 -d apache/cloudstack-simulator
21
+
22
+
or
23
+
24
+
docker run --name simulator -p 8080:5050 -d apache/cloudstack-simulator:4.17.2.0
0 commit comments