Unbuntu-18-network-issue

第六步:容器管理

查看zfs储存卷的占用情况

zpool list

为容器修改参数配置

我们不想每个人使用全部的硬件资源,所以还需要限制每个人的参数容器参数配置说明配置容器参数lxc config edit YourContainerName
配置默认容器参数(新容器的参数会继承default配置的参数,容器会优先使用自己的参数)

sudo lxc profile edit default

br0: flags=4163 mtu 1500
inet6 fe80::4c:f5ff:fedb:6798 prefixlen 64 scopeid 0x20
ether 02:4c:f5:db:67:98 txqueuelen 1000 (以太网)
RX packets 53274 bytes 15894876 (15.8 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 264 bytes 43912 (43.9 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

enp0s31f6: flags=4163 mtu 1500
inet 192.168.1.102 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::ec33:436e:fe12:5d6 prefixlen 64 scopeid 0x20
ether b0:7b:25:19:96:2a txqueuelen 1000 (以太网)
RX packets 1159 bytes 621306 (621.3 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 9076 bytes 876074 (876.0 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 16 memory 0x90300000-90320000

你可能感兴趣的:(service)