{
  "id": 4723798,
  "title": "Very Basic Docker Commands Cheat Sheet",
  "url": "https://urgent.news/2026/08/31/very-basic-docker-commands-cheat-sheet",
  "topic": "tech",
  "section": "Tech",
  "published": "2026-08-31T21:29:59.000Z",
  "source": {
    "name": "Dev.to",
    "slug": "dev-to",
    "url": "https://dev.to/beau/docker-101-2c9i"
  },
  "original_language": "en",
  "account": null,
  "summary": "If you ever needed a quick list of Docker commands, here you go.. 1. Check that Docker is installed docker --version Shows the installed Docker version. 2. Run your first container docker run hello-world Pulls the official test image (if needed) and runs it. You should see a “Hello from Docker!” message. 3. See running containers docker ps Lists containers that are currently running. Use docker…",
  "key_points": [],
  "editors_take": null,
  "illustration": null,
  "coverage": {
    "outlets": 1,
    "also_reported_by": []
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}