Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 7197c16

Browse files
ctalledorodnymolina
authored andcommitted
Fix broken links in docs.
1 parent 7cd0539 commit 7197c16

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

docs/quickstart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ quickly take advantage of their features.
55

66
It assumes you've [installed](../user-guide/install.md) Sysbox.
77

8-
For an in-depth description of Sysbox's functionality, refer to the [Sysbox Users Guide](../user-guide/README.md).
8+
For an in-depth description of Sysbox's functionality, refer to the [Sysbox-EE Users Guide](../user-guide/README.md).
99

1010
Also, the [Nestybox blog site](https://blog.nestybox.com) has even more examples on
1111
how to use system containers.

docs/quickstart/kind.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,8 @@ Kindbox is not meant to compete with the K8s.io KinD tool. Rather, it's meant to
359359
provide a reference example of how easy it is to deploy a K8s cluster inside
360360
containers when using the Sysbox container runtime.
361361

362-
Kindbox is a [simple bash script](../user-guide/kind.md#kindbox-simplicity--flexibility)
363-
wrapper around Docker commands. Feel free to modify it to fit your needs.
362+
Kindbox is a simple bash script wrapper around Docker commands. Feel free to
363+
modify it to fit your needs.
364364

365365
The subsections below describe how to use Kindbox.
366366

docs/user-guide/images.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ that Sysbox allocate 500MB of storage on the host. If you deploy 10 system
140140
containers, the overhead is 5GB. If you deploy 100 system containers, it grows
141141
to 50GB. And so on. You get the point: the overhead can quickly grow.
142142

143-
To mitigate this, Sysbox has a feature called "inner Docker image sharing" that
143+
To mitigate this, Sysbox-EE has a feature called "inner Docker image sharing" that
144144
**significantly** reduces the storage overhead. This feature works by ensuring
145145
that multiple system containers created from the same image share preloaded
146146
inner Docker image layers using Copy-on-Write (COW).
@@ -151,12 +151,12 @@ preloaded inner images! In other words, the storage overhead for preloaded inner
151151
Docker images goes from O(n) to O(1), where 'n' is the number of system
152152
containers.
153153

154-
Inner Docker image sharing is one of the key features that make Sysbox the most
154+
Inner Docker image sharing is one of the key features that make Sysbox-EE a very
155155
efficient container runtime for deploying Docker or Kubernetes inside
156156
containers.
157157

158-
As another example, see this storage overhead [table](kind.md#performance--efficiency)
159-
for running Kubernetes in Docker containers with and without Sysbox.
158+
As another example, see this storage overhead [table](../quickstart/kind.md#why-sysbox-for-k8s-in-docker)
159+
for running Kubernetes in Docker containers with Sysbox vs Sysbox-EE.
160160

161161
### Effects on Container Startup Time
162162

docs/user-guide/troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
## Sysbox Installation Problems
1919

2020
When installing the Sysbox package with the `dpkg` command
21-
(see the [Installation instructions](../../README.md#installation)), the expected output is:
21+
(see the [Installation instructions](../../README.md#installing-sysbox)), the expected output is:
2222

2323
```console
2424
$ sudo dpkg -i sysbox_0.2.0-0.ubuntu-eoan_amd64.deb

0 commit comments

Comments
 (0)