Skip to content
Kim Schulz edited this page Jul 2, 2026 · 4 revisions

Installation

Check Docker Hub for current image name and tags.

docker pull kimusan/tachyon:latest

https://github.com/kimusan/Tachyon/pkgs/container/tachyon

docker pull ghcr.io/kimusan/tachyon:latest

This version uses https://github.com/docker-mailserver/docker-mailserver

Other docker examples are here: https://github.com/kimusan/Tachyon/tree/master/examples/docker

Also read:

Persistent data

The volume is located at /var/lib/tachyon. Read more info at https://docs.docker.com/get-started/05_persisting_data/

readonly configuration mount

Currently not possible.

Clone this wiki locally