We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This documentation will guide you in using setting up docker from your local work station to automated deployment using Azure Kubernetes service.
Download Docker for Windows.
Install
Run
Open a command-line terminal like PowerShell, and try out some Docker commands!
Run docker version to check the version.
docker version
Run docker run hello-world to verify that Docker can pull and run images.
docker run hello-world