mirror of
https://github.com/mudler/luet.git
synced 2025-06-29 08:46:51 +00:00
42 lines
981 B
HTML
42 lines
981 B
HTML
---
|
|
title: About Luet
|
|
linkTitle: About
|
|
menu:
|
|
main:
|
|
weight: 10
|
|
|
|
---
|
|
|
|
|
|
{{< blocks/cover title="About Luet" image_anchor="bottom" height="min" >}}
|
|
|
|
<p class="lead mt-5">Luet is a Package Manager which uses Containers technologies.
|
|
</p>
|
|
|
|
{{< /blocks/cover >}}
|
|
|
|
{{% blocks/lead %}}
|
|
Luet uses Container technologies ( Docker, img ) to build packages.
|
|
It provides an abstraction over the Dockerfile format introducing relation and versioning of images.
|
|
{{% /blocks/lead %}}
|
|
|
|
|
|
{{< blocks/section >}}
|
|
<div class="col-12">
|
|
<h1 class="text-center">Zero-deps installer</h1>
|
|
<center>The installer can run in "from scratch" environment - your system will be always recoverable - everything which was built from containers can be installed locally.
|
|
</center>
|
|
</div>
|
|
|
|
{{< /blocks/section >}}
|
|
|
|
|
|
|
|
{{< blocks/section >}}
|
|
|
|
<div class="col-12">
|
|
<h1 class="text-center">In few commands it allows you to switch between multiple Linux Distributions, in runtime!</h1>
|
|
</div>
|
|
|
|
{{< /blocks/section >}}
|