mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 02:43:01 +02:00
update docs for makefile
This commit is contained in:
parent
e1b2e9edd8
commit
a90bb0708b
1 changed files with 7 additions and 0 deletions
|
@ -46,6 +46,13 @@ $ docker run --cap-drop=all -it \
|
|||
trailofbits/algo:latest
|
||||
```
|
||||
|
||||
## GNU Makefile for Docker
|
||||
|
||||
You can also build and deploy with a Makefile. This simplifies some of the command strings and opens the door for further user configuration.
|
||||
|
||||
The `Makefile` consists of three targets: `docker-build`, `docker-deploy`, and `docker-prune`.
|
||||
`docker-all` will run thru all of them.
|
||||
|
||||
## Building Your Own Docker Image
|
||||
|
||||
You can use the Dockerfile provided in this repository as-is, or modify it to suit your needs. Further instructions on building an image can be found in the [Docker engine](https://docs.docker.com/engine/) documents.
|
||||
|
|
Loading…
Add table
Reference in a new issue