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.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,24 @@ For more info:
102
102
103
103
```curl-runnings --help ```
104
104
105
+
106
+
### Running With Docker
107
+
The dockerfile is included in the root of the project. The Dockerfile will expect a curl-runnings executable in the same directory as the Dockerfile and a tests.yml file. You can download the latest executable from the release page : https://github.com/aviaviavi/curl-runnings/releases .
108
+
109
+
``` docker build . -t curl-runnings-tests```
110
+
111
+
``` docker run curl-runnings-tests```
112
+
113
+
In case u use docker-compose, you can add this to docker-compose.yml:
114
+
115
+
```
116
+
tests:
117
+
build:
118
+
context: .
119
+
dockerfile: ./Dockerfile
120
+
```
121
+
122
+
105
123
### Contributing
106
124
107
125
Contributions in any form are welcome and encouraged. Don't be shy! :D
0 commit comments