We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6901ee9 commit 33f4a4fCopy full SHA for 33f4a4f
1 file changed
README.md
@@ -35,6 +35,11 @@ Upstream `Code-OSS` is stored using Git [subtree](https://git-scm.com/book/en/v2
35
4. `export DOCKER_BUILDKIT=1`
36
5. `docker build -f build/dockerfiles/assembly.Dockerfile -t che-code .`
37
38
+## Running Che Code image locally
39
+- `podman run --rm -it -p 3100:3100 -e CODE_HOST=0.0.0.0 quay.io/che-incubator/che-code:next`
40
+- It's expected that Che extensions do not work locally
41
+- The default terminal is available only when the Che extensions are disabled (via the Extensions panel).
42
+
43
## Developing with Eclipse Che®
44
45
This project includes [Devfile](devfile.yaml) that simplifies developing Che-Code in Eclipse Che.
0 commit comments