Open eterps opened 10 years ago
The snapshot mechanism comes from https://github.com/scalefactory/vagrant-multiprovider-snap which we also maintain, but which doesn't support the Docker provider.
Our own use of vagrant-cucumber assumes that you want to snapshot the whole running state of the machine, rather than just the filesystem, and Docker doesn't (as far as I know) support that. I don't think there's any reason why we couldn't use whatever snapshots Docker does support though, if that'd be useful to you. Open a new issue (or a Pull Request ;) on the other project and we'll look from there.
Tried using Docker as a vagrant provider. It breaks on:
Not sure if a Docker provider makes sense for vagrant-cucumber, but I am looking for something more efficient than Virtualbox or VMWare.