Skip to content

Commit b4d1777

Browse files
committed
wrong readme
1 parent 2fe2b8f commit b4d1777

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ Whether you're running complex Docker Compose stacks, giving AI agents room to e
1515

1616
With Terrarium, you get the freedom of a full VPS without the fear of turning your server into a shared blast radius. It makes advanced infrastructure management accessible, safe, and surprisingly forgiving.
1717

18+
> [!TIP]
19+
> **Technical details in short**
20+
> This tool sets up and orchestrates LXD, Traefik, Firewall, Virtual Networking, clustering, ZFS and backups.
21+
>
22+
> LXD is a systen that runs LXC containers and VMs (we are focused on containers). LXC containers are Linux system containers that sit conceptually between Docker-style application containers and traditional VMs. Like Docker containers, they are lightweight and share the host kernel using Linux namespaces and cgroups. Unlike typical Docker usage, LXC is often used to run a full OS-like userspace with init, package management, services, users, and networking, giving a VM-like administration experience without hardware virtualization overhead. They can also run inside ordinary cloud VMs because they do not require nested virtualization, though their isolation is not as strong as a true VM because the kernel is shared with the host.
23+
>
24+
> Using ZFS brings to the mix cheap hot snapshots that give "time machine" like experience with ability to "rewind" containers state in small increments together with exportable backups.
25+
>
26+
> Traefik is a reverse proxy that lives on host and can pass traffic in containers (in case of Terrarium - autoconfigurated via labels on containers). All this works on single node or in a cluster, that is built upon OVN and secure wireguard internal connections.
27+
1828
## 📚 Documentation
1929

2030
- **Live Site:** [terion-name.github.io/terrarium](https://terion-name.github.io/terrarium/)

docs/README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,6 @@ That gives you three things at once:
1212

1313
And if you enable S3 exports, that time machine is not limited to the local disk. You also get an off-host disaster-recovery path for the day the whole VPS disappears.
1414

15-
> [!TIP]
16-
> **Technical details in short**
17-
> This tool sets up and orchestrates LXD, Traefik, Firewall, Virtual Networking, clustering, ZFS and backups.
18-
>
19-
> LXD is a systen that runs LXC containers and VMs (we are focused on containers). LXC containers are Linux system containers that sit conceptually between Docker-style application containers and traditional VMs. Like Docker containers, they are lightweight and share the host kernel using Linux namespaces and cgroups. Unlike typical Docker usage, LXC is often used to run a full OS-like userspace with init, package management, services, users, and networking, giving a VM-like administration experience without hardware virtualization overhead. They can also run inside ordinary cloud VMs because they do not require nested virtualization, though their isolation is not as strong as a true VM because the kernel is shared with the host.
20-
>
21-
> Using ZFS brings to the mix cheap hot snapshots that give "time machine" like experience with ability to "rewind" containers state in small increments together with exportable backups.
22-
>
23-
> Traefik is a reverse proxy that lives on host and can pass traffic in containers (in case of Terrarium - autoconfigurated via labels on containers). All this works on single node or in a cluster, that is built upon OVN and secure wireguard internal connections.
24-
2515
If you are new to Terrarium, start here:
2616

2717
- [Getting Started](getting-started/README.md)

0 commit comments

Comments
 (0)