8 lines
301 B
Makefile
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).
|