A container that serves static files at http://munki/repo using nginx.
872
A container that serves static files at http://munki/repo using nginx. Nginx expects the munki repo content to be located at /munki_repo. Use a data container and the --volumes-from option to add files.
WARNING This is in development.
Create a data-only container to host the Munki repo:
docker run -d --name munki-data --entrypoint /bin/echo ustwo/munki Data-only container for munki
`docker run -d --name munki --volumes-from munki-data -p 80:80 -h munki ustwo/munki`
Content type
Image
Digest
sha256:9d6cdd88a…
Size
52.2 MB
Last updated
almost 11 years ago
docker pull ustwo/munki