mirror of
https://github.com/neingeist/docker-mod-terminfos.git
synced 2025-06-30 22:49:59 +02:00
📝 How to use → example docker-compose config
This commit is contained in:
parent
4d36c6d778
commit
6589df7e51
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
@ -6,4 +6,20 @@ This mod currently installs the following terminfo entries:
|
|||
- rxvt-unicode-256color
|
||||
- xterm-kitty
|
||||
|
||||
## How to use
|
||||
|
||||
Set `DOCKER_MODS=ghcr.io/neingeist/docker-mod-terminfos`.
|
||||
|
||||
For example, in a `docker-compose.yml` file for an openssh-server container:
|
||||
|
||||
```
|
||||
# [...]
|
||||
services:
|
||||
sshd-halde:
|
||||
image: lscr.io/linuxserver/openssh-server:latest
|
||||
# [...]
|
||||
environment:
|
||||
- DOCKER_MODS=linuxserver/mods:universal-package-install|ghcr.io/neingeist/docker-mod-terminfos
|
||||
- INSTALL_PACKAGES=tmux|vim|ncdu
|
||||
# [...]
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue