million12 / linodeapi

Deploy CoreOS on Linode.
https://registry.hub.docker.com/u/million12/linode-coreos-api/
36 stars 9 forks source link

Docker: --config_local does not work #7

Closed ryzy closed 9 years ago

ryzy commented 9 years ago

This is because the file needs to be inside the docker, which is not the case.

Maybe good solution would be to assume that --config-local contains the cloud config content? Which will be then dumped to the file. Something like:

--config-local=$(< cloud-config.yaml)