Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 457 Bytes

docker.md

File metadata and controls

22 lines (15 loc) · 457 Bytes

Note the instructions use podman instead of docker because at time of writing, docker doesn't yet have support for cgroup2.

Prebuilt image

$ podman run --privileged --cgroupns=host --pid=host -it below/below:latest

Local build

$ git clone https://github.com/facebookincubator/below.git ~/dev/below
<...>

$ cd ~/dev/below

$ podman build -t below .
<...>

$ podman run --privileged --cgroupns=host --pid=host -it below