{
  "slug": "find-large-files",
  "title": "Find the Files Eating Your Disk",
  "fixture": "containers/file-lab",
  "command_count": 3,
  "container_tool": "docker",
  "image": "localhost/linuxoneliners-lab:latest",
  "exit_code": 0,
  "elapsed_ms": 199,
  "stdout": "::fixture-ready::\n$ df -h\nFilesystem      Size  Used Avail Use% Mounted on\noverlay         3.6T  1.2T  2.3T  35% /\ntmpfs            64M     0   64M   0% /dev\nshm              64M     0   64M   0% /dev/shm\ntmpfs            64M     0   64M   0% /tmp\ntmpfs            64M  352K   64M   1% /var\n/dev/nvme0n1p2  3.6T  1.2T  2.3T  35% /lab/demo.sh\ntmpfs            63G     0   63G   0% /proc/asound\ntmpfs            63G     0   63G   0% /proc/acpi\ntmpfs            63G     0   63G   0% /proc/scsi\ntmpfs            63G     0   63G   0% /sys/firmware\ntmpfs            63G     0   63G   0% /sys/devices/virtual/powercap\n::exit-code::0\n$ du -sh /var/* 2>/dev/null | sort -h\n64K\t/var/backups\n96K\t/var/log\n192K\t/var/cache\n::exit-code::0\n$ find /var -type f -printf '%s %p\\n' | sort -nr | head -20\n196608 /var/cache/demo/blob.cache\n98304 /var/log/app.log\n65536 /var/backups/site.tar\n::exit-code::0\n",
  "stderr": "",
  "ok": true,
  "security": {
    "network": "none",
    "capabilities": "dropped",
    "no_new_privileges": true,
    "memory": "256m",
    "cpus": "1",
    "pids_limit": 128,
    "tmpfs": [
      "/tmp",
      "/var"
    ]
  }
}