mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Add devcontainer configuration
We already have everything needed to work inside a container, with this configuration file developing in moby is even easier: the IDE will ask you if you want to run everything inside a container and set it up for you. No need to know that you have to run "BIN_DIR=. make shell" any more. Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
This commit is contained in:
@@ -136,6 +136,8 @@ can take over 15 minutes to complete.
|
||||
|
||||
At this point, your prompt reflects the container's BASH shell.
|
||||
|
||||
Alternatively you can use the provided devcontainer in an IDE that supports them (VSCode, Goland, etc.)
|
||||
|
||||
5. List the contents of the current directory (`/go/src/github.com/docker/docker`).
|
||||
|
||||
You should see the image's source from the `/go/src/github.com/docker/docker`
|
||||
|
||||
Reference in New Issue
Block a user