raven/base/docker/README-docker-runtimes.d
2024-02-21 17:40:51 +06:00

8 lines
301 B
Makefile

Users can add runtimes (in addition to runc) to Docker by adding executable
files in /etc/docker-runtimes.d.
The name of the file becomes the name of the runtime.
To disable an installed runtime file without RPM clobbering it and re-enabling
it on an update, remove the executable bits (chmod a-x).