Skip to content

Commit

Permalink
Add note about docker-in-docker to support forge tunnel
Browse files Browse the repository at this point in the history
  • Loading branch information
jollytoad authored Aug 28, 2024
1 parent fda1f91 commit ed3f7fb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ globally via npm.
"features": {
"ghcr.io/adaptavist/devcontainer-features/atlassian-forge:1": {
"version": "latest"
}
},
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
},

"containerEnv": {
Expand All @@ -37,3 +38,9 @@ To check your login:
```sh
$ forge whoami
```

If you want to make use of
[forge tunnel](https://developer.atlassian.com/platform/forge/tunneling),
you'll need to add the *docker-in-docker* feature as shown in the example
*devcontainer.json* above.

0 comments on commit ed3f7fb

Please sign in to comment.