Files
docker/gitea/update-container
2026-01-19 09:26:32 +01: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}