Skip to main content

Run terediX using Docker

Docker

If you want to install terediX with Docker, then you can run the following command to pull the docker image:

docker pull ghcr.io/shaharia-lab/teredix:0.0.2

Or, if you want to run the docker image, then you can run the following command:

docker run -it --rm ghcr.io/shaharia-lab/teredix:0.0.2 --help

You can find all the available docker images from GitHub Container Registry