Aktualisierte gitea Daten.
This commit is contained in:
8
gitea/update-container
Executable file
8
gitea/update-container
Executable file
@@ -0,0 +1,8 @@
|
||||
#! /usr/bin/bash
|
||||
|
||||
echo "pulling image ${1}"
|
||||
docker pull ${1}
|
||||
|
||||
echo "removing container ${2}"
|
||||
docker rm -f ${2}
|
||||
|
||||
Reference in New Issue
Block a user