https://stgraber.org/2016/03/11/lxd-2-0-blog-post-series-012/
ubuntu16.4
安装
sudo apt-get install lxd
sudo apt install zfs zfsutils zfsutils-linux
初使化
sudo lxd init
一路回车就OK
sudo zfs list
sudo lxc config show
查看远程服务器列表
sudo lxc remote list
查看完程镜像
sudo lxc image list images:
查看本地镜像
sudo lxc image list
添加镜像服务器
sudo lxc remote add tuna-images https://mirrors.tuna.tsinghua.edu.cn/lxc-images/ --protocol=simplestreams --public
sudo lxc image list tuna-images:
运行一个服务
sudo lxc launch tuna-images:alpine/3.12/amd64 alpine312
sudo lxc info alpine312
sudo lxc exec alpine312 sh #exit退出
参考:
https://blog.51cto.com/johjoh/2153408
阅读(2144) | 评论(0) | 转发(0) |