The Docker: Run command that this extension adds to VS Code doesn't provide a way to specify which (if any) ports within the container should be exposed to the host. This makes it hard to use this command for many containers, and therefore, requires you to drop down to using the terminal directly. This isn't a big deal, but since the Docker: Add docker files to workspace command asks which port to expose, it would seemingly make sense for the Docker: Run command to provide a similar experience, for publishing ports at runtime.