https://github.com/sayems/lxc.resources
LXC/LXD Tutorial
https://github.com/sayems/lxc.resources
container containers linux-container linux-containers lxc lxc-containers lxc-lxd lxd lxd-container
Last synced: about 1 month ago
JSON representation
LXC/LXD Tutorial
- Host: GitHub
- URL: https://github.com/sayems/lxc.resources
- Owner: sayems
- License: gpl-3.0
- Created: 2019-04-11T02:19:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-18T13:45:51.000Z (almost 6 years ago)
- Last Synced: 2025-01-24T15:33:50.375Z (3 months ago)
- Topics: container, containers, linux-container, linux-containers, lxc, lxc-containers, lxc-lxd, lxd, lxd-container
- Language: Shell
- Homepage:
- Size: 18.6 KB
- Stars: 11
- Watchers: 1
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LXD/LXC Resources
**L**inu**X** **C**ontainers (LXC) is an operating system-level virtualization method for running multiple isolated Linux systems (containers) on a single control host (LXC host).
LXD is the newer, better way to interface with LXC. LXD provides a system-wide daemon, a new LXC command-line client. The daemon exports a REST API, which makes the entire LXD experience very powerful and extremely simple to use.
In this tutorial, I’ll walk through the installation of LXD, ZFS and Bridge-Utils on Ubuntu 18.04 and show you how to provision, deploy, and configure containers remotely.
**Note** This walkthrough assumes you already have a **```Ubuntu 18.04```** up and running on your PC. If you do not, please download and install it now.
Table of contents
--
- [Installation](https://github.com/sayems/lxc.resources/wiki/Installing-and-configuring-LXD#installation)
- [Configuration](https://github.com/sayems/lxc.resources/wiki/Installing-and-configuring-LXD#configuration)
- [LXD Profile](https://github.com/sayems/lxc.resources/wiki/Installing-and-configuring-LXD#profile)
- [Getting started](https://github.com/sayems/lxc.resources/wiki/Installing-and-configuring-LXD#getting-started)
- [Managing LXC with Ansible](https://github.com/sayems/lxc.resources/wiki/Managing-LXC-with-Ansible)
- [Run GUI apps in LXD/LXC](https://github.com/sayems/lxc.resources/wiki/Running-GUI-applications-in-LXD)
- [Run Vagrant box on LXD/LXC](https://github.com/sayems/lxc.resources/wiki/LXC-provider-for-Vagrant)
- [Setup k8s on LXD/LXC](https://github.com/sayems/lxc.resources/wiki/Kubernetes-on-Linux-containers)
- [LXD/LXC Cheat Sheet](https://github.com/sayems/lxc.resources/wiki/LXC-and-LXD-Cheat-Sheet)