Update Readme

Update image tag
This commit is contained in:
o20ne 2019-02-14 16:14:54 +08:00 committed by GitHub
parent fbe6b29c23
commit a8e83f69a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@ $ curl http://localhost:9000/scanPath?path=/scan-target
Build golang (linux) binary and docker image:
```bash
env GOOS=linux GOARCH=amd64 go build
docker build . -t niilo/clamav-rest
docker run -p 9000:9000 --rm -it niilo/clamav-rest
# env GOOS=linux GOARCH=amd64 go build
docker build . -t clamav-go-rest
docker run -p 9000:9000 --rm -it clamav-go-rest
```