Skip to content

Commit 825f7b1

Browse files
committed
[skip ci] readme: use igfuw docker repository
1 parent 3a9c869 commit 825f7b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,14 @@ In order to use the image you have to [install Docker](https://docs.docker.com/i
128128
Once you have Docker, the image can be downloaded:
129129

130130
```
131-
docker pull djarecka/libmpdataxx:latest
131+
docker pull igfuw/libmpdataxx:latest
132132
```
133133

134134
To run the Docker in interactive mode:
135135
```
136-
docker run -it --rm djarecka/libmpdataxx:latest
136+
docker run -it --rm igfuw/libmpdataxx:latest
137137
```
138138
This will open an interactive `bash` in the container
139139
and your working directory will be `/usr/local/src/libmpdataxx`.
140140
You can repeat the [step 2](#2.-to-perform-unit-tests:)
141-
and the [step 3](#3.-to-reproduce-all-results-from-the-gmd-paper:) from the previous part to run the tests.
141+
and the [step 3](#3.-to-reproduce-all-results-from-the-gmd-paper:) from the previous part to run the tests.

0 commit comments

Comments
 (0)