Skip to content

Commit

Permalink
Update devcontainer.json to work with rootless podman
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-tan committed Apr 4, 2024
1 parent c93b6ab commit c213f3d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@

"postCreateCommand": "pip install cwltest && ./.devcontainer/cloneCWL.sh",

"remoteUser": "vscode",
"containerUser": "vscode",
"features": {
"ghcr.io/devcontainers/features/python:1": {},
// "ghcr.io/devcontainers/features/docker-in-docker:1": {},
"ghcr.io/devcontainers/features/git:1": {}
// "ghcr.io/devcontainers/features/docker-in-docker:1": {}
}
}

0 comments on commit c213f3d

Please sign in to comment.