Tangled Containers#
Container images for the Tangled knot and spindle servers. All tagged
versions of @tangled.org/core are supported, as well as directly from the
master branch.
Usage#
Start a Knot Server:
docker run --name knot -e KNOT_SERVER_HOSTNAME=example.com -e KNOT_SERVER_OWNER=did:plc:yourdidgoeshere tubbo/knot
Start a Spindle Server:
docker run --name spindle -e SPINDLE_SERVER_HOSTNAME=example.com -e SPINDLE_SERVER_OWNER=did:plc:yourdidgoeshere tubbo/spindle
Supported tags#
latestfor the most recently tagged versionv1.x.x-alphato specify the tagedgeto use the most recent Git commit tomaster
Development#
Images are built with Docker Bake, using mise as a task runner and toolchain installer.
To contribute to this repository, clone it from Tangled:
git clone https://tangled.org/@psychedeli.ca/tangled-containers
cd tangled-containers
Install dependencies with mise:
mise install
Then, build the most recent images by running:
mise build