Skip to content

Commit

Permalink
link to try devcontainer repo and minor update (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Jan 4, 2024
1 parent 4cab59c commit e4cc634
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions images/devcontainer/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ by editing [the `devcontainer.json` file](https://containers.dev/implementors/sp
}
```

There is also a repository that can be used to try Dev Containers on GitHub Codespaces immediately.

- [rocker-org/devcontainer-try-r](https://github.com/rocker-org/devcontainer-try-r)

Check the source repository for details on each Feature.

## Install R on Dev Containers
Expand Down
2 changes: 0 additions & 2 deletions images/devcontainer/images.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ Specify the image in [`devcontainer.json`](https://containers.dev/implementors/s

```{.json filename=".devcontainer/devcontainer.json"}
{
"name": "${localWorkspaceFolderBasename}",
"image": "ghcr.io/rocker-org/devcontainer/r-ver:4"
}
```
Expand All @@ -55,7 +54,6 @@ the `devcontainer.json` file must be rewritten to refer to the Dockerfile.

```{.json filename=".devcontainer/devcontainer.json"}
{
"name": "${localWorkspaceFolderBasename}",
"build": {
"dockerfile": "Dockerfile"
}
Expand Down

0 comments on commit e4cc634

Please sign in to comment.