We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b905f2 commit 585bb69Copy full SHA for 585bb69
ct/homeassistant.sh
@@ -48,6 +48,7 @@ function update_script() {
48
docker pull "${CONTAINER_IMAGE}"
49
LATEST_IMAGE="$(docker inspect --format "{{.Id}}" --type image "${CONTAINER_IMAGE}")"
50
if [[ "${RUNNING_IMAGE}" != "${LATEST_IMAGE}" ]]; then
51
+ pip install -U runlike
52
echo "Updating ${container} image ${CONTAINER_IMAGE}"
53
DOCKER_COMMAND="$(runlike --use-volume-id "${container}")"
54
docker rm --force "${container}"
0 commit comments