dinghy icon indicating copy to clipboard operation
dinghy copied to clipboard

Pass custom docker-machine flags to `dinghy create`

Open manojlds opened this issue 9 years ago • 5 comments
trafficstars

With docker-machine, I am able to pass the argument --engine-insecure-registry <registry> when creating the vm.

manojlds avatar Jan 08 '16 18:01 manojlds

Current workaround is to set EXTRA_ARGS with --insecure-registry in /var/lib/boot2docker/profile and restart the docker-machine.

manojlds avatar Jan 08 '16 19:01 manojlds

You could always create the machine directly by calling docker-machine create <opts...> dinghy, but for ease-of-use maybe it's worth adding the ability to specify custom docker-machine create flags when calling dinghy create, something like dinghy create -p virtualbox -- --insecure-registry XX

codekitchen avatar Jan 08 '16 21:01 codekitchen

:+1: for custom flags on dinghy create

danny-balance avatar Jan 20 '16 05:01 danny-balance

+1 Would be useful

mrwilby avatar Jan 25 '16 21:01 mrwilby

:+1:

jeffgran avatar Feb 16 '16 20:02 jeffgran