|
27 | 27 |
|
28 | 28 | ## Introduction
|
29 | 29 |
|
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**. |
34 | 34 |
|
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. |
39 | 39 |
|
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 |
41 | 41 | use these well known tools to deploy the containers. No need to learn new tools!
|
42 | 42 |
|
43 | 43 | 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.
|
296 | 296 | ## Filing Issues
|
297 | 297 |
|
298 | 298 | 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. |
300 | 300 |
|
301 | 301 | To file issues with Sysbox (e.g., bugs, feature requests, documentation changes, etc.),
|
302 | 302 | please refer to the [issue guidelines](docs/issue-guidelines.md) document.
|
|
0 commit comments