File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -128,14 +128,14 @@ In order to use the image you have to [install Docker](https://docs.docker.com/i
128128Once you have Docker, the image can be downloaded:
129129
130130```
131- docker pull djarecka /libmpdataxx:latest
131+ docker pull igfuw /libmpdataxx:latest
132132```
133133
134134To run the Docker in interactive mode:
135135```
136- docker run -it --rm djarecka /libmpdataxx:latest
136+ docker run -it --rm igfuw /libmpdataxx:latest
137137```
138138This will open an interactive ` bash ` in the container
139139and your working directory will be ` /usr/local/src/libmpdataxx ` .
140140You 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.
You can’t perform that action at this time.
0 commit comments