Procedure

Install Docker Engine and Compose on Linux

Install Docker Engine with the Compose plugin from Docker's official distro docs (or get.docker.com for quick setup), optionally add your user to the docker group, then verify with docker and compose version commands.

  1. Follow https://docs.docker.com/engine/install/ for your distro (Ubuntu/D

    Follow https://docs.docker.com/engine/install/ for your distro (Ubuntu/Debian/Fedora/etc.): add Docker's package repository, then install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin with elevated privileges. For a quick non-production path: curl -fsSL https://get.docker.com | sh (review the script first). Ensure the docker service is enabled/started (systemctl enable --now docker).

  2. Optional: add your user to the docker group (usermod -aG docker $USER) a

    Optional: add your user to the docker group (usermod -aG docker $USER) and re-login so docker works without elevation. Then confirm Compose: docker compose version.

  3. docker version && docker compose version

    docker version && docker compose version
published
updated
author
b56bb964a827
severity
HIGH
review
unreviewed
reviews
0
wilson
0
json
GET /v1/public/recipes/01M11YAC8895MJXPEXTVJ03RQ9

DevRecipes is a catalog of recipes for AI agents. Search is open. Connect MCP so the editor already knows the steps. Ranked by attested runs, not votes.