Skip to content

Commit d9e1dfe

Browse files
committed
Add ref. to documentaiton early on.
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
1 parent 84f6549 commit d9e1dfe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

_posts/2024-10-15-basic-container.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,13 @@ See the [first post][1] for a background and networking basics.
3131

3232
## Introduction
3333

34-
Let's set up the basic building blocks used with most containers, which
35-
is usually hidden from users.
34+
Let's set up the [basic building blocks][0] used with most containers,
35+
which is usually hidden from users.
3636

3737
![](/assets/img/basic-docker-veth.svg)
3838

39-
1. You need the [*Latest
40-
Build*](https://github.com/kernelkit/infix/releases/tag/latest) of
41-
Infix, use the `x86_64` for [testing with
42-
Qemu](https://github.com/kernelkit/infix/blob/main/doc/virtual.md)
39+
1. You need the [*Latest Build*][7] of Infix. Either on an actual device, or
40+
a Linux PC with the `x86_64` image for [testing with Qemu][6]
4341
2. In Qemu you need to activate separate `/var`, at least 256 MiB: `./qemu.sh -c`
4442
3. Start Infix: `./qemu.sh`
4543

@@ -141,3 +139,5 @@ Take care! <3
141139
[3]: https://en.wikipedia.org/wiki/Network_address_translation
142140
[4]: https://github.com/kernelkit/infix/blob/main/doc/cli/text-editor.md
143141
[5]: https://wiki.nftables.org/wiki-nftables/index.php/Main_Page
142+
[6]: https://github.com/kernelkit/infix/blob/main/doc/virtual.md
143+
[7]: https://github.com/kernelkit/infix/releases/tag/latest

0 commit comments

Comments
 (0)