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:
|
RUN OPTIONALS:
|
||||||
- docker.yml : installs docker-ce and docker-compose (variable in variables.yml for latest of docker-compose)
|
- 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
|
- telegraf.yml
|
||||||
- tincvpn.yml
|
- tincvpn.yml
|
||||||
- transmission.yml
|
- transmission.yml
|
||||||
- singularity.yml : installs go and builds and installs singularity
|
- singularity.yml : installs go and builds and installs singularity
|
||||||
|
- tor.yml : installs tor base from tor repo
|
||||||
|
|
||||||
VERSIONS:
|
VERSIONS:
|
||||||
docker-compose:
|
- docker-compose:
|
||||||
variable: compose_ver
|
-- variable: compose_ver
|
||||||
look here: https://github.com/docker/compose/releases/latest
|
-- look here: https://github.com/docker/compose/releases/latest
|
||||||
|
- go:
|
||||||
go:
|
-- variable: singularity_go_ver
|
||||||
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"
|
||||||
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
|
||||||
singularity:
|
-- look here: https://github.com/sylabs/singularity/releases/latest
|
||||||
varaible: singularity_ver
|
|
||||||
look here: https://github.com/sylabs/singularity/releases/latest
|
|
||||||
|
|
||||||
GIT PUSH:
|
GIT PUSH:
|
||||||
git add --all
|
git add --all
|
||||||
|
|
Loading…
Reference in a new issue