Update README
This commit is contained in:
parent
a2b9951cfe
commit
34e8152646
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
@ -3,6 +3,20 @@
|
||||||
> Dockerfiles and scripts to build various Docker images I rely on.
|
> Dockerfiles and scripts to build various Docker images I rely on.
|
||||||
|
|
||||||
|
|
||||||
|
## 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
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Docker container UID/GID map
|
## Docker container UID/GID map
|
||||||
|
|
||||||
UID | GID | Container | Notes
|
UID | GID | Container | Notes
|
||||||
|
|
Loading…
Reference in a new issue