We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c6d66d commit b2df777Copy full SHA for b2df777
.devcontainer/devcontainer.json
@@ -0,0 +1,21 @@
1
+{
2
+ "$schema": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json",
3
+ "name": "Playwright",
4
+ "image": "mcr.microsoft.com/playwright:v1.58.2-noble",
5
+ "privileged": true,
6
+ "init": true,
7
+ "remoteUser": "pwuser",
8
+ "features": {
9
+ "ghcr.io/devcontainers/features/desktop-lite:1": {},
10
+ "ghcr.io/devcontainers/features/github-cli:1": {},
11
+ "ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}
12
+ },
13
+ "forwardPorts": [
14
+ 6080
15
+ ],
16
+ "portsAttributes": {
17
+ "6080": {
18
+ "label": "noVNC"
19
+ }
20
21
+}
0 commit comments