Overview
Teaching: 5 min Exercises: 10 minQuestions
How do I install Docker?
Objectives
Install Docker on your laptop
Before we begin, we need to install Docker!
Before running containers you need to give Docker acces too you locla hard drives. This can be enabled in Settings->Shared Drives. When your installation is completed open a terminal (console/cmd) and type:
docker pull bids/base_fsl
Key Points
Docker runs on Windows, Mac OS X, and Linux.
Decide between “Docker for..” and “docker-machine”.