Sonobus AoO console server in a docker container
1.1K
Docker image for Sonobus AoO connection server
The original repository is on GitHub: https://github.com/simomatte/sonobus-docker-aooserver
Repo based on both
essej/aooserver github repo [https://github.com/essej/aooserver] for base Sonobus aooserver files
and
topjor/sonobus-aooserver github repo [https://github.com/topjor/sonobus-aooserver] for Dockerfile
The aooserver files to be compiled are automatically fetched from essej/aooserver repo when building images.
Using debian:stable for the builder container and debian:stable-slim images for the service container.
The amd64 and arm64 builds can be fetched using:
docker pull simomatte/sonobus-docker-aooserver:latest
Using the container image:
docker run -p 10998:10998/udp -p 10998:10998 simomatte/sonobus-docker-aooserver:latest
How to run with flags:
docker run -p PORT:PORT/udp -p PORT:PORT simomatte/sonobus-docker-aooserver:latest aooserver [flags]
A docker-compose.yml file is included in the repository (https://github.com/simomatte/sonobus-docker-aooserver) for usage with docker compose.
Content type
Image
Digest
sha256:ac1b69802…
Size
48.5 MB
Last updated
about 1 year ago
docker pull simomatte/sonobus-docker-aooserver