I'm using docker-machine with the google driver and I'm providing an image with both OS and Docker already provisioned therefore it's a waste going through the provision step (and sometimes it can take quite some time for nothing).
Is there any flag to skip this step?
If not, do you have recommendations on how to implement that? I'm willing to create a PR.
Hi,
I'm using
docker-machine
with thegoogle
driver and I'm providing an image with both OS and Docker already provisioned therefore it's a waste going through theprovision
step (and sometimes it can take quite some time for nothing).Is there any flag to skip this step?
If not, do you have recommendations on how to implement that? I'm willing to create a PR.
Cheers