Skip to content

Commit 6617ecd

Browse files
initdclafin
authored andcommitted
docs: update readme ref links
1 parent 5870a61 commit 6617ecd

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
![](https://raw.githubusercontent.com/multiarch/dockerfile/master/logo.jpg)
66

7-
**multiarch/qemu-user-static** is to enable an execution of different multi-architecture containers by QEMU [1] and binfmt_misc [2].
8-
Here are examples with Docker [3].
7+
**multiarch/qemu-user-static** is to enable an execution of different multi-architecture containers by QEMU [<sup>1</sup>](#ref-1) and binfmt_misc [<sup>2</sup>](#ref-2).
8+
Here are examples with Docker [<sup>3</sup>](#ref-3).
99

1010
## Getting started
1111

@@ -47,7 +47,7 @@ $ docker run --rm -t i386/ubuntu uname -m
4747
x86_64
4848
```
4949

50-
Podman [4] also works.
50+
Podman [<sup>4</sup>](#ref-4) also works.
5151

5252
```
5353
$ sudo podman run --rm --privileged multiarch/qemu-user-static --reset -p yes
@@ -56,7 +56,7 @@ $ podman run --rm -t arm64v8/fedora uname -m
5656
aarch64
5757
```
5858

59-
Singularity [5] also works.
59+
Singularity [<sup>5</sup>](#ref-5) also works.
6060

6161
```
6262
$ sudo singularity run docker://multiarch/qemu-user-static --reset -p yes
@@ -226,8 +226,8 @@ See [Examples & articles](docs/examples.md).
226226

227227
## References
228228

229-
* [1] QEMU: https://www.qemu.org/
230-
* [2] binfmt_misc: https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html
231-
* [3] Docker: https://www.docker.com/
232-
* [4] Podman: https://podman.io/
233-
* [5] Singularity: https://sylabs.io/singularity/
229+
* <a id="ref-1" href="#ref-1">[1]</a> QEMU: https://www.qemu.org/
230+
* <a id="ref-2" href="#ref-2">[2]</a> binfmt_misc: https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html
231+
* <a id="ref-3" href="#ref-3">[3]</a> Docker: https://www.docker.com/
232+
* <a id="ref-4" href="#ref-4">[4]</a> Podman: https://podman.io/
233+
* <a id="ref-5" href="#ref-5">[5]</a> Singularity: https://sylabs.io/singularity/

0 commit comments

Comments
 (0)