Member-only story
The lazy way to manage Docker
Welcome back! Docker is a very powerful tool for containerizing/deploying software, if you’re new to Docker, check out the link below to learn more about it:
So, what if there was a “lazier” way to manage your Docker projects? Well, there actually is! This Lazydocker project on GitHub actually allows us to do this, check out the link below to learn more about this project:
So, how does this project work? Essentially, this project will allow you to manage your Docker projects in one terminal window, with all of the available commands one keypress away:
If this sounds like fun, let’s install this project! You will need Docker/Docker-Compose (compose is…