https://github.com/mcrmonkey/libpup
librarian-puppet
https://github.com/mcrmonkey/libpup
docker-container librarian-puppet puppet
Last synced: 3 days ago
JSON representation
librarian-puppet
- Host: GitHub
- URL: https://github.com/mcrmonkey/libpup
- Owner: mcrmonkey
- Created: 2017-01-13T23:55:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-07T16:08:16.000Z (over 2 years ago)
- Last Synced: 2025-05-16T22:37:18.214Z (about 1 month ago)
- Topics: docker-container, librarian-puppet, puppet
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libpup
librarian-puppet in a debian container
## Running
Run like this:
docker run -v /path/to/your/puppet-stuff:/etc/puppet -u ${UID} mcrmonkey/libpup install
## Building
If you like you can build your own version of this container ( recommended )
First, clone this repo to a location of your choosing:
git clone [email protected]:mcrmonkey/libpup.git
Then run the following in that directory:
docker build --build-arg=TUID=${UID} -t libpup .
Then you should be all set!
Note: To avoid any issues with permissions its recommended you re-build the
container yourself initially before using it.## License
I've not applied one
You can do what ever you like to this version. However, I'd ask you link back
here if you make something based on this.