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

Commit 14f3b20

Browse files
ctalledorodnymolina
authored andcommitted
Added links to quickstart guide.
1 parent 5d0fde4 commit 14f3b20

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,17 +145,17 @@ root@my_cont:/#
145145

146146
This launches a system container. Looks very much like a regular container,
147147
except that within it you can now run system software such as Docker,
148-
Kubernetes, etc. without any special configurations or complexity, and securely
149-
(no privileged containers!).
148+
Kubernetes, etc. seamlessly, without complicated Docker run commands or complex
149+
images, and securely (no privileged containers!).
150+
151+
The [Sysbox Quickstart Guide](docs/quickstart/README.md) and the [Nestybox Blog Site](https://blog.nestybox.com) have
152+
many usage examples.
150153

151154
Note that if you omit the `--runtime` option, Docker will use its default `runc`
152155
runtime to launch regular containers (rather than system containers). It's
153156
perfectly fine to run system containers launched with Docker + Sysbox alongside
154157
regular Docker containers; they won't conflict and can co-exist side-by-side.
155158

156-
The [Sysbox Quickstart Guide](docs/quickstart/README.md) and the [Nestybox Blog Site](https://blog.nestybox.com) have
157-
many usage examples.
158-
159159
## Sysbox Features
160160

161161
### Integrates with Docker

docs/user-guide/deploy.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ $ docker run --runtime=sysbox-runc --rm -it --hostname my_cont debian:latest
2626
root@my_cont:/#
2727
```
2828

29+
The resulting container is one in which you can seamlessly run run systemd,
30+
Docker, and Kubernetes inside (without complex images, entrypoints, etc). See
31+
the [Quickstart Guide](../quickstart/README.md) for examples.
32+
2933
If you wish, you can configure Sysbox as the default runtime for Docker. This
3034
way you don't have to use the `--runtime` flag every time. To do this,
3135
refer to this [Docker doc](https://docs.docker.com/engine/reference/commandline/dockerd/).

docs/user-guide/install.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ sysbox.service loaded active exited Sysbox General Ser
6363
Note: the sysbox.service is ephemeral (it exits once it launches the other sysbox services; that's why
6464
you see `sysbox.service loaded active exited` above).
6565

66+
After you've installed Sysbox, you can now use it to deploy containers that can
67+
run systemd, Docker, and Kubernetes inside of them seamlessly. See the
68+
[Quickstart Guide](../quickstart/README.md) for examples.
69+
6670
If you are curious on what the other Sysbox services are, refer to the [design section](design.md).
6771

6872
If you hit problems during installation, see the [Troubleshooting doc](troubleshoot.md).

0 commit comments

Comments
 (0)