Sign inSign up

dickhub/codercom-codeserver

By dickhub

Updated over 3 years ago

PLZ read readme below

Image
0

100K+

dickhub/codercom-codeserver repository overview

#https://hub.docker.com/r/codercom/code-server

See https://github.com/cdr/code-server for more docs.

Example usage:

# This will start a code-server container and expose it at http://127.0.0.1:8080.
# It will also mount your current directory into the container as `/home/coder/project`
# and forward your UID/GID so that all file system operations occur as your user outside
# the container.
#
# Your $HOME/.config is mounted at $HOME/.config within the container to ensure you can
# easily access/modify your code-server config in $HOME/.config/code-server/config.json
# outside the container.

mkdir -p ~/.config docker run -it --name code-server -p 127.0.0.1:8080:8080
-v "$HOME/.config:/home/coder/.config"
-v "$PWD:/home/coder/project"
-u "$(id -u):$(id -g)"
-e "DOCKER_USER=$USER"
codercom/code-server:latest

for password ,pass -e "PASSWORD=somethingispassword"

Tag summary

Content type

Image

Digest

sha256:5dde906cc

Size

232.8 MB

Last updated

over 3 years ago

docker pull dickhub/codercom-codeserver:latest_backdateis_2023-Feb-15_00h30m01s