Procedure:
- Download Docker for Windows - Instructions and troubleshooting can be found HERE
- Enable virtualization
- Install Docker
- Find Docker in the Start Menu
- Right-click on Docker and Run as Administrator
- Find the command line in the Start Menu
- Right-click on the command line and Run as Administrator
- Paste the below code in the command line:
docker run hello-world
This message should appear in the command line if the Docker installation was successful:
0 Comments