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
+2-2
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ At Gitpod, we've been asked a lot about how we do it. So we thought we might as
26
26
```bash
27
27
docker run -it --init -p 3000:3000 -v "$(pwd):/home/workspace:cached" gitpod/openvscode-server
28
28
```
29
-
- Visit [localhost:3000](http://localhost:3000).
29
+
- Visit the URL printed in your terminal. Just going to port 3000 won't work, because VS Code requires that you provide a uniquely generated security token to prevent unauthorized access.
30
30
31
31
_Note_: Feel free to use the `nightly` tag to test the latest version, i.e. `gitpod/openvscode-server:nightly`.
32
32
@@ -52,7 +52,7 @@ tar -xzf openvscode-server-v${OPENVSCODE_SERVER_VERSION}.tar.gz
52
52
cd openvscode-server-v${OPENVSCODE_SERVER_VERSION}
53
53
./server.sh
54
54
```
55
-
- Visit [localhost:3000](http://localhost:3000).
55
+
- Visit the URL printed in your terminal. Just going to port 3000 won't work, because VS Code requires that you provide a uniquely generated security token to prevent unauthorized access.
56
56
57
57
_Note_: You can use [pre-releases](https://github.com/gitpod-io/openvscode-server/releases) to test nightly changes.
0 commit comments