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).