docker / machine

Machine management for a container-centric world
https://docs.docker.com/machine/
Apache License 2.0
6.63k stars 1.97k forks source link

Skip provisioning when creating a machine #4871

Closed asticode closed 3 years ago

asticode commented 3 years ago

Hi,

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.

Cheers

asticode commented 3 years ago

I've forked and made changes myself, don't think they can be incorporated in the original repo. Closing this issue

Cheers