/gitpod-docker-k3s

Complete Gitpod installation in a Docker container with k3s

Primary LanguageShellMIT LicenseMIT

Gitpod in a Docker container with k3s and Letsencrypt certificates with DNS challenges

Prerequisites

Quick Start

# creates SSL certs and dhparams
$ ./create-certs.sh <domain> <email>

# builds image, runs k3s cluster in container, and installs Gitpod
$ ./setup.sh <domain> <dns server>