-
Notifications
You must be signed in to change notification settings - Fork 361
Closed
Milestone
Description
We want to extract a reference implementation for the dev container spec from our existing implementation. The current proposal is to make a CLI available that can take a devcontainer.json and create and configure a dev container from it.
Splitting it into 2 stages at first:
devcontainer up --workspace-folder .
devcontainer run-user-commands --workspace-folder .
up
could be split into build
and run
to make building the image available separately.
run-user-commands
runs "postCreateCommand"
and other user-provided commands.
Products might choose to add to the container's setup between the two commands (e.g., Remote-Containers starts the ssh-agent forwarding among other things).
Drallas, chilippso, betogrun, felipecrs and GeorgeHahnChuxel and john-michael-murphymetaskills, john-michael-murphy, cgeers and eitsupi