Docker command line Windocks functionality can be invoked using docker commands running on the same machine as Windocks. Use Windows command or Powershell. To run command from remote machines, use the REST API. FunctionCommand lineView all imagesdocker imagesView all containersdocker psCreate a containerdocker create YourImageNameStart a container you createddocker start ContainerNameOrFirstThreeLettersOfYourContainerIdStop a containerdocker stop ContainerNameOrFirstThreeLettersOfYourContainerIdCreate and start a containerdocker run -d YourImageNameBuild an imagedocker build -t ImageNameYouWant path\to\directory\containing\dockerfileRefresh image with log backupsdocker exec YourImageName path\to\directory\containing\backupsDelete an imagedocker rmi YourImageName