containers: start with base, s3ql, syncthing

This commit is contained in:
steveej 2018-02-18 21:33:49 +01:00
parent 81f953baee
commit 10d015bb63
2 changed files with 164 additions and 0 deletions

7
container-images/build.sh Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -xe
[ ! -z "$NAME" ]
nix-build . --show-trace -A "$NAME"
docker image rm "$NAME":latest --force
docker load -i result