Set up FindMyDeviceServer so devices can be registered via the Android app
10K+
This Docker image sets up FindMyDeviceServer inside a docker container.
FindMyDeviceServer is a server able to communicate with FMD and save the latest location encrypted on it.
To use docker-findmydeviceserver, follow these steps:
Clone and start the container:
docker run -p 8080:8080 -v "${PWD}"/data:/fmd/objectbox \
docker.io/aguslr/findmydeviceserver:latest
Register your device with your FindMyDeviceServer's IP address on port
8080 using the Android app.
Instead of pulling the image from a remote repository, you can build it locally:
Clone the repository:
git clone https://github.com/aguslr/docker-findmydeviceserver.git
Change into the newly created directory and use docker-compose to build and
launch the container:
cd docker-findmydeviceserver && docker-compose up --build -d
Content type
Image
Digest
sha256:d70953742…
Size
55.4 MB
Last updated
23 days ago
docker pull aguslr/findmydeviceserver