Tweak README

This commit is contained in:
Andrew Dunham 2015-03-12 01:13:09 -07:00
parent efd9724871
commit e9ebd6779b

View File

@ -10,6 +10,17 @@ them. I generally just create these as I need them.
- [ag / the_silver_searcher](https://github.com/ggreer/the_silver_searcher)
- [nmap](http://nmap.org/)
## Building
Generally, if the directory contains a Dockerfile, you can run the build by
doing something like (where `FOO` is the directory name):
```
cd FOO
docker build -t static-binaries-FOO .
docker run -v `pwd`/../binaries:/output static-binaries-FOO
```
## Notes:
### nmap