diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ffe9657 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +vim/.netrwhist diff --git a/scripts/copy-container b/scripts/copy-container new file mode 100755 index 0000000..9814583 --- /dev/null +++ b/scripts/copy-container @@ -0,0 +1,4 @@ +#!/bin/bash +# $1 is for the container to be copied +# $2 is the name of the newly snapshotted container +lxc-copy -n $1 -N $2 -B overlayfs -s