Sign inSign up

channinghe/code-server

By channinghe

Updated 8 months ago

apt-get install build-essential gdb gcc wget

Image
1

8.1K

channinghe/code-server repository overview

From linuxserver/docker-code-server && apt-get install build-essential gdb gcc wget

docker CLI :

docker run -d
--name=code-server
-e PUID=1000
-e PGID=1000
-e TZ=Europe/London
-e PASSWORD=password #optional
-e HASHED_PASSWORD= #optional
-e SUDO_PASSWORD=password #optional
-e SUDO_PASSWORD_HASH= #optional
-e PROXY_DOMAIN=code-server.my.domain #optional
-e DEFAULT_WORKSPACE=/config/workspace #optional
-p 8443:8443
-v /path/to/appdata/config:/config
--restart unless-stopped
channinghe/code-server

Tag summary

Content type

Image

Digest

sha256:38232da8e

Size

414 MB

Last updated

8 months ago

docker pull channinghe/code-server