Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 436 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 436 Bytes

MWA2 Docker Container

This container is currently only built for testing purposes. See the sal and sal-ldap containers for how to rebuild this container to add gunicorn and ldap support.

Usage

docker run -d --name="munkiwebadmin" \
  -p 80:8000 \
  -v /path/to/munki_repo:/munki_repo \
  -e ADMIN_PASS=password \
  macadmins/mwa2:latest