microsoft / vscode-docker-extensibility

Docker for Visual Studio Code: Extensibility Model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Additional commands to support

bwateratmsft opened this issue · comments

I wanted to enumerate some additional commands that we support. Some of these already exist, but I want to list them all before I cross reference and check off existing items.

Docker:

  • Exec
  • Stats
  • Pull image
  • Tag image
  • Push image
  • Login / Logout
  • Build
  • Run
  • serve?
  • -v
  • Get the exe/command/whatever for containers
  • #34
  • #31
  • #50
  • #37

From DockerApiClient:

  • Prune containers
  • Start container
  • Restart container
  • Remove image

All of the above have interfaces defined now, and are either finished being implemented, or have other issues to track their implementation. So I will close this as finished.