Linux

If you are using Linux, your system must be running on Ubuntu 20.04. It's uncertain whether higher versions like 22.04 are compatible, hope get feedback from users who have tried it.

To check your Ubuntu version, use the following command in the terminal:

lsb_release -a
Ubuntu 20.04.6

CPU Requirement for Linux

  • If you're running Linux on a CPU, your processor must be AMD, not Intel, for Docker compatibility.

  • To check your processor type, use the following command in the terminal:

    lscpu

Last updated