You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using docker in CoreOS I want to be able to install runtime hooks (prestart, poststart) into the
filesystem. Currently docker only reads hooks from /usr/libexec/oci/hooks.d, which is not writable.
Is it possible to create a new directory that would be writable e.g. /etc/libexec/oci/hooks.d and make podman aware of it?
The text was updated successfully, but these errors were encountered:
Is this a BUG REPORT or FEATURE REQUEST?:
[//]: # kind feature
Description
When using docker in CoreOS I want to be able to install runtime hooks (prestart, poststart) into the
filesystem. Currently docker only reads hooks from
/usr/libexec/oci/hooks.d
, which is not writable.Is it possible to create a new directory that would be writable e.g.
/etc/libexec/oci/hooks.d
and make podman aware of it?The text was updated successfully, but these errors were encountered: