Skip to content

Instantly share code, notes, and snippets.

@fRanK45jPm
Last active June 26, 2019 16:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fRanK45jPm/ed56588e856ba49fe972081fa46f237e to your computer and use it in GitHub Desktop.
Save fRanK45jPm/ed56588e856ba49fe972081fa46f237e to your computer and use it in GitHub Desktop.
Azure DevOps - Docker / AKS
**Download Docker for Windows** on https://hub.docker.com/editions/community/docker-ce-desktop-windows
**To do after installation**
Run
Open a command-line terminal like PowerShell, and try out some Docker commands!
Run `docker version` to check the version.
Run `docker run hello-world` to verify that Docker can pull and run images.
@fRanK45jPm
Copy link
Author

Download Docker for Windows on https://hub.docker.com/editions/community/docker-ce-desktop-windows

To do after installation

Run
Open a command-line terminal like PowerShell, and try out some Docker commands!

Run docker version to check the version.
Run docker run hello-world to verify that Docker can pull and run images.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment