Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

9 lines
933 B

# LXC
LXC is an abbreviation used for Linux Containers which is an operating system that is used for running multiple Linux systems virtually on a controlled host via a single Linux kernel. 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.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://linuxcontainers.org/lxc/documentation/'>LXC Documentation</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://linuxcontainers.org/lxc/introduction/'>What is LXC?</BadgeLink>
<BadgeLink badgeText='Watch' href='https://youtu.be/_KnmRdK69qM'>Linux Container (LXC) Introduction</BadgeLink>
<BadgeLink badgeText='Watch' href='https://youtu.be/CWmkSj_B-wo'>Getting started with LXC containers</BadgeLink>