DEV Community

Kiran J
Kiran J

Posted on

Docker - a terminal GUI

Image description

Installing in Ubuntu:

curl https://raw.githubusercontent.com/jesseduffield/lazydocker/master/scripts/install_update_linux.sh | bash
Enter fullscreen mode Exit fullscreen mode

Give permissions:

sudo chown $USER /var/run/docker.sock
Enter fullscreen mode Exit fullscreen mode

Run in the terminal:

lazydocker
Enter fullscreen mode Exit fullscreen mode

References:
https://wiki.opensourceisawesome.com/books/docker-management-Ys2/page/install-lazydocker

https://stackoverflow.com/questions/48568172/docker-sock-permission-denied

Top comments (0)