Merge pull request #401 from knqyf263/fix_readme

Remove duplicate command in README
This commit is contained in:
Teppei Fukuda
2017-03-31 12:13:53 +09:00
committed by GitHub

View File

@@ -115,15 +115,6 @@ keyPath = "/root/.ssh/id_rsa" # path to ssh private key in docker
```
```console
$ docker run --rm \
-v ~/.ssh:/root/.ssh:ro \
-v $PWD:/vuls \
-v $PWD/vuls-log:/var/log/vuls \
vuls/vuls configtest \
-config=./config.toml # path to config.toml in docker
```
## Step3. Configtest
```console