User Tools

Site Tools


технология_lxd

This is an old revision of the document!


Технология LXD

# apt install lxd

# lxd init

# lxc profile list

# lxc profile edit default
...
devices:
  eth0:
    nictype: bridged
    parent: br0
    type: nic
...

# lxc storage list

# lxc image list images:

# lxc launch ubuntu:20.04 
или
# lxc launch ubuntu:20.04 www

# lxc list

# lxc exec www -- /bin/bash

# lxc delete www

# lxc stop www

# lxc delete www
технология_lxd.1644123273.txt.gz · Last modified: 2022/02/06 07:54 by val