fix REAADME
This commit is contained in:
parent
1f9d9b223e
commit
978260f10e
1 changed files with 11 additions and 12 deletions
23
README.md
23
README.md
|
@ -39,24 +39,23 @@ RUN DEFAULTS:
|
|||
|
||||
RUN OPTIONALS:
|
||||
- docker.yml : installs docker-ce and docker-compose (variable in variables.yml for latest of docker-compose)
|
||||
- lldp.yml
|
||||
- lldp.yml : installs and enables LLDP
|
||||
- telegraf.yml
|
||||
- tincvpn.yml
|
||||
- transmission.yml
|
||||
- singularity.yml : installs go and builds and installs singularity
|
||||
- tor.yml : installs tor base from tor repo
|
||||
|
||||
VERSIONS:
|
||||
docker-compose:
|
||||
variable: compose_ver
|
||||
look here: https://github.com/docker/compose/releases/latest
|
||||
|
||||
go:
|
||||
variable: singularity_go_ver
|
||||
look here: https://golang.org/dl/ , the package is like go1.14.linux-amd64.tar.gz and you take the "1.14"
|
||||
|
||||
singularity:
|
||||
varaible: singularity_ver
|
||||
look here: https://github.com/sylabs/singularity/releases/latest
|
||||
- docker-compose:
|
||||
-- variable: compose_ver
|
||||
-- look here: https://github.com/docker/compose/releases/latest
|
||||
- go:
|
||||
-- variable: singularity_go_ver
|
||||
-- look here: https://golang.org/dl/ , the package is like go1.14.linux-amd64.tar.gz and you take the "1.14"
|
||||
- singularity:
|
||||
-- varaible: singularity_ver
|
||||
-- look here: https://github.com/sylabs/singularity/releases/latest
|
||||
|
||||
GIT PUSH:
|
||||
git add --all
|
||||
|
|
Loading…
Reference in a new issue