diff --git a/content/_index.md b/content/_index.md index cf3e3efc..fb6d109f 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,8 +1,8 @@ # Overview of BurmillaOS -BurmillaOS is our reaction of us to the End of RancherOS, which was one of the smallest and easiest ways to run docker as every process including services as `udev` or even `syslog` are running in their own containers. As the system is stripped of anything unnecessary to run docker, the resulting system is way smaller than most others of todays operating systems. +BurmillaOS is our reaction to the End of RancherOS, which was one of the smallest and easiest ways to run docker, as every process including services as `udev` or even `syslog` are running in their own containers. As the system is stripped of anything unnecessary to run docker, the resulting system is way smaller than most others of todays operating systems. -Speaking of security, the stripping of unneeded components also greatly reduces the ammount of work going into security patching and other maintenance tasks. This is possible because, with Docker, users typically package all necessary libraries into their containers. As it is a total shame to see RancherOS vanish into thin air (read: end of life / maintenance), we decided to pick up where they left by still including the latest version of Docker to allow users to take the advantage of the latest Docker capabilities and fixes. +Speaking of security, the stripping of unneeded components also greatly reduces the amount of work going into security patching and other maintenance tasks. This is possible because, with Docker, users typically package all necessary libraries into their containers. As it is a total shame to see RancherOS vanish into thin air (read: end of life / maintenance), we decided to pick up where they left by still including the latest version of Docker to allow users to take the advantage of the latest Docker capabilities and fixes. Unlike the big players, BurmillaOS boots very quick and is nearly instantly ready to fire up your container workloads. @@ -28,7 +28,7 @@ Everything in BurmillaOS is a Docker container. We accomplish this by launching System Docker runs a special container called **Docker**, which is another Docker daemon responsible for managing all of the user’s containers. Any containers that you launch as a user from the console will run inside this Docker. This creates isolation from the System Docker containers and ensures that normal user commands don’t impact system services. - We created this separation not only for the security benefits, but also to make sure that commands like `docker rm -f $(docker ps -qa)` don't delete the entire OS. +We created this separation not only for the security benefits, but also to make sure that commands like `docker rm -f $(docker ps -qa)` don't delete the entire OS. ![How it works](https://raw.githubusercontent.com/burmilla/burmilla.github.io/master/static/images/howitworks.png) @@ -42,5 +42,5 @@ Please check our [repository](https://github.com/burmilla/os/releases) for the l ## Community -* [Github Discussions](https://github.com/burmilla/os/discussions) +* [GitHub Discussions](https://github.com/burmilla/os/discussions) * [Discord Server](https://discord.com/invite/AR6daurAAk)