Created Init-Container that pulls pubkeys from git, creates authorized_keys, ssh-host-keys and backup-repo folders

This commit is contained in:
nold 2020-03-24 16:00:00 +01:00
parent ac797c90f6
commit 1a8e59d773
11 changed files with 273 additions and 146 deletions

2
build.sh Normal file
View file

@ -0,0 +1,2 @@
docker build -t borg:git server
docker build -t borg:init init