Skip to content

Commit

Permalink
Add .local mount to example Docker command (#6419)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdsoha authored Sep 23, 2023
1 parent 58f6e24 commit 020f280
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ brew services start code-server
# outside the container.
mkdir -p ~/.config
docker run -it --name code-server -p 127.0.0.1:8080:8080 \
-v "$HOME/.local:/home/coder/.local" \
-v "$HOME/.config:/home/coder/.config" \
-v "$PWD:/home/coder/project" \
-u "$(id -u):$(id -g)" \
Expand Down

0 comments on commit 020f280

Please sign in to comment.