PKC on Windows Platform

From PKC
Revision as of 02:40, 18 August 2021 by Benkoo (talk | contribs)
Jump to navigation Jump to search

The first and foremost problem with Windows is its file/directory names and permissions are different from UNIX-based operating systems. Therefore, there will be many hiccups. To avoid these problems, one can following the following instruction to install PKC on Windows:

  1. Install Docker for Window: Docker for Windows Installation
    1. Another reference for installing Windows can be found here: Download InstallDocker.msi
  2. Make sure that Docker-compose is installed and launch Docker Desktop
    1. Try the following command to make sure your Docker Desktop is running: docker run hello-world
  3. Make sure that docker-compose is installed:
docker-compose --version


Related Pages