Skip to content

Commit

Permalink
use new devcontainer domain
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhoss committed Feb 27, 2023
1 parent 59a22e7 commit 8e5c089
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/devcontainer/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ menu: main
weight: 130
---

The `devcontainer` command allows interacting with [devcontainers](https://code.visualstudio.com/docs/remote/containers) as used by [Visual Studio Code](https://code.visualstudio.com/) and [GitHub Codespaces](https://docs.github.com/en/codespaces/overview).
The `devcontainer` command allows interacting with [devcontainers](https://containers.dev/) as used by [Visual Studio Code](https://code.visualstudio.com/), [GitHub Codespaces](https://docs.github.com/en/codespaces/overview), and a growing list of [other tools](https://containers.dev/supporting).

Make sure to specify `your.image.here:some-tag` as the image in your `devcontainer.json` file. Take a look at the [reference documentation](https://code.visualstudio.com/docs/remote/devcontainerjson-reference) for all available options for that JSON file.
Make sure to specify `your.image.here:some-tag` as the image in your `devcontainer.json` file. Take a look at the [reference documentation](https://containers.dev/implementors/json_reference/) for all available options for that JSON file.

```console
# open shell in devcontainer
Expand Down

0 comments on commit 8e5c089

Please sign in to comment.