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: README_EN.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,15 @@ Connection: close
64
64
65
65
## Installation and Usage
66
66
67
+
** Docker Container**
68
+
69
+
```bash
70
+
# pull latest image from DockerHub
71
+
docker pull chaitin/blazehttp:latest
72
+
# run test
73
+
docker run --rm --net=host chaitin/blazehttp:latest /app/blazehttp -t <URL>
74
+
```
75
+
67
76
Precompiled artifacts from GitHub CI have been uploaded to Releases for direct downloads of the latest version [here](https://github.com/chaitin/blazehttp/releases).
0 commit comments