1 个仓库
Custom shell commands that run automatically after a container is created to finalize the environment setup.
Distinct from Container Command Execution: Specifically targets the post-instantiation phase of a dev container, whereas Container Command Execution is a general build-time capability.
Explore 1 awesome GitHub repository matching devops & infrastructure · Post-Creation Command Executions. Refine with filters or upvote what's useful.
本项目是一个基于容器的工作区编排器,也是使用 Docker 定义开发环境的标准。它提供了一种自动化构建、启动和管理隔离工具链的机制,确保软件依赖和运行时与本地主机系统分离。 该系统支持通过源代码控制分发环境定义、编辑器设置和工具链配置。这确保了跨团队的可移植性和标准化,允许贡献者在不同机器上实例化相同的工作区。它还通过将本地编辑器连接到远程服务器上托管的 Docker 引擎,支持远程容器开发。 该工具集涵盖了通过自定义 Dockerfile 和配置文件进行的工作区配置,以及用于启动、停止和附加到容器的生命周期管理。它包括将本地文件夹挂载到隔离卷、将网络端口转发到主机以及直接在容器化环境中执行编辑器扩展的功能。 该工具提供用于构建容器镜像、编排环境启动和执行远程命令的命令行实用程序。
Runs custom commands immediately after container creation to finalize environment configuration.