gvisor 20240826

0001-01-01


Description

Application Kernel for Containers

Homepage

https://gvisor.dev

Install

uniget install gvisor

Dependencies

Code

See code on GitHub

Package

See package on GitHub

Platforms

  • linux/amd64
  • linux/arm64

Messages

update

Add crun to Docker runtimes by merging the following into /etc/docker/daemon.json:

{ “runtimes”: { “runsc”: { “path”: “{{ .Target }}/bin/runsc” } } }

History

Link