Skip to content

Commit

Permalink
Add container name
Browse files Browse the repository at this point in the history
  • Loading branch information
christiansegercrantz committed May 22, 2024
1 parent d9c8791 commit 4395908
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +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/universal
{
"name": "STF Spiken dev container",
"name": "Spiken dev container",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/universal:2-linux",
"features": {
Expand Down Expand Up @@ -34,6 +34,7 @@
"editor.formatOnSave": true
}
},
"runArgs": ["--name", "spiken-dev-container"],

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

0 comments on commit 4395908

Please sign in to comment.