Merge pull request #140 from mikkame/fix-docker-howto

Remove unnecessary step in readme of docker setup
This commit is contained in:
Kota Kanbe
2016-07-21 15:49:34 +09:00
committed by GitHub
2 changed files with 0 additions and 2 deletions

View File

@@ -32,7 +32,6 @@
- 以下のコマンドを実行してコンテナをビルドする
```
$ cd $GOPATH/src/github.com/future-architect/vuls/setup/docker
$ docker-compose up -d
```

View File

@@ -33,7 +33,6 @@
- Execute the following command to build and run a Vuls Container
```
$ cd $GOPATH/src/github.com/future-architect/vuls/docker
$ docker-compose up -d
```