Skip to content

Commit 6af20a6

Browse files
committed
update readme
Signed-off-by: Tarun Pothulapati <[email protected]>
1 parent 5182b17 commit 6af20a6

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

README.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1-
# Gitpod in a Docker container with k3s
1+
# Gitpod Preview Installation
22

3-
**This is merely a starting point**
3+
This repo helps users to try out and preview self-hosted Gitpod **locally** without all the things
4+
needed for a production instance. The aim is to provide an installation mechanism as minimal and
5+
simple as possible.
46

5-
Things that are working:
6-
- latest installer is integrated
7-
- PVCs are provisioned using `local-path`
8-
- All containers go out of pending (some don't work because of the `buildin-registry-certs` issue)
7+
## Installation
98

10-
Things that are missing:
11-
- generating self-signed certs in the entrypoint.sh
12-
- all the DNS setup, e.g. patching CoreDNS in the entrypoint
9+
```bash
10+
sudo docker run --privileged --name gitpod --rm -it -v /tmp/workspaces:/var/gitpod/workspaces 5000-gitpodio-previewinstall-ox4ypumem4w.ws-us46.gitpod.io/gitpod-k3s:latest
11+
```
1312

14-
Things that are not working:
15-
- the `builtin-registry-certs` secret seems to be missing
13+
Once the above command is ran, Your gitpod instance can be accessed at `172-17-17-172.nip.io`. [nip.io](https://nip.io/) is just wildcard DNS for local addresses, So all
14+
of this is local, and cannot be accessed over the internet.
15+
16+
## Known Issues
17+
18+
- Prebuilds don't work as they require webhooks support over the internet.

0 commit comments

Comments
 (0)