How to use the CRI image

Joseph Chazalon

Clément Demoulins

February 2021

Why?

Using Docker means having root powers (until now) on the host machine.

We need special images.

Procedure

  1. Boot on the Arch Linux CRI image (in tools).

  2. Login using root without password.

  3. Install Docker and starts the daemon:

    pacman -Sy docker
    systemctl start docker
  4. Test the installation:

    docker info