An open API service indexing awesome lists of open source software.

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

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/).