Skip to content

Commit 020f280

Browse files
authored
Add .local mount to example Docker command (#6419)
1 parent 58f6e24 commit 020f280

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/install.md

+1
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ brew services start code-server
279279
# outside the container.
280280
mkdir -p ~/.config
281281
docker run -it --name code-server -p 127.0.0.1:8080:8080 \
282+
-v "$HOME/.local:/home/coder/.local" \
282283
-v "$HOME/.config:/home/coder/.config" \
283284
-v "$PWD:/home/coder/project" \
284285
-u "$(id -u):$(id -g)" \

0 commit comments

Comments
 (0)