runq master
0001-01-01
Tags: #category/security #container/runtime #lang/go #standard/oci
Description
Run regular Docker images in KVM/Qemu
Homepage
Install
uniget install runq
Dependencies
Code
Package
Platforms
- linux/amd64
Messages
update
Add crun to Docker runtimes by merging the following into /etc/docker/daemon.json:
{ “runtimes”: { “runq”: { “path”: “{{ .Target }}/var/lib/runq/runq”, “runtimeArgs”: [ “–cpu”, “1”, “–mem”, “256”, “–dns”, “8.8.8.8,8.8.4.4”, “–tmpfs”, “/tmp” ] } } }