/dev/random

Run dev container on flatpack on Silverblue

https://github.com/flathub/com.visualstudio.code/issues/55#issuecomment-1409226145

flatpak override --user --filesystem=/run/user/1000/docker.sock com.visualstudio.code
{
  "terminal.integrated.profiles.linux": {
    "host-zsh": {
      "path": "/usr/bin/flatpak-spawn",
      "args": [
        "--env=TERM=xterm-256color",
        "--host",
        "zsh"
      ]
    }
  },
  // ...
  "docker.dockerPath": "/run/host/usr/bin/docker",
  "dev.containers.dockerComposePath": "/run/host/usr/bin/docker-compose",
  "dev.containers.dockerPath": "/run/host/usr/bin/docker"
}