-
Maybe this is a simple mistake, but I'm having some trouble setting a customer username, as it seems that we can do so since v3.5.0:
However, when I try to set a custom username by passing DOCKER_USER as an environment variable when running a docker container for the first time, it gives me an error $ docker run --gpus all -it -e DOCKER_USER=cheulyop -p 6010:6006 -p 8084:8080 -u "$(id -u):$(id -g)" -v ~/projects:/home/coder/projects -v /data:/home/coder/data -v ~/.config:/home/coder/.config --ipc=host cheulyop/deepo-code-server:latest What am I doing wrong here? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi @cheulyop You're not running our docker image. Ours is |
Beta Was this translation helpful? Give feedback.
Hi @cheulyop
You're not running our docker image. Ours is
codercom/code-server
, you're usingcheulyop/deepo-code-server
.