Installing in Ubuntu:
curl https://raw.githubusercontent.com/jesseduffield/lazydocker/master/scripts/install_update_linux.sh | bash
Give permissions:
sudo chown $USER /var/run/docker.sock
Run in the terminal:
lazydocker
References:
https://wiki.opensourceisawesome.com/books/docker-management-Ys2/page/install-lazydocker
https://stackoverflow.com/questions/48568172/docker-sock-permission-denied
Top comments (0)