PKC on Windows Platform
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:
- Install Docker for Window: Docker for Windows Installation
- Another reference for installing Windows can be found here: 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