Skip to content

Latest commit

 

History

History
60 lines (35 loc) · 1.34 KB

README.md

File metadata and controls

60 lines (35 loc) · 1.34 KB

ITSM-NG LXC template

LXC is a userspace interface for the Linux kernel containment features. Through a powerful API and simple tools. It lets Linux users easily create and manage system or application containers.

You will find more information at this link : LXC > Introduction

Requirement

Distrobuilder is required to build ITSM-NG LXC template.

The installation guide is available here.

Build LXC Image

To build ITSM-NG LXC template, clone the repo and follow the next documentation.

git clone https://github.com/itsmng/itsm-lxc
cd itsm-lxc

The next command line need to be launch with root permission :

sudo distrobuilder build-lxc almalinux.yaml

Now, ITSM-NG LXC image has been builded with name rootfs.tar.xz.

It's possible to rename the image with the next command :

mv rootfs.tar.xz itsmng-VERSION.tar.xz

Install LXC template in Proxmox

To install ITSM-NG LXC template on Proxmox, follow the next steps :

  • Select the LXC template storage.

step1

  • Click on CT Modeles.

step2

  • Click on Upload.

step3

  • Click on Select File and select the LXC template

step4

  • Click on Upload

step5