sudo apt install zfs-dkms -y
sudo apt install zfs-dkms -y
lsblk --ascii -o NAME,PARTUUID,LABEL,PATH,FSTYPE
sudo zpool create -f -o ashift=12 -m /home VDEV_NAME mirror /dev/disk/by-partuuid/DISK1_partuuid /dev/disk/by-partuuid/DISK2_partuuid
sudo zfs create VDEV_NAME/DATASET_NAME
zpool set cachefile=/etc/zfs/zpool.cache VDEV_NAME
systemctl enable zfs.target
zfs set relatime=on VDEV_NAME
zfs set compression=lz4 VDEV_NAME
sudo zpool status
# https://low-orbit.net/zfs-guide
# https://briankoopman.com/moving/
# https://pthree.org/2012/12/04/zfs-administration-part-i-vdevs/
2020. június 28., vasárnap
2020. június 7., vasárnap
Docker telepítés - Fix Docker mess Ubuntu 18.04
sudo apt purge docker.io docker-compose
sudo apt install docker.io docker-compose
docker-compose is already the newest version (1.17.1-2).
docker.io is already the newest version (19.03.6-0ubuntu1~18.04.1).
@whysthatso Just ran into this issue, could you please describe the full solution step by step? Do I need to uninstall docker-compose and stuff and then reinstall docker or what?
as far as i remember:
- uninstall everything docker-related
- check if there is /etc/systemd/system/docker.service, delete it
- install docker-compose
or it could be:
- uninstall everything docker-related
but yeah, sorry, i realized i should have contextualized my comment a bit better
- install docker-compose
- check if there is /etc/systemd/system/docker.service, delete it
try both, can't really mess anything up here
kwmartin commented
Needed all of:
sudo service docker restart
|
Feliratkozás:
Bejegyzések (Atom)