# Manage Docker Easily With VS Code

<div class="lead-paragraph"><span class="dropcap">I</span> manage Docker tasks almost exclusively using VS Code. I can visualize my Docker images, containers, etc., and can run all commands, "one-click," with it. Here's how.</div>
<div class="max-w-4xl mx-auto px-4 sm:px-6 pt-4">             <div class="border-t dark:border-slate-700"></div>           </div>

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:

<div class="videoWrapper"><iframe width="560" height="315" src="https://www.youtube.com/embed/4I8CRAzPLD4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>