Initial support for clone jails

This commit is contained in:
JRGTH
2022-01-15 11:32:28 -04:00
parent 38bb7faabf
commit 03b9817f5a
4 changed files with 125 additions and 60 deletions
@@ -0,0 +1,4 @@
ARG BASE_TEMPLATE=default/base
ARG HOST_RESOLV_CONF=/etc/resolv.conf
INCLUDE ${BASE_TEMPLATE} --arg HOST_RESOLV_CONF="${HOST_RESOLV_CONF}"