You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
527 B

  1. // https://aka.ms/devcontainer.json
  2. {
  3. "name": "Docker Devcontainer",
  4. "image": "mcr.microsoft.com/vscode/devcontainers/base:0-ubuntu-22.04",
  5. "forwardPorts": [],
  6. "remoteUser": "vscode",
  7. "features": {
  8. "homebrew": "latest",
  9. // you can view all of the features here: https://github.com/devcontainers/features/tree/main/src
  10. "ghcr.io/devcontainers/features/sshd:1": {
  11. "version": "latest"
  12. },
  13. "ghcr.io/devcontainers/features/docker-in-docker:1": {
  14. "version": "latest",
  15. "dockerDashComposeVersion":"v2"
  16. }
  17. }
  18. }