Skip to content

Commit

Permalink
Update volume extension to use the new interface
Browse files Browse the repository at this point in the history
New interface from #85
  • Loading branch information
tfoote committed Sep 20, 2024
1 parent 034e91d commit d768ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rocker/volume_extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def get_docker_args(self, cli_args):
return ' '.join(args)

@staticmethod
def register_arguments(parser):
def register_arguments(parser, default={}):
parser.add_argument(Volume.ARG_ROCKER_VOLUME,
metavar='HOST-DIR[:CONTAINER-DIR[:OPTIONS]]',
type=str,
Expand Down

0 comments on commit d768ab4

Please sign in to comment.