Lazydocker : The Lazier Way To Manage Everything Docker

Lazydocker is a simple terminal UI for both docker and docker-compose, written in Go with the gocui library. Minor rant incoming: Something’s not working? Maybe a service is down. docker-compose ps. Yep, it’s that microservice that’s still buggy. No issue, I’ll just restart it: docker-compose restart. Okay now let’s try again. Oh wait the issue …