Add 'config' command to get/set jail config properties.

This commit is contained in:
Chris Wells
2020-11-28 12:09:56 -05:00
parent a9ea02b743
commit 4c9f1aca25
3 changed files with 116 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ Available Commands:
bootstrap Bootstrap a FreeBSD release for container base.
clone Clone an existing container.
cmd Execute arbitrary command on targeted container(s).
config Get or set a config value for the targeted container(s).
console Console into a running container.
convert Convert a thin container into a thick container.
cp cp(1) files from host to targeted container(s).