awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
eon01 avatar

eon01/DockerCheatSheet

0
View on GitHub↗
3,938 星标·484 分支·MIT·8 次浏览faun.dev↗

DockerCheatSheet

这是一个关于 Docker CLI 的综合参考指南和速查表。它提供了一个结构化的命令集合和文档,帮助用户管理容器生命周期、构建镜像和处理注册表。

该文档专门涵盖了使用 Docker Compose 编排多容器应用程序,以及通过 Docker Swarm 管理跨多个节点的扩展服务。它还包括用于配置虚拟网络、网桥和端口以控制容器通信的详细指南。

参考范围扩展到容器镜像管理(包括标记和分发)以及用于通过清理未使用的卷和悬空镜像来回收磁盘空间的资源维护。它还提供了检查容器元数据和监控性能的说明。

内容以一系列基于 Markdown 的技术文档形式提供,作为版本控制仓库中的静态文件托管。

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 历史

eon01/dockercheatsheet 的 Star 历史图表eon01/dockercheatsheet 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

DockerCheatSheet 的开源替代方案

相似的开源项目,按与 DockerCheatSheet 的功能重合度排序。
  • collabnix/dockerlabscollabnix 的头像

    collabnix/dockerlabs

    8,008在 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
    在 GitHub 上查看↗8,008
  • runfinch/finchrunfinch 的头像

    runfinch/finch

    4,036在 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
    在 GitHub 上查看↗4,036
  • wsargent/docker-cheat-sheetwsargent 的头像

    wsargent/docker-cheat-sheet

    22,529在 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

    在 GitHub 上查看↗22,529
  • docker-archive-public/docker.labsdocker-archive-public 的头像

    docker-archive-public/docker.labs

    11,904在 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
    在 GitHub 上查看↗11,904
查看 DockerCheatSheet 的所有 30 个替代方案→

常见问题解答

eon01/dockercheatsheet 是做什么的?

这是一个关于 Docker CLI 的综合参考指南和速查表。它提供了一个结构化的命令集合和文档,帮助用户管理容器生命周期、构建镜像和处理注册表。

eon01/dockercheatsheet 的主要功能有哪些?

eon01/dockercheatsheet 的主要功能包括:Docker Container Management, Markdown Documentation, CLI Command References, Container Command Executors, Networking and Connectivity, Container Image Building, Container Image Management, Container Image Registries。

eon01/dockercheatsheet 有哪些开源替代品?

eon01/dockercheatsheet 的开源替代品包括: 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…