From: Marc Fehling Date: Wed, 14 May 2025 09:37:26 +0000 (+0200) Subject: Fix link to dockerhub in readme. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18452%2Fhead;p=dealii.git Fix link to dockerhub in readme. --- diff --git a/README.md b/README.md index 7a06b8351f..ae206f84ad 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ to the complex data structures and algorithms required. For the impatient: ------------------ -Let's say you've unpacked the .tar.gz file into a directory /path/to/dealii/sources. +Let's say you've unpacked the .tar.gz file into a directory /path/to/dealii/sources. Then configure, compile, and install the deal.II library with: $ mkdir build @@ -71,13 +71,13 @@ Docker Images: ------------- Docker images based on the Ubuntu operating system are available on -[Docker Hub](https://hub.docker.com/repository/docker/dealii/dealii). You can -use any of the available version -([list of available tags](https://hub.docker.com/repository/docker/dealii/dealii/tags)) +[Docker Hub](https://hub.docker.com/r/dealii/dealii). You can +use any of the available version +([list of available tags](https://hub.docker.com/r/dealii/dealii/tags)) by running, for example: $ docker run --rm -t -i dealii/dealii:master-focal -The above command would drop you into an isolated environment, in which you +The above command would drop you into an isolated environment, in which you will find the latest version of deal.II (master development branch) installed under `/usr/local`.