mirror of
https://github.com/mudler/luet.git
synced 2025-09-13 22:01:39 +00:00
📓 Add docs alongside
This commit is contained in:
41
docs/content/en/about/_index.html
Normal file
41
docs/content/en/about/_index.html
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
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 >}}
|
Reference in New Issue
Block a user