Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass custom docker-machine flags to dinghy create #122

Open
manojlds opened this issue Jan 8, 2016 · 5 comments
Open

Pass custom docker-machine flags to dinghy create #122

manojlds opened this issue Jan 8, 2016 · 5 comments

Comments

@manojlds
Copy link

manojlds commented Jan 8, 2016

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

@manojlds
Copy link
Author

manojlds commented Jan 8, 2016

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

@codekitchen
Copy link
Owner

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

@danny-balance
Copy link

👍 for custom flags on dinghy create

@mrwilby
Copy link

mrwilby commented Jan 25, 2016

+1 Would be useful

@codekitchen codekitchen changed the title How to set insecure registry for docker? Pass custom docker-machine flags to dinghy create Feb 8, 2016
@jeffgran
Copy link

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants