Skip to content

Commit

Permalink
chore: Update jina/parsers/peapods/runtimes/container.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Jan 5, 2021
1 parent 2583874 commit ec52616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jina/parsers/peapods/runtimes/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ def mixin_container_runtime_parser(parser):
help='the path on the host to be mounted inside the container. '
'if separated by ":" the first part will be considered as the local host path and the second '
'part is the path in the container system. '
'If no split provided, then the basename of that directory will be mounted into container's root path, e.g. --volumes="/user/test/my-workspace" '
'If no split provided, then the basename of that directory will be mounted into container\'s root path, e.g. --volumes="/user/test/my-workspace" '
'will be mounted into "/my-workspace" inside the container. all volumes are mounted with '
'read-write mode.')

0 comments on commit ec52616

Please sign in to comment.