We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.local
1 parent 58f6e24 commit 020f280Copy full SHA for 020f280
docs/install.md
@@ -279,6 +279,7 @@ brew services start code-server
279
# outside the container.
280
mkdir -p ~/.config
281
docker run -it --name code-server -p 127.0.0.1:8080:8080 \
282
+ -v "$HOME/.local:/home/coder/.local" \
283
-v "$HOME/.config:/home/coder/.config" \
284
-v "$PWD:/home/coder/project" \
285
-u "$(id -u):$(id -g)" \
0 commit comments