docker-images/README.md

31 lines
708 B
Markdown
Raw Normal View History

2020-08-24 12:08:43 +00:00
# docker-images
2020-09-26 13:56:36 +00:00
> Dockerfiles and scripts to build various Docker images I rely on.
2020-10-21 23:23:15 +00:00
## System Requirements
- Linux
- Bash
- Docker
## Getting started
The script that does the magic is called `imagebuilder.sh` in the root of this repository. Run it to get usage information:
```bash
./imagebuilder.sh
```
2020-09-26 13:56:36 +00:00
## Docker container UID/GID map
UID | GID | Container | Notes
--------|-------|-----------------------|-----------------
2020-09-26 13:59:25 +00:00
3 | 3 | docker-registry-ui |
2020-10-04 11:28:49 +00:00
50 | 995 | image-wrangler | 995 = docker group, deprecated
2020-09-26 13:59:25 +00:00
60 | 60 | minetest-mapserver |
2020-09-26 13:56:36 +00:00
70 | 70 | etherpad |
2020-10-04 11:28:49 +00:00
80 | 80 | serve | Static HTTP Server based on Node.js
2020-10-17 16:49:20 +00:00
90 | 90 | jellyfin |
2020-10-21 22:37:51 +00:00
100 | 100 | certbot |