runq master

0001-01-01


Description

Run regular Docker images in KVM/Qemu

Homepage

https://github.com/gotoz/runq

Install

uniget install runq

Dependencies

Code

See code on GitHub

Package

See package on GitHub

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” ] } } }

History

Link