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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,13 +104,13 @@ For more info:
104
104
105
105
106
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 .
107
+
A dockerfile is included in the root of the project. The Dockerfile will expect the linux based 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
108
109
109
``` docker build . -t curl-runnings-tests```
110
110
111
111
``` docker run curl-runnings-tests```
112
112
113
-
In case u use docker-compose, you can add this to docker-compose.yml:
113
+
If you use docker-compose, you can add this to docker-compose.yml:
0 commit comments