Overview

Teaching: 5 min
Exercises: 10 min
Questions
  • How do I install Docker?

Objectives
  • Install Docker on your laptop

Docker installation

Before we begin, we need to install Docker!

When it’s finished

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