Skip to content

Commit 48581fc

Browse files
authored
Merge pull request #415 from djarecka/docker_tags
adding info about docker tags
2 parents c4e0f99 + eb4b3c4 commit 48581fc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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/).
130130
Once you have Docker, the image can be downloaded:
131131

132132
```
133133
docker 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
```
138140
docker run -it --rm igfuw/libmpdataxx:latest
139141
```

0 commit comments

Comments
 (0)