Skip to content

Commit

Permalink
Pull devcontainer from Docker Hub
Browse files Browse the repository at this point in the history
Which is much faster than building a fresh container image every time.

Signed-off-by: Nicolas Bock <[email protected]>
  • Loading branch information
nicolasbock committed Apr 12, 2023
1 parent 0404165 commit 767c5df
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-dockerfile
{
"name": "Existing Dockerfile",
"build": {
// Sets the run context to one level up instead of the .devcontainer folder.
"context": "..",
// Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename.
"dockerfile": "../Dockerfile-focal"
},
"image": "nicolasbock/bml:latest",

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
Expand Down

0 comments on commit 767c5df

Please sign in to comment.