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 Oct 25, 2023
1 parent c3be875 commit b99bb9a
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 @@ -36,6 +36,7 @@ def main():
parser.add_argument('--nocache', action='store_true')
parser.add_argument('--nocleanup', action='store_true', help='do not remove the docker container when stopped')
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 b99bb9a

Please sign in to comment.