Skip to content

AndersTao/docker-mwa2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Shell 0.2%