Docker containers!

I’m happy to share that besides pre-compiled binaries and Debian / Ubuntu packages, we’re now also providing Docker images.

Many people have been asking questions about the provided Dockerfile, which was originally supposed to make it easier to setup a development environment (they were also quite large in size). The new containers are based on the Alpine Linux image and come with the ca-certificates package installed + the precompiled binary. These containers are ~ 20MB as they do not include a full development environment :slight_smile:

All available images are available at: https://hub.docker.com/u/loraserver/. The latest tag will follow the master branch. Each (git) tagged release will get its own Docker tag.

See https://docs.loraserver.io/install/docker/ for a docker-compose.yml file to get started.

Looking forward to your feedback!

1 Like