How to run/create/launch a container from an image in VS Code?

151 views Asked by At

Is there a way to run/create/launch a container from an image in VS Code (e.g., one I downloaded from Docker Hub), or do I need to do it from outside VS Code (e.g., docker run from the command-line, or the Docker app, ...)?

I have the Docker and Docker Explorer extensions installed, but I don't see any docker run functionality in them (e.g., in the Command Palette, the sidebar, or right-clicking on an image).

0

There are 0 answers