testing docker lxc script
This commit is contained in:
@@ -18,11 +18,9 @@ if [[ ! -f /etc/apt/keyrings/docker.gpg ]]
|
|||||||
systemctl enable containerd.service
|
systemctl enable containerd.service
|
||||||
systemctl start docker.service
|
systemctl start docker.service
|
||||||
systemctl start containerd.service
|
systemctl start containerd.service
|
||||||
cat <<EOF >/etc/docker/daemon.json
|
echo "{" > /etc/docker/daemon.json
|
||||||
{
|
echo " "storage-driver": "fuse-overlayfs"" >> /etc/docker/daemon.json
|
||||||
"storage-driver": "fuse-overlayfs"
|
echo "}" >> /etc/docker/daemon.json
|
||||||
}
|
|
||||||
EOF
|
|
||||||
systemctl restart docker.service
|
systemctl restart docker.service
|
||||||
curl -s https://raw.githubusercontent.com/jesseduffield/lazydocker/master/scripts/install_update_linux.sh | bash
|
curl -s https://raw.githubusercontent.com/jesseduffield/lazydocker/master/scripts/install_update_linux.sh | bash
|
||||||
mv /root/.local/bin/lazydocker /usr/local/bin
|
mv /root/.local/bin/lazydocker /usr/local/bin
|
||||||
|
|||||||
Reference in New Issue
Block a user