macadmins/mwa2 with django-auth-ldap==1.2.11 installed
341
This container is currently only built for testing purposes. Dockerfile updated from macadmins/mwa2
Using mwa2 source, until pull request accepted
https://github.com/darshannnn/mwa2.git
SYNC_REMOTE_REPO = True in your settings.py[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
precomposeunicode = true
[branch "master"]
remote = origin
merge = refs/heads/master
[remote "origin"]
url = git@git_server.com:your_account/munki_repo.git
fetch = +refs/heads/*:refs/remotes/origin/*
docker run -d --name="munkiwebadmin-ldap-sync" \
-p 80:8000 \
-v /path/to/ssh_keys:/root/.ssh \
-v /path/to/munki_repo:/munki_repo \
-v /path/to/settings.py:/app/munkiwebadmin/settings.py \
-e ADMIN_PASS=password \
darshannnn/mwa2-ldap:latest
Content type
Image
Digest
Size
47.2 MB
Last updated
over 6 years ago
docker pull darshannnn/mwa2-ldap