Skip to content

Commit b64f85a

Browse files
committed
docker: direct link to installation
1 parent 04821ee commit b64f85a

6 files changed

Lines changed: 7 additions & 4 deletions

File tree

content/tutorials/development_containers/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ Here is an incomplete list of online material which you might find helpful.
9292
- <https://colinfay.me/docker-r-reproducibility>
9393
- <https://solutions.posit.co/envs-pkgs/environments/docker>
9494

95+
96+
<a id="sec-installation"></a>
9597
# Installation
9698

9799
The installation procedure [is documented here](https://docs.docker.com/install).

content/tutorials/development_containers/index.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ Here is an incomplete list of online material which you might find helpful.
101101
- <https://solutions.posit.co/envs-pkgs/environments/docker>
102102

103103

104+
<a id="sec-installation"></a>
104105
# Installation
105106

106107
The installation procedure [is documented here](https://docs.docker.com/install).

content/tutorials/development_containers_build/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ output:
2525
---
2626

2727

28-
By now, you [will have successfully installed](../../tutorials/development_containers) Docker or [Podman](../../tutorials/development_containers_podman).
28+
By now, you [will have successfully installed](../../tutorials/development_containers#sec-installation) Docker or [Podman](../../tutorials/development_containers_podman).
2929
You hopefully succeeded in [running others' containers](../../tutorials/development_containers_run), e.g. from a container repository.
3030

3131
Next, it is time to customize your container.

content/tutorials/development_containers_build/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ output:
2525
---
2626

2727

28-
By now, you [will have successfully installed](../tutorials/development_containers) Docker or [Podman](../tutorials/development_containers_podman).
28+
By now, you [will have successfully installed](../tutorials/development_containers#sec-installation) Docker or [Podman](../tutorials/development_containers_podman).
2929
You hopefully succeeded in [running others' containers](../tutorials/development_containers_run), e.g. from a container repository.
3030

3131
Next, it is time to customize your container.

content/tutorials/development_containers_run/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The good news:
4141
there are a gazillion **Docker images available** on repositories like [Docker Hub](https://hub.docker.com) or [Quay](https://quay.io).
4242

4343
This tutorial will show you how to use such "containers-to-go", thereby demonstrating some basic principles and vocabulary about containerization.
44-
I assume that you have [installed docker](../../tutorials/development_containers).
44+
I assume that you have [installed docker](../../tutorials/development_containers#sec-installation).
4545
This tutorial will stay on the more involved route of running Docker in the terminal (the Docker Desktop "app" is rather self-explanatory, and you can manoever it easily with knowledge of terminal vocabulary).
4646
Once you master these first step, you can proceed to [customize your container images](../../tutorials/development_containers_build).
4747
You might also [consider Podman as a Docker alternative](../../tutorials/development_containers_podman).

content/tutorials/development_containers_run/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ there are a gazillion **Docker images available** on repositories like [Docker H
4040

4141

4242
This tutorial will show you how to use such "containers-to-go", thereby demonstrating some basic principles and vocabulary about containerization.
43-
I assume that you have [installed docker](../tutorials/development_containers).
43+
I assume that you have [installed docker](../tutorials/development_containers#sec-installation).
4444
This tutorial will stay on the more involved route of running Docker in the terminal (the Docker Desktop "app" is rather self-explanatory, and you can manoever it easily with knowledge of terminal vocabulary).
4545
Once you master these first step, you can proceed to [customize your container images](../tutorials/development_containers_build).
4646
You might also [consider Podman as a Docker alternative](../tutorials/development_containers_podman).

0 commit comments

Comments
 (0)