Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add optional path parameter #8

Merged
merged 1 commit into from
Sep 10, 2023
Merged

Add optional path parameter #8

merged 1 commit into from
Sep 10, 2023

Conversation

sapfeer0k
Copy link

It is very convenient to mount only necessary directory inside of the container instead of mounting the root dir. This PR proposes optional parameter path that controls path inside of the container to be mounted.

Copy link
Owner

@dguerri dguerri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!
(Also for typos correction)

@@ -39,11 +40,14 @@ func init() {
flag.BoolVar(&printVersion, "version", false, "Print the version and exit")
flag.BoolVar(&printVersion, "v", false, "Print the version and exit")

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤦🏼‍♂️

@dguerri dguerri merged commit e1aaa57 into dguerri:main Sep 10, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants