Difference between revisions of "PKC on Windows Platform"
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] | ||
## 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] | ## 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:
- Install Docker for Window: Docker for Windows Installation
- If you are running Windows 10 Professional Edition, you may use the following installation file: Download InstallDocker.msi
- Make sure that Docker-compose is installed and launch Docker Desktop
- Try the following command to make sure your Docker Desktop is running:
docker run hello-world
- Try the following command to make sure your Docker Desktop is running:
- Make sure that
docker-compose
is installed:
docker-compose --version