Files
docker/homeassistant/update-container
2025-08-07 13:53:12 +02:00

9 lines
112 B
Bash
Executable File

#! /usr/bin/bash
echo "pulling image ${1}"
docker pull ${1}
echo "removing container ${2}"
docker rm -f ${2}