now based of template branch

This commit is contained in:
Chris Caplan
2021-03-06 16:15:16 +00:00
parent d1dc6e5858
commit 5a8f05000c
7 changed files with 26 additions and 60 deletions
+4 -4
View File
@@ -1,10 +1,10 @@
# Rsync - Docker mod for openssh-server
# AWSCLI - Docker mod for code-server
This mod adds rsync to openssh-server, to be installed/updated during container start.
This mod adds AWSCLI to code-server, to be installed/updated during container start.
In openssh-server docker arguments, set an environment variable `DOCKER_MODS=linuxserver/mods:openssh-server-rsync`
In openssh-server docker arguments, set an environment variable `DOCKER_MODS=linuxserver/mods:code-server-awscli`
If adding multiple mods, enter them in an array separated by `|`, such as `DOCKER_MODS=linuxserver/mods:openssh-server-rsync|linuxserver/mods:openssh-server-mod2`
If adding multiple mods, enter them in an array separated by `|`, such as `DOCKER_MODS=linuxserver/mods:code-server-awscli|linuxserver/mods:code-server-mod2`
# Mod creation instructions