File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 1- FROM ubuntu:22.04
1+ FROM weizhouapache/docker-systemd:latest-ubuntu24
22MAINTAINER Wei Zhou <ustcweizhou@gmail.com>
33
44ENV DEBIAN_FRONTEND noninteractive
@@ -13,9 +13,4 @@ RUN echo "deb http://download.cloudstack.org/ubuntu jammy 4.19" > /etc/a
1313 apt install -y cloudstack-management && \
1414 apt install -y cloudstack-usage
1515
16- COPY bin /usr/bin
17- COPY entrypoint.sh /entrypoint.sh
18-
1916EXPOSE 8080 8250 8096 22
20-
21- ENTRYPOINT ["tini" , "--" , "/entrypoint.sh" ]
Original file line number Diff line number Diff line change 11version : " 2.4"
22services :
33 mgt01 :
4- image : ustcweizhou /cloudstack-management
4+ image : weizhouapache /cloudstack-management
55 hostname : mgt01
66 networks :
77 cloudstack :
8- ipv4_address : 10.0.34.217
8+ ipv4_address : 10.0.34.4
99
1010networks :
1111 cloudstack :
You can’t perform that action at this time.
0 commit comments