add script to recreate containers

This commit is contained in:
Girish Ramakrishnan
2022-07-12 16:14:40 +05:30
parent 2facc6774b
commit 5d16aca8f4
2 changed files with 33 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
#!/bin/bash
# This script is run on the base ubuntu. Put things here which are managed by ubuntu
# This script is also run after ubuntu upgrade
set -euv -o pipefail