This Ansible role automates the process of installing the latest version of runsc
, the runtime for gVisor a.k.a. Google's sandboxing tool for containers, on a target machine or group of machines.
Docker must be installed on the target host.
---
- name: Install gvisor
hosts: all
become: true
roles:
- gvisor_install
GPLv3
Guillaume André: [email protected] Blog: https://blog.guillaumea.fr