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
Copy file name to clipboardExpand all lines: README.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,29 @@ docker run -it -p 8080:8080 ops4life/code-server:latest
23
23
24
24
Then open [http://localhost:8080](http://localhost:8080) in your browser.
25
25
26
+
### Default password
27
+
28
+
On first run, a config file is written to `/root/.config/code-server/config.yaml` inside the container with an auto-generated password. To retrieve it:
0 commit comments