You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/deploy-from-docker.md
+7
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,13 @@ $ docker run --cap-drop=all -it \
46
46
trailofbits/algo:latest
47
47
```
48
48
49
+
## GNU Makefile for Docker
50
+
51
+
You can also build and deploy with a Makefile. This simplifies some of the command strings and opens the door for further user configuration.
52
+
53
+
The `Makefile` consists of three targets: `docker-build`, `docker-deploy`, and `docker-prune`.
54
+
`docker-all` will run thru all of them.
55
+
49
56
## Building Your Own Docker Image
50
57
51
58
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.
0 commit comments