-
Notifications
You must be signed in to change notification settings - Fork 2k
Config file for docker-machine create
#1802
Comments
At the moment, no. However, a lot of the work I'm doing now for 0.5.0 ( Out of curiosity, which parameters from the existing boot2docker config do you think would be most useful to you? |
If creating your machines using a separate tool is ok to your use case, you could also look into machinery. It uses a simple YAML syntax to perform this kind of automation. |
One place where I could see this useful are development environments. Currently, using Vagrant with docker is pretty handy because I can just put a With a |
I guess the most important things to me are things like memory, cpus, disk space, driver, etc. Admittedly, they can be passed in by CLI, which I do now. However, I provide a wrapper script for internal users to start a base |
Related with this issue if not duplicate ? #773 |
Is it possible to create a machine using a config file? This was true of
boot2docker init
and it would make it really convenient for being able to easily recreate the same VM. If it's not currently possible, I would like to request this feature.The text was updated successfully, but these errors were encountered: