If I understand well the file
io.containerd.metadata.v1.bolt/meta.db
on containerd context is Metadata that tell to containerd which container to run and which permission etc.
How can I edit that Meta.db file so when containerd will run the some file will be written at /tmp/running
?
Thank you