Skip to main content
All CollectionsIntegrations and API
Installing Docker Desktop on Windows
Installing Docker Desktop on Windows
Panickos Neophytou avatar
Written by Panickos Neophytou
Updated over 3 weeks ago

Procedure:

  1. Download Docker for Windows - Instructions and troubleshooting can be found HERE

  2. Install Docker

    1. Find Docker in the Start Menu

    2. Right-click on Docker and Run as Administrator

      screencapture-youtube-watch-2020-07-23-14_23_50-edit.png
    3. Find the command line in the Start Menu

    4. Right-click on the command line and Run as Administrator

    5. 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:

screencapture-youtube-watch-2020-07-23-15_24_48-edit.png
Did this answer your question?