Sign inSign up

meteozond/hmdm

By meteozond

•Updated about 1 year ago

Unofficial HeadWind Docker image. Supports HTTP_PORT and HTTPS_PORT allowing `Dokku` env deployment.

Image
Security
Integration & delivery
Monitoring & observability
0

398

meteozond/hmdm repository overview

This is an unofficial 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 80:5000 \
-p 31000:31000 \
-e HTTPS_LETSENCRYPT=false \
-e PROTOCOL=http \
-e HTTP_PORT=5000 \
-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)

CUSTOMISATION: Added HTTP_PORT env variable support to be able to run it in Dokku.

You can also run this Headwind MDM in docker-compose. See more details here: https://github.com/meteozond/hmdm-docker/⁠

Tag summary

Content type

Image

Digest

sha256:5f7730072…

Size

256.9 MB

Last updated

about 1 year ago

docker pull meteozond/hmdm:0.1.5-3