Setup THEO in Docker
Requirements
-
Install Docker
Ubuntu / Debian
sudo apt install docker.ioOn most other Linux distributions, the package is called
docker. -
Install Docker Compose v2
Ubuntu / Debian
sudo apt install docker-compose-v2Alternatively, see https://docs.docker.com/compose/install/linux/.
-
Add your user into the
dockergroup, to be allowed to use Docker commands without root permissions: https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user -
Update /etc/hosts
127.0.0.1 opendut.local 127.0.0.1 carl.opendut.local 127.0.0.1 auth.opendut.local 127.0.0.1 netbird-api.opendut.local 127.0.0.1 netbird-relay.opendut.local 127.0.0.1 signal.opendut.local 127.0.0.1 nginx-webdav.opendut.local 127.0.0.1 opentelemetry.opendut.local 127.0.0.1 monitoring.opendut.local