We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95693fb commit 9c40466Copy full SHA for 9c40466
README.md
@@ -8,6 +8,7 @@ Try it out:
8
```bash
9
docker run -it -p 127.0.0.1:8080:8080 -v "${HOME}/.local/share/code-server:/home/coder/.local/share/code-server" -v "$PWD:/home/coder/project" codercom/code-server:v2
10
```
11
+[](https://deploy.cloud.run?dir=gcloud/)
12
13
- **Consistent environment:** Code on your Chromebook, tablet, and laptop with a
14
consistent dev environment. develop more easily for Linux if you have a
gcloud/Dockerfile
@@ -0,0 +1,3 @@
1
+FROM codercom/code-server:v2
2
+
3
+EXPOSE 8080
0 commit comments