docker icon indicating copy to clipboard operation
docker copied to clipboard

Writable oci hooks directory for CoreOS

Open zvonkok opened this issue 6 years ago • 0 comments

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?

zvonkok avatar Sep 17 '18 12:09 zvonkok