Update podman_ha_setup.sh

This commit is contained in:
tteckster 2022-04-03 18:35:42 -04:00 committed by GitHub
parent 526deac5ef
commit 7aa9f19086
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 13 deletions

View File

@ -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