user5998510
user5998510

Reputation:

docker-machine: command not found for Mac

On Mac, I have installed

Python version 3.9

and

Docker 20.10.6

and following the instructions from https://fenics.readthedocs.io/projects/containers/en/latest/quickstart.html

Now installing the FEniCS Docker script works fine but when using the command

fenicsproject run

in the terminal, it says

/usr/local/bin/fenicsproject: line 81: docker-machine: command not found

What do I do wrong?

Upvotes: 1

Views: 2567

Answers (1)

Javier A
Javier A

Reputation: 569

Aside of your Docker Engine release, it seems you need to install Docker Machine.

Note that Docker engine and Docker machine are not the same.

Upvotes: 0

Related Questions