bastille: Add migrate as subcommand

This commit is contained in:
tschettervictor
2025-05-04 18:52:54 -06:00
committed by GitHub
parent 356a2264c7
commit 2c0f2219ca

View File

@@ -96,6 +96,7 @@ Available Commands:
jcp cp(1) files from a jail to jail(s).
limits Apply resources limits to targeted container(s). See rctl(8).
list List containers (running).
migrate Migrate targetted jail(s) to a remote system.
mount Mount a volume inside the targeted container(s).
network Add/remove network interfaces from targeted container.
pkg Manipulate binary packages within targeted container(s). See pkg(8).
@@ -209,6 +210,7 @@ case "${CMD}" in
jcp| \
limits| \
list| \
migrate| \
network| \
rcp| \
rdr| \