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

feat: Automatic argument mounting #43

Open
k-kinzal opened this issue Jan 6, 2019 · 0 comments
Open

feat: Automatic argument mounting #43

k-kinzal opened this issue Jan 6, 2019 · 0 comments
Labels
Milestone

Comments

@k-kinzal
Copy link
Owner

k-kinzal commented Jan 6, 2019

Derived from #17.

Proposal

/bin/curl:
  image: tutum/curl
  tag: alpine
  experimental: true
  entrypoint: curl
$ curl ... -O $HOME/Downloads
$ cat $HOME/Downloads/[your download file]

We propose mounting the path specified by the argument.

  • host: Always mount if the argument contains a path
  • guest: If mounted on guest mount it. Otherwise, a warning is displayed.

However, this is complicated.
Therefore we want to work only when experimental flag is enabled.
If it stabilizes, remove the flag of experimental to make it the default behavior.

@k-kinzal k-kinzal added this to the v0.3.0 milestone Jan 6, 2019
@k-kinzal k-kinzal modified the milestones: v0.3.0, v0.4.0 Feb 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant