mirror of
https://github.com/andrew-d/static-binaries.git
synced 2025-01-01 11:37:47 +08:00
Tweak README
This commit is contained in:
parent
efd9724871
commit
e9ebd6779b
11
README.md
11
README.md
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user