awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
eon01 avatar

eon01/DockerCheatSheet

0
View on GitHub↗
3,938 stars·484 forks·MIT·17 viewsfaun.dev↗

DockerCheatSheet

This project is a comprehensive reference guide and cheat sheet for the Docker CLI. It provides a structured collection of commands and documentation to help users manage container lifecycles, build images, and handle registries.

The documentation specifically covers the orchestration of multi-container applications using Docker Compose and the management of scalable services across multiple nodes via Docker Swarm. It also includes detailed guides for configuring virtual networks, bridges, and ports to control container communication.

The reference surface extends to container image administration, including tagging and distribution, and resource maintenance for reclaiming disk space by cleaning up unused volumes and dangling images. It also provides instructions for inspecting container metadata and monitoring performance.

The content is delivered as a series of markdown-based technical documents hosted as static files in a version-controlled repository.

Features

  • Docker Container Management - Serves as a primary reference for starting, stopping, and inspecting Docker containers.
  • Markdown Documentation - Uses Markdown as the primary format for organizing and presenting technical command references.
  • CLI Command References - Provides a structured mapping of user intentions to specific Docker CLI commands.
  • Container Command Executors - Provides instructions for executing shells and commands inside running containers for debugging.
  • Networking and Connectivity - Provides specific commands and settings to set up isolated networks and manage connectivity in Docker.
  • Container Image Building - Offers a detailed reference for transforming source code and recipes into container images.
  • Container Image Management - Provides a full reference for managing, importing, and building container images locally.
  • Container Image Registries - Covers the pushing, pulling, and tagging of images within container registries.
  • Image Push-Pull Workflows - Details workflows for pushing container images to and pulling them from remote registries.
  • Docker Compose Deployments - Provides a detailed reference for orchestrating multi-service stacks using Docker Compose.
  • Docker Compose Deployments - Provides a comprehensive reference for deploying and managing multi-container applications using Docker Compose configuration files.
  • Docker Image Building - Provides detailed instructions for building, tagging, and preparing Docker images for execution.
  • Container Management Tools - Provides a central collection of utilities for managing the entire lifecycle of individual container instances.
  • Containerized Application Management - Provides commands to build and orchestrate containerized applications for consistent deployment.
  • Deployment Packaging - Provides commands for bundling applications and dependencies into portable container images for consistent execution.
  • Docker Swarm Orchestration - Provides commands to initialize, scale, and update multi-node Docker Swarm clusters.
  • Multi-Container Orchestration - Provides detailed instructions for defining and running multi-container applications via Docker Compose.
  • Command Cheat Sheets - Functions as a high-density reference guide for quickly looking up Docker CLI syntax and flags.
  • Container Networking Configurations - Provides a comprehensive guide for setting up isolated virtual networks and port mappings for container communication.
  • Virtual Network Management - Documents the creation and management of bridge and overlay networks to control container communication.
  • Container Lifecycle Management - Lists commands to control the operational state of containers, including starting and stopping.
  • Container Monitoring - Offers a reference for tracking the status, resource usage, and health of active containers.
  • Container Resource Inspections - Lists commands for retrieving detailed configuration and metadata for containers, volumes, and networks.
  • Container State Inspection - Provides instructions for retrieving real-time logs, resource statistics, and state from running containers.
  • Unused Container Resource Pruning - Provides a comprehensive list of commands to prune unused volumes, images, and stopped containers.
  • Infrastructure State Controllers - Explains how to reconcile desired infrastructure state using declarative container orchestration.
  • GitOps Cluster Deployment - Guides the implementation of GitOps pipelines to synchronize cluster state with Git repositories.
  • Host Resource Isolation Configurations - Documents the use of security profiles to restrict container access to host system resources.
  • Software Supply Chain Security - Provides a guide for securing the software lifecycle, including container hardening and SBOM generation.
  • Container File Transfers - Provides commands for copying files and directories bidirectionally between a host and container.
  • Cheat Sheets - Quick reference for common Docker commands.
  • Reference Materials - Quick reference for common container commands.

Star history

Star history chart for eon01/dockercheatsheetStar history chart for eon01/dockercheatsheet

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does eon01/dockercheatsheet do?

This project is a comprehensive reference guide and cheat sheet for the Docker CLI. It provides a structured collection of commands and documentation to help users manage container lifecycles, build images, and handle registries.

What are the main features of eon01/dockercheatsheet?

The main features of eon01/dockercheatsheet are: Docker Container Management, Markdown Documentation, CLI Command References, Container Command Executors, Networking and Connectivity, Container Image Building, Container Image Management, Container Image Registries.

Which projects share features with eon01/dockercheatsheet?

Projects with overlapping indexed features include: collabnix/dockerlabs — dockerlabs is a collection of educational labs and technical tutorials designed to teach the fundamentals of… runfinch/finch — Finch is a virtual machine-based container runtime and OCI container management CLI used for local container… wsargent/docker-cheat-sheet — This project is an administrative reference for Docker, providing guides and command references for system… docker-archive-public/docker.labs — This project is a comprehensive collection of tutorials and guided laboratories designed to teach containerization,… prakhar1989/docker-curriculum — This is a step-by-step tutorial that teaches Docker from the ground up, covering how to build images from Dockerfiles,… theporgs/exegol — Exegol is an offensive security platform and containerized tooling orchestrator designed to deploy and manage isolated…

Projects sharing features with DockerCheatSheet

These projects share indexed features with DockerCheatSheet. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • collabnix/dockerlabscollabnix avatar

    collabnix/dockerlabs

    8,008View on GitHub↗

    dockerlabs is a collection of educational labs and technical tutorials designed to teach the fundamentals of containerization and microservice architecture. It provides instructional material and hands-on exercises covering image optimization, security training, infrastructure setup, and cluster orchestration. The project features specific courses and guides focused on reducing image size through multi-stage builds, securing workloads via vulnerability scanning and encrypted networks, and deploying multi-node clusters with high availability using Swarm orchestration. The materials cover a br

    PHPadvancebeginnersdocker
    View on GitHub↗8,008
  • runfinch/finchrunfinch avatar

    runfinch/finch

    4,036View on GitHub↗

    Finch is a virtual machine-based container runtime and OCI container management CLI used for local container development. It operates by running container workloads inside a background virtual machine to isolate them from the host operating system. The project serves as an OCI image builder and a multi-container service orchestrator for simulating complex production environments on a workstation. The runtime functions as a cross-platform container engine, utilizing emulation layers to execute container images built for foreign CPU architectures. It distinguishes its image distribution through

    Gocontainerdcontainerslima-vm
    View on GitHub↗4,036
  • wsargent/docker-cheat-sheetwsargent avatar

    wsargent/docker-cheat-sheet

    22,529View on GitHub↗

    This project is an administrative reference for Docker, providing guides and command references for system maintenance, image building, network configuration, and security hardening. It serves as a comprehensive manual for managing the container lifecycle and performing general system administration. The reference covers the construction and optimization of images through build files, layering strategies, and registry integration. It also provides instructions for configuring isolated virtual networks, mapping ports, and implementing security hardening using Linux capabilities and read-only f

    View on GitHub↗22,529
  • docker-archive-public/docker.labsdocker-archive-public avatar

    docker-archive-public/docker.labs

    11,904View on GitHub↗

    This project is a comprehensive collection of tutorials and guided laboratories designed to teach containerization, networking, and security using Docker. It serves as a learning path for building portable images and executing isolated processes. The materials provide specific guides for managing container clusters and scaling services through Docker Swarm and overlay networks. It includes a security handbook for implementing image scanning and secret management, as well as laboratories dedicated to modernizing legacy applications by wrapping older software installers into containers. The co

    PHPcontainersdockerdocker-compose
    View on GitHub↗11,904
Compare all 30 related projects→