coder / envbuilder

Build development environments from a Dockerfile on Docker, Kubernetes, and OpenShift. Enable developers to modify their development environment quickly.
Apache License 2.0
111 stars 23 forks source link

Dev Containers: Script init and Entrypoint #221

Open mtojek opened 1 month ago

mtojek commented 1 month ago

Follow-up: https://github.com/coder/envbuilder/pull/219

According to the spec: init adds a tiny init process to the container and entrypoint sets a script to run at container startup.

Scope: TBD