You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Download a static binary from [fiorix.github.io/sdme](https://fiorix.github.io/s
9
9
Runs on Linux with systemd. Uses kernel overlayfs for copy-on-write storage. By default, containers are overlayfs clones of `/` but you can also import rootfs from other distros (Ubuntu, Debian, Fedora, NixOS; see [docs/nix](docs/nix/)).
10
10
11
11
**Why does this even exist?**
12
-
Here's my pitch: from a linux system with just systemd and sdme, you can create and run any container and cloud image that exists today. 1 binary.
12
+
Here's my pitch: from a linux system with just systemd and sdme, you can create and run any container and cloud image that exists today.
13
13
14
14
Check out the [sdme architecture](docs/architecture.md) for details about what this is and how it works. The containers we create are booted systemd containers.
15
15
@@ -54,13 +54,13 @@ sdme can also run OCI application images (nginx, mysql, etc.) as systemd service
54
54
55
55
### Runtime
56
56
57
-
| Program | Package | Required for |
58
-
|---------|---------|--------------|
59
-
|`systemd` (>= 252) |`systemd`| All commands (D-Bus communication) |
0 commit comments