DEV Community

KIranuknow
KIranuknow

Posted on

2

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)

👋 Kindness is contagious

Engage with a sea of insights in this enlightening article, highly esteemed within the encouraging DEV Community. Programmers of every skill level are invited to participate and enrich our shared knowledge.

A simple "thank you" can uplift someone's spirits. Express your appreciation in the comments section!

On DEV, sharing knowledge smooths our journey and strengthens our community bonds. Found this useful? A brief thank you to the author can mean a lot.

Okay