windows_10_professional
Table of Contents
Install Treelets on Windows 10 Professional
Install Docker Desktop on Windows Professional
- Create an account at Docker hub using the form https://hub.docker.com/signup
- Download and install the application using this tutorial: https://docs.docker.com/docker-for-windows/install/ using default installation
Setup Treelets from a binary distribution
- Download treelets-docker application for Windows 10 Pro Windows10Pro_24_03_2020.zip
- Unzip
- Run Windows PowerShell in Administrator mode and go inside treelets-docker catalog
- # check docker version commands:
docker -v docker-compose -v
Run Docker
- # run in Windows PowerShell commands:
# Build docker-compose build # Running docker-compose up -d # View instances docker-compose ps
Verify your Treelets installation
- Open your favourite Browser and type: http://localhost:8080
windows_10_professional.txt · Last modified: 2020/03/26 11:37 by pwilk