File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -126,14 +126,16 @@ what will allow CMake users to do find_package(libmpdata++).
126126
127127## Using and testing the library with a [ Docker] ( https://docs.docker.com/ ) image
128128
129- In order to use the image you have to [ install Docker] ( https://docs.docker.com/install/ ) .
129+ - In order to use the image you have to [ install Docker] ( https://docs.docker.com/install/ ) .
130130Once you have Docker, the image can be downloaded:
131131
132132```
133133docker pull igfuw/libmpdataxx:latest
134134```
135+ You can also download an image with a specific version of the library,
136+ a full list of available tags can be found [ here] ( https://hub.docker.com/r/igfuw/libmpdataxx/tags/ ) .
135137
136- To run the Docker in interactive mode:
138+ - To run the Docker in interactive mode:
137139```
138140docker run -it --rm igfuw/libmpdataxx:latest
139141```
You can’t perform that action at this time.
0 commit comments