User Tools

Site Tools


macos_10.15_catalina

This is an old revision of the document!


Install Treelets on MacOS 10.15

Install Docker Desktop on MacOS

Setup Treelets from a binary distribution

# check docker version commands:
docker -v 
docker-compose -v

Run Docker

  • Open the terminal and go inside the treelets-docker catalogue
  • Run the following commands in the terminal:
# Build
docker-compose build
        
# Running
docker-compose up -d
        
# View instances
docker-compose ps

# Bring down Docker containers
docker-compose down

Verify your Treelets installation

macos_10.15_catalina.1577783201.txt.gz · Last modified: 2019/12/31 10:06 by pwilk