tweaked readme

This commit is contained in:
Nils 2021-06-23 22:10:51 +02:00
parent 03611a907a
commit f804d9d670
Signed by: byreqz
GPG Key ID: 396A62D7D436749E
1 changed files with 13 additions and 2 deletions

View File

@ -2,12 +2,23 @@
this is a dynamically built gotty container
#### features:
## features:
- select packages with environment values
- easily run in docker composes
- available as alpine and debian base images
### compose
## branches
### alpine
- available with :latest
- base alpine image + curl, jq, tmux and libc6-compat (light glibc compatibility to get gotty running)
- main and community repo available
### debian
- available with :debian
- base image + curl, jq and tmux
- sid main repo available
## compose
this example can also be found in the repo
```yaml