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

provider/docker: Docker upload #4921

Closed
wants to merge 3 commits into from

Conversation

ColinHebert
Copy link
Contributor

This should allow the user to upload custom files/folders to the docker container before starting it.

In terms of command line, this is the equivalent of:

docker create --name blah image
docker cp local_path blah:remote_path
docker start blah

"regexp"

"github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not sure whether transitive dependencies are the way to go here. Any suggestions?

@radeksimko radeksimko added the wip label Feb 1, 2016
@ColinHebert ColinHebert changed the title provider/docker: Docker upload (WIP) [WIP] provider/docker: Docker upload Feb 2, 2016
@ColinHebert
Copy link
Contributor Author

@jen20 @radeksimko, any opinion/ advices regarding the comments above?

@phinze phinze removed the wip label Feb 9, 2016
@ColinHebert ColinHebert changed the title [WIP] provider/docker: Docker upload provider/docker: Docker upload Apr 24, 2016
@radeksimko
Copy link
Member

Hi @ColinHebert
Would you mind describing some use cases for this?

It feels like a functionality that belongs into either Packer or some kind of provisioner rather than a resource - but I may misunderstood your intentions here.

@radeksimko radeksimko added the waiting-response An issue/pull request is waiting for a response from the community label Jul 9, 2016
@radeksimko
Copy link
Member

I just found #6827 (docker provisioner) - would that be sufficient for your use case (when finished)?

@stack72
Copy link
Contributor

stack72 commented Oct 27, 2016

@ColinHebert I am going to close this PR out. It's been a while since any communication on it - I am going to assume (for now) that it's not needed. If you feel it still is, please just have a read back through and let us know :)

Thanks for all the work here!

Paul

@stack72 stack72 closed this Oct 27, 2016
@ghost
Copy link

ghost commented Apr 21, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement provider/docker waiting-response An issue/pull request is waiting for a response from the community
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants