Skip to content

Commit

Permalink
Merge pull request #9 from rails/rm-devcontainer
Browse files Browse the repository at this point in the history
Making docker available inside the devcontainer
  • Loading branch information
rafaelfranca authored Mar 27, 2024
2 parents 7ea800a + 7cdb097 commit 57af0ab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/rust
{
"name": "Rust",
"name": "rails-new",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/rust:1-1-bookworm",
"features": {
"ghcr.io/devcontainers/features/github-cli:1": {}
"ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
}

// Use 'mounts' to make the cargo cache persistent in a Docker Volume.
Expand Down

0 comments on commit 57af0ab

Please sign in to comment.