{
  "slug": "backup-dr-diff-restored-config",
  "title": "Diff Restored Config Against Expected",
  "fixture": "containers/backup-restore-dr-lab",
  "command_count": 2,
  "container_tool": "docker",
  "image": "localhost/linuxoneliners-lab:latest",
  "exit_code": 0,
  "elapsed_ms": 208,
  "stdout": "::fixture-ready::\n$ cd restore-dr && rm -rf restore-sandbox/full && mkdir -p restore-sandbox/full && tar -xf backups/2026-06-25/site.tar -C restore-sandbox/full\n::exit-code::0\n$ cd restore-dr && diff -u expected/app/config.yml restore-sandbox/full/app/config.yml\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"
    ]
  }
}