Add LXC documentation

This commit is contained in:
Daniel A. Maierhofer
2018-07-14 00:14:58 +02:00
parent d2423a60b1
commit dec408138d
2 changed files with 17 additions and 0 deletions

View File

@@ -129,3 +129,9 @@ mdadm --misc --detail /dev/md0
echo check > /sys/block/md0/md/sync_action
watch -n 0.1 cat /proc/mdstat
```
## Shutdown System
```shell
# stop all LXC containers
zfs_mount.sh unmount
halt -p
```