I want to convert docker-compose.yml to (a set of) runc config.json.
I found so far:
- copying config.json from running docker container (is unreliable)
- somehow using dockerd API to create config.json from Docker Image
None of these handle parsing of the docker-compose.yml into usable runc specification. Does there exist something like this?