Difference between revisions of "PKC on Windows Platform"

From PKC
Jump to navigation Jump to search
Line 3: Line 3:


# Install Docker for Window: [https://docs.docker.com/desktop/windows/install/ Docker for Windows Installation]
# Install Docker for Window: [https://docs.docker.com/desktop/windows/install/ Docker for Windows Installation]
## Another reference for installing Windows can be found here: [https://runnable.com/docker/install-docker-on-windows-10 Download InstallDocker.msi]
## If you are running Windows 10 Professional Edition, you may use the following installation file: [https://runnable.com/docker/install-docker-on-windows-10 Download InstallDocker.msi]
# Make sure that Docker-compose is installed and launch Docker Desktop
# Make sure that Docker-compose is installed and launch Docker Desktop
## Try the following command to make sure your Docker Desktop is running: <code>docker run hello-world</code>  
## Try the following command to make sure your Docker Desktop is running: <code>docker run hello-world</code>  

Revision as of 02:41, 18 August 2021

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. If you are running Windows 10 Professional Edition, you may use the following installation file: 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