Official Docker image for Headwind MDM
100K+
This is an official Docker image for Headwind MDM - an open source mobile device management software for Android.
Headwind MDM URL: https://h-mdm.com
To run the container, you need to run PostgreSQL in a separate container, then run the command:
docker run -d -p 443:8443 -p 31000:31000 -e SQL_HOST=database.host -e SQL_BASE=hmdm -e SQL_USER=hmdm -e SQL_PASS=password -e BASE_DOMAIN=build.h-mdm.com -v /etc/letsencrypt:/etc/letsencrypt -v $(pwd)/volumes/work:/usr/local/tomcat/work --name="hmdm" headwindmdm/hmdm:0.1.0
(replace SQL parameters and BASE_DOMAIN by your own parameters)
You can also run this Headwind MDM in docker-compose. See more details here: https://github.com/h-mdm/hmdm-docker
Content type
Image
Digest
sha256:3550b4840…
Size
282.4 MB
Last updated
about 2 months ago
docker pull headwindmdm/hmdm