This guide shows per example the installation of the Java SDK versions 8 (LTS, already installed) and 11 (LTS).
apt --names-only search "openjdk-.*jre$"
> Sorting... Done| #!/bin/sh | |
| VERSION=v0.36.0 # use the latest release version from https://github.com/google/cadvisor/releases | |
| sudo podman run -d --name cadvisor \ | |
| --volume /:/rootfs:ro \ | |
| --volume /nix:/nix:ro \ | |
| --volume /var/run:/var/run:rw \ | |
| --volume /sys:/sys:ro \ | |
| --volume /sys/fs/cgroup:/sys/fs/cgroup:ro \ | |
| --volume /dev/disk/:/dev/disk:ro \ |