{
  "slug": "curl-resolve-site-check",
  "title": "Your Site Is Not Down. DNS Might Be Lying.",
  "fixture": "containers/network-tools",
  "command_count": 3,
  "container_tool": "docker",
  "image": "localhost/linuxoneliners-lab:latest",
  "exit_code": 0,
  "elapsed_ms": 208,
  "stdout": "::fixture-ready::\n$ dig +short example.com\n198.51.100.44\n::exit-code::0\n$ curl -I https://example.com/\ncurl: (6) Could not resolve host: example.com\n::exit-code::6\n$ curl --resolve example.com:443:203.0.113.10 -I https://example.com/\nHTTP/2 200\nserver: fake-nginx\ncontent-type: text/html\n\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"
    ]
  }
}