Chinaunix首页 | 论坛 | 博客
  • 博客访问: 7400047
  • 博文数量: 1756
  • 博客积分: 18684
  • 博客等级: 上将
  • 技术积分: 16232
  • 用 户 组: 普通用户
  • 注册时间: 2010-06-02 10:28
个人简介

啥也没写

文章分类

全部博文(1756)

文章存档

2024年(2)

2023年(44)

2022年(39)

2021年(46)

2020年(43)

2019年(27)

2018年(44)

2017年(50)

2016年(47)

2015年(15)

2014年(21)

2013年(43)

2012年(143)

2011年(228)

2010年(263)

2009年(384)

2008年(246)

2007年(30)

2006年(38)

2005年(2)

2004年(1)

分类: 系统运维

2020-09-09 12:21:01

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
阅读(1966) | 评论(0) | 转发(0) |
0

上一篇:tdengine2安装使用

下一篇:hive 报错

给主人留下些什么吧!~~