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

Docker provider lacks support for exporting boxes #10953

Open
mcandre opened this issue Jul 7, 2019 · 0 comments
Open

Docker provider lacks support for exporting boxes #10953

mcandre opened this issue Jul 7, 2019 · 0 comments

Comments

@mcandre
Copy link
Contributor

mcandre commented Jul 7, 2019

When I try to export my Docker-provided Vagrant box, I get an error:

The "package" command is not supported with the Docker provider.
If you'd like to commit or push your Docker container, please SSH
into the host VM (if there is one), and run `docker commit` and
so on manually.

Fortunately, this is easy to implement with docker export and docker build, using tarballs. Can we please implement vagrant package for Docker provider, so that users can customize and publish Docker-provided Vagrant boxes?

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

No branches or pull requests

2 participants