|
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:latestWhat am I doing wrong here? |
Answered by
nhooyr
Sep 3, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @cheulyop
You're not running our docker image. Ours is
codercom/code-server, you're usingcheulyop/deepo-code-server.