Skip to content

Commit 9fa5f26

Browse files
authored
Small readme changes around docker instructions
1 parent 35b0730 commit 9fa5f26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,13 @@ For more info:
104104

105105

106106
### 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 .
108108

109109
``` docker build . -t curl-runnings-tests```
110110

111111
``` docker run curl-runnings-tests```
112112

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:
114114

115115
```
116116
tests:

0 commit comments

Comments
 (0)