luet/docs/content/en/about/_index.html
Ettore Di Giacinto a591a1e44f 📓 Add docs alongside
2022-01-30 22:04:36 +01:00

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 >}}