- Docker
- Docker Compose
- Copy docker-compose.yml to your device.
- Change the
docker-compose.yml
to your needs. - Run
docker-compose pull
to download the Docker image. - Run
docker-compose up -d
to start the container. - Check logs with
docker-compose logs -f