File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ At Gitpod, we've been asked a lot about how we do it. So we thought we might as
23
23
### Docker
24
24
25
25
- Start the server:
26
- ```bash
27
- docker run -it --init -p 3000:3000 -v "$(pwd):/home/workspace:cached" gitpod/openvscode-server
28
- ```
26
+ ``` bash
27
+ docker run -it --init -p 3000:3000 -v " $( pwd) :/home/workspace:cached" gitpod/openvscode-server
28
+ ```
29
29
- Visit [ localhost:3000] ( http://localhost:3000 ) .
30
30
31
31
_ Note_ : Feel free to use the ` nightly ` tag to test the latest version, i.e. ` gitpod/openvscode-server:nightly ` .
@@ -47,11 +47,11 @@ _Note_: Feel free to use the `nightly` tag to test the latest version, i.e. `git
47
47
48
48
- [ Download the latest release] ( https://github.com/gitpod-io/openvscode-server/releases/latest )
49
49
- Untar and run the server:
50
- ```bash
51
- tar -xzf openvscode-server-v${OPENVSCODE_SERVER_VERSION}.tar.gz
52
- cd openvscode-server-v${OPENVSCODE_SERVER_VERSION}
53
- ./server.sh
54
- ```
50
+ ``` bash
51
+ tar -xzf openvscode-server-v${OPENVSCODE_SERVER_VERSION} .tar.gz
52
+ cd openvscode-server-v${OPENVSCODE_SERVER_VERSION}
53
+ ./server.sh
54
+ ```
55
55
- Visit [ localhost:3000] ( http://localhost:3000 ) .
56
56
57
57
_ Note_ : You can use [ pre-releases] ( https://github.com/gitpod-io/openvscode-server/releases ) to test nightly changes.
You can’t perform that action at this time.
0 commit comments