Skip to content

Commit f4cb91a

Browse files
authored
Merge pull request #20 from aptalca/template
readme and template updates
2 parents ca2c0ce + 5be8b23 commit f4cb91a

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
# Docker mod for openssh-server
1+
# Rsync - Docker mod for openssh-server
22

33
This mod adds rsync to openssh-server, to be installed/updated during container start.
44

55
In openssh-server docker arguments, set an environment variable `DOCKER_MODS=linuxserver/mods:openssh-server-rsync`
66

7+
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`
8+
79
# Mod creation instructions
810

911
* Ask the team to create a new branch named `<baseimagename>-<modname>`. Baseimage should be the name of the image the mod will be applied to. The new branch will be based on the `template` branch.
10-
* Fork the repo, checkout the template branch.
12+
* Fork the repo, checkout the newly created branch.
1113
* Edit the `Dockerfile` for the mod. `Dockerfile.complex` is only an example and included for reference; it should be deleted when done.
1214
* Inspect the `root` folder contents. Edit, add and remove as necessary.
13-
* Edit this readme with pertinent info, delete thse instructions.
14-
* Finally edit the `travis.yml`. Customize the build branch,and the vars for `BASEIMAGE` and `MODNAME`
15-
* Submit PR against the branch created by the team
15+
* Edit this readme with pertinent info, delete these instructions.
16+
* Finally edit the `travis.yml`. Customize the build branch, and the vars for `BASEIMAGE` and `MODNAME`.
17+
* Submit PR against the branch created by the team.

0 commit comments

Comments
 (0)