You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
a5919042c212 codercom/code-server:latest "/usr/bin/entrypoint…" 7 seconds ago Up 5 seconds 0.0.0.0:8080->8080/tcp code-server
$ docker restart a5919042c212
$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
$ docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
a5919042c212 codercom/code-server:latest "/usr/bin/entrypoint…" 11 minutes ago Exited (6) 7 minutes ago code-server
$ docker start -a a5919042c212
usermod: user 'coder' does not exist
Expected
Docker container should restart gracefully.
Actual
A new container is ran successfully, but a restart makes it fail. Subsequent restarts or start will not fix the issue. The way to run this again is to forcefully remove the container and run a new one.
Notes
This seems to have been reported and fixed in #2267 but it appears that this is still an issue.
The text was updated successfully, but these errors were encountered:
OS/Web Information
code-server --version
: v3.9.3Steps to Reproduce
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
a5919042c212 codercom/code-server:latest "/usr/bin/entrypoint…" 7 seconds ago Up 5 seconds 0.0.0.0:8080->8080/tcp code-server
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
a5919042c212 codercom/code-server:latest "/usr/bin/entrypoint…" 11 minutes ago Exited (6) 7 minutes ago code-server
usermod: user 'coder' does not exist
Expected
Docker container should restart gracefully.
Actual
A new container is ran successfully, but a restart makes it fail. Subsequent restarts or start will not fix the issue. The way to run this again is to forcefully remove the container and run a new one.
Notes
This seems to have been reported and fixed in #2267 but it appears that this is still an issue.
The text was updated successfully, but these errors were encountered: