Simon-Linux
From Datateknik
(Difference between revisions)
Line 5: | Line 5: | ||
[[https://linuxcontainers.org/lxc/introduction/ linuxcontainers.org]] | [[https://linuxcontainers.org/lxc/introduction/ linuxcontainers.org]] | ||
− | ''' | + | '''Komma igång med lxc:''' |
+ | 1. Du behöver Linux | ||
+ | 2. Som root/sudo: | ||
+ | |||
+ | |||
# apt install lxc | # apt install lxc | ||
− | # lxc-create -t DIST-TYP -n NAMN -> | + | # lxc-create -t DIST-TYP -n NAMN -> lxc-create -t ubuntu -n web1 (skapar en ny kontainer, tar lång tid första gången för varje dist) |
# lxc-ls --fancy / lxc-ls -f | # lxc-ls --fancy / lxc-ls -f |
Revision as of 07:09, 16 September 2020
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.
Komma igång med lxc: 1. Du behöver Linux 2. Som root/sudo:
# apt install lxc # lxc-create -t DIST-TYP -n NAMN -> lxc-create -t ubuntu -n web1 (skapar en ny kontainer, tar lång tid första gången för varje dist) # lxc-ls --fancy / lxc-ls -f