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

View File

@ -2,12 +2,23 @@
this is a dynamically built gotty container this is a dynamically built gotty container
#### features: ## features:
- select packages with environment values - select packages with environment values
- easily run in docker composes - easily run in docker composes
- available as alpine and debian base images - 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 this example can also be found in the repo
```yaml ```yaml