I want to convert docker-compose.yml to (a set of) runc config.json.
I found so far:
None of these handle parsing of the docker-compose.yml into usable runc specification. Does there exist something like this?
I ended up just using a YAML parser to parse the docker-compose.yml. It turns out there are not that many things that a runc config has to get from the docker-compose.yml
most of which are not really relevant to most configurations