Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

Specify destination file name for created image #217

Open
grepory opened this issue Oct 25, 2016 · 2 comments
Open

Specify destination file name for created image #217

grepory opened this issue Oct 25, 2016 · 2 comments

Comments

@grepory
Copy link

grepory commented Oct 25, 2016

I'd like to have a --output PATH argument, such that I could do the following:

docker2aci docker_image.tar --output /arbitrary/path/docker_image.aci

If /arbitary or /arbitrary/path does not exist, bail. Otherwise, write to that path instead of computing the aci filename and always outputting to CWD.

@jonboulle
Copy link
Contributor

Seems pretty straightforward - would you by any chance be open to putting
up a patch for this?

On 25 October 2016 at 18:12, Greg Poirier [email protected] wrote:

I'd like to have a --output PATH argument, such that I could do the
following:

docker2aci docker_image.tar --output /arbitrary/path/docker_image.aci

If /arbitary or /arbitrary/path does not exist, bail. Otherwise, write to
that path instead of computing the aci filename and always outputting to
CWD.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#217, or mute the thread
https://github.com/notifications/unsubscribe-auth/ACewN9ApyPfdJkBGRNbJO32xCmqTD6avks5q3ipqgaJpZM4KgLtD
.

@grepory
Copy link
Author

grepory commented Oct 27, 2016

Happily!

On Oct 27, 2016, at 8:58 AM, Jonathan Boulle [email protected] wrote:

Seems pretty straightforward - would you by any chance be open to putting
up a patch for this?

On 25 October 2016 at 18:12, Greg Poirier [email protected] wrote:

I'd like to have a --output PATH argument, such that I could do the
following:

docker2aci docker_image.tar --output /arbitrary/path/docker_image.aci

If /arbitary or /arbitrary/path does not exist, bail. Otherwise, write to
that path instead of computing the aci filename and always outputting to
CWD.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#217, or mute the thread
https://github.com/notifications/unsubscribe-auth/ACewN9ApyPfdJkBGRNbJO32xCmqTD6avks5q3ipqgaJpZM4KgLtD
.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants