dinghy
dinghy copied to clipboard
Pass custom docker-machine flags to `dinghy create`
With docker-machine, I am able to pass the argument --engine-insecure-registry <registry> when creating the vm.
Current workaround is to set EXTRA_ARGS with --insecure-registry in /var/lib/boot2docker/profile and restart the docker-machine.
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
:+1: for custom flags on dinghy create
+1 Would be useful
:+1: