Running and inspecting images

You can run any image in a container from within VS Code. VS Code also provides functionality for inspecting, managing and otherwise working with images and containers on your machine.

  • Run the "i-love-lamp:latest" image from the Docker Explorer in VS Code

  • View the application running on port 3000

  • View the image logs

  • Attach a shell to the running image and inspect the file system

  • Stop the image

  • Remove the image

Last updated