After reading the blog post of Scott Hanselman about the container tools in Visual Studio, I was eager to try this out.
But I couldn’t find the containers window at the location mentioned in the post:
View Menu –> Other Windows –> Containers
Turns out that is a rather new feature that requires Visual Studio 2019 version 16.4 (or higher). After installing the update the menu item should appear:
Now you can start viewing containers, browsing available images, check logs and port mappings, launch a terminal window, … and so on, all directly from within Visual Studio.
Nice!