https://github.com/lanjelin/docker-tinker
Just a random collection of docker tinkering
https://github.com/lanjelin/docker-tinker
Last synced: 5 months ago
JSON representation
Just a random collection of docker tinkering
- Host: GitHub
- URL: https://github.com/lanjelin/docker-tinker
- Owner: Lanjelin
- License: gpl-3.0
- Created: 2021-05-25T15:27:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-30T19:03:01.000Z (over 2 years ago)
- Last Synced: 2025-05-06T12:16:35.007Z (5 months ago)
- Language: Shell
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## quizmaster
dockerfile and docker-compose.yml based on [nymanjens/quizmaster](https://github.com/nymanjens/quizmaster), smaller (192.5MB), supports bind mount and UID/GID.
## mollusc + mongodb
An attempt to make [kevthehermit/mollusc](https://github.com/kevthehermit/mollusc) work, and it somewhat does. Includes an instance of mongodb for use with [cowrie/cowrie](https://github.com/cowrie/cowrie). `cowrie.cfg` is to be configured to connect to the mongodb instance in this container (no authentication), and requires `pip install pymongo`.
## duinocoin
Because, why not? Duino mining using docker. Supports both AVR and PC, all configuration done using environment variables.
## openaudible
OpenAudible in the browser. Didn't really like how the [official image](https://github.com/openaudible/openaudible_docker) felt, so build one myself, based on [linuxserver/docker-baseimage-rdesktop-web/](https://github.com/linuxserver/docker-baseimage-rdesktop-web/).