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

Commit c69d461

Browse files
ctalledorodnymolina
authored andcommitted
Minor improvement to README file and KinD doc.
1 parent 7310ecc commit c69d461

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@
2727

2828
## Introduction
2929

30-
**Sysbox** is a next-generation container runtime, developed by [Nestybox](#about-nestybox),
31-
that enables deployment of containers that are capable of running not just micro-services,
32-
but also system software such as Docker, Kubernetes, Systemd, etc., inside the container,
33-
**easily and securely**.
30+
**Sysbox** is a next-generation container runtime (runc), developed by
31+
[Nestybox](#about-nestybox), that enables containers to run not just
32+
micro-services, but also system software such as Docker, Kubernetes, Systemd,
33+
etc., inside the container, **seamlessly and securely**.
3434

35-
What makes Sysbox unique is that the containers it creates can **seamlessly** run
36-
system software. It voids the need for unsecure privileged containers,
37-
complicated container images, custom entrypoints, or complex configurations. And
38-
it's very fast and efficient.
35+
Without Sysbox, running such software in a container requires complex images,
36+
custom entrypoints, special volume mounts, and risky privileged containers.
37+
Sysbox removes all of this complexity while ensuring strong container security.
38+
And it's very fast and efficient too.
3939

40-
Sysbox sits below containers managers such as Docker and Containerd, allowing you to
40+
Sysbox sits below container managers such as Docker and Containerd, allowing you to
4141
use these well known tools to deploy the containers. No need to learn new tools!
4242

4343
If you want to run Docker, Kubernetes, or Systemd-reliant apps inside Docker
@@ -296,7 +296,7 @@ Do [contact us](#contact) if you need any help.
296296
## Filing Issues
297297

298298
We apologize for any problems in the product or documentation, and we appreciate
299-
customers filing issues that help us improve Sysbox.
299+
users filing issues that help us improve Sysbox.
300300

301301
To file issues with Sysbox (e.g., bugs, feature requests, documentation changes, etc.),
302302
please refer to the [issue guidelines](docs/issue-guidelines.md) document.

docs/quickstart/kind.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ And remember, it should be fairly easy to add functionality to Kindbox, as it's
475475
just a bash wrapper around Docker commands that manage the cluster.
476476

477477
If you would like Nestybox to add more functionality, please file an
478-
[issue](../issue-guidelines.md) in the Sysbox Github repo, or [contact us](../../README.md#support).
478+
in the [Kindbox Github repo](https://github.com/nestybox/kindbox), or [contact us](../../README.md#support).
479479

480480
## Using Docker to Deploy a K8s Cluster
481481

@@ -783,8 +783,8 @@ images that come [preloaded with inner container images](../user-guide/images.md
783783

784784
You can use this to create K8s node images that include inner pod images.
785785

786-
This can **significantly speed up deployment** of the K8s cluster, since K8s node
787-
need not download those inner pod images at runtime.
786+
This can **significantly speed up deployment** of the K8s cluster, since the K8s
787+
node container need not download those inner pod images at runtime.
788788

789789
There are two ways to do this:
790790

0 commit comments

Comments
 (0)