How to install Docker on MacOs

Docker

> brew install docker docker-machine
> brew cask install virtualbox
# -> need password
# -> possibly need to address System Preference setting
> docker-machine create --driver virtualbox default
> docker-machine env default
> eval "$$(docker-machine env default)"
> docker run hello-world
> docker-machine stop default

To instal Graph-tool with docker follow this link

Further reading

Read more in the tech topic.

Let's talk!

I'm Carlo Nicolini — I am interested on the reliability of AI reasoning systems (interpretability, inference-time methods, probabilistic language programming) and on quantitative portfolio optimization (I am a maintainer of skfolio). If you're working on something in these areas and think we might collaborate, chat, discuss, I'm happy to talk about it!

The best way to reach me is on via DM on LinkedIn.