Skip to content

Commit 352c7f5

Browse files
committed
devcontainer: add runArgs for Docker container naming
1 parent 4516cc8 commit 352c7f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
// Use 'postCreateCommand' to run commands after the container is created.
1818
"postCreateCommand": "yarn",
1919

20+
// Use 'runArgs' to specify Docker run options.
21+
"runArgs": ["--name", "pybricks-code"],
22+
2023
// Configure tool-specific properties.
2124
"customizations": {
2225
"vscode": {

0 commit comments

Comments
 (0)