{
  "type": "excalidraw",
  "version": 2,
  "source": "https://excalidraw.com",
  "elements": [
    {
      "type": "text",
      "version": 1,
      "versionNonce": 1,
      "isDeleted": false,
      "id": "placeholder-title",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "angle": 0,
      "x": 100,
      "y": 80,
      "width": 600,
      "height": 30,
      "seed": 1,
      "groupIds": [],
      "frameId": null,
      "roundness": null,
      "boundElements": [],
      "updated": 1,
      "link": null,
      "locked": false,
      "fontSize": 28,
      "fontFamily": 1,
      "text": "Figure 3.1 \u2014 How podman pull works",
      "textAlign": "left",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "Figure 3.1 \u2014 How podman pull works",
      "lineHeight": 1.25,
      "baseline": 22
    },
    {
      "type": "text",
      "version": 1,
      "versionNonce": 2,
      "isDeleted": false,
      "id": "placeholder-hint",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "angle": 0,
      "x": 100,
      "y": 140,
      "width": 600,
      "height": 200,
      "seed": 2,
      "groupIds": [],
      "frameId": null,
      "roundness": null,
      "boundElements": [],
      "updated": 1,
      "link": null,
      "locked": false,
      "fontSize": 16,
      "fontFamily": 1,
      "text": "Three swim-lanes left to right:\n  - \"podman pull\" (the user)\n  - \"Registry\" (quay.io/hummingbird, accented)\n  - \"containers-storage\" (local disk / Podman machine)\n\nNumbered arrows showing the round trips:\n  1. request manifest\n  2. receive layer list\n  3. fetch each layer (parallel)\n  4. write each layer to local storage\n  5. tag the image locally\n\nCaption: layers already on disk are skipped on subsequent pulls.\n",
      "textAlign": "left",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "Three swim-lanes left to right:\n  - \"podman pull\" (the user)\n  - \"Registry\" (quay.io/hummingbird, accented)\n  - \"containers-storage\" (local disk / Podman machine)\n\nNumbered arrows showing the round trips:\n  1. request manifest\n  2. receive layer list\n  3. fetch each layer (parallel)\n  4. write each layer to local storage\n  5. tag the image locally\n\nCaption: layers already on disk are skipped on subsequent pulls.\n",
      "lineHeight": 1.3,
      "baseline": 14
    }
  ],
  "appState": {
    "gridSize": null,
    "viewBackgroundColor": "#ffffff"
  },
  "files": {}
}