From what I can tell runc list
allows to pass a root directory for container storage. But I can't figure out what root directory to pass for docker. I tried /var/lib/docker/containers
but it says container don't exist. I do have containers showing up in docker ps
(fyi).
Or am I wrong in assuming that docker still uses runc to run containers?
EDIT: Based on Niklas's answer. Is there a way of finding root directories for runc - from docker or the scanning the file system?