blob: 90fb0efec49b514f504125a3a781fb4577b19e4f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Grumpy Containers
A collection of Docker containers for everyday tasks and services.
## Available Containers
- **base**: Base container image
- **cgit**: Web interface for git repositories
- **cluster**: Container orchestration tools
- **git-snapshot**: Git repository backup utility
- **gitolite**: Git hosting and access management
- **go-echo**: Simple Go echo server
- **pelican**: Static site generator
- **rclone**: Cloud storage sync tool
- **sally**: Configuration management tool
- **static-files**: Static file server
## Usage
Each container is located in its own directory under `src/` with its own Dockerfile and configuration.
See the individual container directories for specific usage instructions and configuration options.
## Building
Containers can be built using standard Docker build commands from their respective directories.
## License
This project is open source. See individual container directories for specific licensing details.
|