Skip to content

Commit

Permalink
Fix typos in _index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
grv87 authored and olljanat committed Nov 3, 2024
1 parent 955ee83 commit d1f8103
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/_index.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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)

Expand All @@ -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)

0 comments on commit d1f8103

Please # to comment.