Manage Docker Easily With VS Code
For most Docker newbies, we have to look up commands a lot. Docker build, Docker run, Docker exec, Docker inspect, etc.
We also have to do most things via the terminal.
I love the terminal, don’t get me wrong. However, it’s 2020 and I love easy GUIs just as much.
With VS Code I can easily see a list of my containers, images, volumes, repositories, and I can also run all Docker commands with simple clicks of the mouse.
If you are looking for a single interface to manage Docker as a whole, then look no further than VS Code.
Everyone loves VS Code. It does everything! And it does Docker well.
I’ll show you how in this video:
----------
** This article may contain affiliate links. Please read the affiliate disclaimer for more details.
You May Also Like
Learn Docker in One Hour: From Docker Desktop to Deployment
Programming Is Not Enough | 7 Additional Skills You Need
A Portfolio Project Checklist for a Developer's Success
If I was learning to code again and wanted to compile a reasonable …