An arm64 docker image for the Syncplay server made by driftywinds
603
The official images do not exist, so I created a Dockerfile and other related files to create an arm64 image, and published my built images also of course. Useful for anyone with an arm64 processor who wants to run Syncplay. The Dockerfile can be used to build containers for other architectures too, I got yall covered.
Also available on GitHub Container Registry - ghcr.io/driftywinds/syncplay-server:latest
How to build for other architectures manually: -
docker build . -t driftywinds/syncplay-server.How to use: -
docker compose up -d.docker logs -f <container name> (replace the container name) and you can see the salt that the server gives you, which can be important for syncplay reasons.Content type
Image
Digest
sha256:090dea019…
Size
28.6 MB
Last updated
over 1 year ago
docker pull driftywinds/syncplay-server