Skip to content

Commit 434c3fa

Browse files
authored
Create devcontainer.json
1 parent 3709b0d commit 434c3fa

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "Light Webtop",
3+
"image": "lscr.io/linuxserver/webtop:alpine-xfce",
4+
"portsAttributes": {
5+
"3000": {
6+
"label": "Webtop GUI",
7+
"onAutoForward": "openBrowser"
8+
}
9+
},
10+
"customizations": {
11+
"vscode": {
12+
"extensions": [
13+
"ms-azuretools.vscode-docker"
14+
]
15+
}
16+
},
17+
"remoteUser": "abc"
18+
}

0 commit comments

Comments
 (0)