Add Docker instructions in README

This commit is contained in:
Sergio Lepore 2018-01-13 00:45:06 -03:00
parent 4d45f25353
commit bfea545af6

View file

@ -26,6 +26,13 @@ wget -qO- https://raw.githubusercontent.com/sergiolepore/ChristBASHTree/master/t
wget -qO- https://raw.githubusercontent.com/sergiolepore/ChristBASHTree/master/tree-ES.sh | bash
```
Docker:
```
docker pull sergiolepore/christbashtree:latest
docker run -it sergiolepore/christbashtree:latest
```
Git clone and execute:
```