mirror of https://github.com/tteck/Proxmox.git
Update podman_ha_setup.sh
This commit is contained in:
parent
526deac5ef
commit
7aa9f19086
|
@ -66,20 +66,20 @@ echo -en "${GN} Installing Podman... "
|
||||||
apt-get -y install podman &>/dev/null
|
apt-get -y install podman &>/dev/null
|
||||||
echo -e "${CM}${CL} \r"
|
echo -e "${CM}${CL} \r"
|
||||||
|
|
||||||
echo -en "${GN} Pulling Yacht Image... "
|
#echo -en "${GN} Pulling Yacht Image... "
|
||||||
podman pull docker.io/selfhostedpro/yacht:latest &>/dev/null
|
#podman pull docker.io/selfhostedpro/yacht:latest &>/dev/null
|
||||||
echo -e "${CM}${CL} \r"
|
#echo -e "${CM}${CL} \r"
|
||||||
|
|
||||||
echo -en "${GN} Installing Yacht... "
|
#echo -en "${GN} Installing Yacht... "
|
||||||
podman volume create yacht >/dev/null
|
#podman volume create yacht >/dev/null
|
||||||
podman run \
|
#podman run \
|
||||||
--name yacht \
|
# --name yacht \
|
||||||
--restart always \
|
# --restart always \
|
||||||
-v /var/run/podman/podman.sock:/var/run/docker.sock \
|
# -v /var/run/podman/podman.sock:/var/run/docker.sock \
|
||||||
-v yacht:/config \
|
# -v yacht:/config \
|
||||||
-p 8000:8000 \
|
# -p 8000:8000 \
|
||||||
selfhostedpro/yacht:latest &>/dev/null
|
# selfhostedpro/yacht:latest &>/dev/null
|
||||||
echo -e "${CM}${CL} \r"
|
#echo -e "${CM}${CL} \r"
|
||||||
|
|
||||||
echo -en "${GN} Pulling Home Assistant Image... "
|
echo -en "${GN} Pulling Home Assistant Image... "
|
||||||
podman pull docker.io/homeassistant/home-assistant:stable &>/dev/null
|
podman pull docker.io/homeassistant/home-assistant:stable &>/dev/null
|
||||||
|
|
Loading…
Reference in New Issue