Skip to content

Commit

Permalink
Add support for dev container (GitHub Codespaces)
Browse files Browse the repository at this point in the history
This is Ubuntu 22.04 with git plus dev tools for Shell.

See https://github.com/aureliojargas/devcontainer for details on
the container contents.
  • Loading branch information
aureliojargas committed Oct 24, 2022
1 parent c3adf37 commit 4119811
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// https://aka.ms/devcontainer.json
{
"name": "Shell and Python dev tools (Ubuntu)",
//
// https://github.com/aureliojargas/devcontainer
"image": "ghcr.io/aureliojargas/devcontainer:latest",
//
// https://aka.ms/vscode-remote/containers/non-root
"remoteUser": "vscode",
//
// https://github.com/devcontainers/features/tree/main/src
"features": {
"github-cli": "latest",
// Makefile commands are run inside the clitest-dev Docker container
"docker-in-docker": "latest"
}
}

0 comments on commit 4119811

Please sign in to comment.