Skip to content

Commit 33f4a4f

Browse files
Add info how to run che-code image locally
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
1 parent 6901ee9 commit 33f4a4f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ Upstream `Code-OSS` is stored using Git [subtree](https://git-scm.com/book/en/v2
3535
4. `export DOCKER_BUILDKIT=1`
3636
5. `docker build -f build/dockerfiles/assembly.Dockerfile -t che-code .`
3737

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+
3843
## Developing with Eclipse Che®
3944

4045
This project includes [Devfile](devfile.yaml) that simplifies developing Che-Code in Eclipse Che.

0 commit comments

Comments
 (0)