vscode online:

sudo docker create \
  --name=code-server1 \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=Europe/London \
  -e PASSWORD=**** \
  -e SUDO_PASSWORD=**** \
  -p 8443:8443 \
  -v /home/ubuntu/docker/code-server/config:/config \
  --restart unless-stopped \
   builderman/code-server

 

相关文章:

  • 2021-10-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-28
  • 2021-11-11
  • 2021-05-23
  • 2021-06-28
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-20
  • 2021-06-15
  • 2022-12-23
  • 2022-12-23
  • 2021-09-18
相关资源
相似解决方案