Skip to the content.

VSCode and Docker

VSCode has some really useful features for working with Docker Objects

Containers in VSCode

Our project has been configured with an awareness of our docker configurations

Start a Stack

The top button in the ribbon on the left is called “Explorer”. Click that button.

Notice that the output from the docker-compose up command appears in a terminal panel.

If any errors occur, there may be resources active from the Session 2 exercises. We’ll discover those in VSCode!

Docker Panel

Click the “Docker” button in the ribbon on the left. This will reveal several panels.

These panels provide an intuitive GUI for browsing your docker assets.

Tasks to perform

Explore Containers

Explore Other Objects

Stop the Containers

Note the resource changes

Additional Reading

Using a container as a shared development environment