Let's say I have started my containers with:
docker-compose -f docker-compose.yml -f docker-compose.override.localhost.yml up --build
Is there a way to lookup, for a given running container, what the command was that started it? Something (pseudocode) like docker origin-command <container id>
or similar?