Skip to content

Instantly share code, notes, and snippets.

cd ~
wget https://dot.net/v1/dotnet-install.sh
chmod +x dotnet-install.sh
./dotnet-install.sh -c Current
docker run -d --name code-server -p 127.0.0.1:8085:8080 -p 127.0.0.1:8060-8065:8060-8065 \
-v "$HOME:/home/coder" \
-u "$(id -u):$(id -g)" \
-e "DOTNET_ROOT=/home/coder/.dotnet" \