create/enter: add dry-run mode that only prints the command to execute

This commit is contained in:
89luca89
2022-01-28 21:46:38 +01:00
parent b966ededee
commit a627a6291d
7 changed files with 38 additions and 1 deletions
+1
View File
@@ -38,6 +38,7 @@ Options:
--additional-flags/-a: additional flags to pass to the container manager command
--init-hooks additional commands to execute during container initialization
--help/-h: show this message
--dry-run/-d: only print the container manager command generated
--verbose/-v: show more verbosity
--version/-V: show version
+1
View File
@@ -25,6 +25,7 @@ Options:
--no-tty/-T: do not instantiate a tty
--additional-flags/-a: additional flags to pass to the container manager command
--help/-h: show this message
--dry-run/-d: only print the container manager command generated
--verbose/-v: show more verbosity
--version/-V: show version