Skip to content

Commit

Permalink
add cli option to use podman
Browse files Browse the repository at this point in the history
  • Loading branch information
tfoote committed Nov 14, 2024
1 parent 13801e3 commit c3f57f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rocker/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def main():
parser.add_argument('--nocleanup', action='store_true', help='do not remove the docker container when stopped')
parser.add_argument('--persist-image', action='store_true', help='do not remove the docker image when stopped', default=False) #TODO(tfoote) Add a name to it if persisting
parser.add_argument('--pull', action='store_true')
parser.add_argument('--use-podman', action='store_true')
parser.add_argument('--version', action='version',
version='%(prog)s ' + get_rocker_version())

Expand Down

0 comments on commit c3f57f5

Please sign in to comment.