79345437

Date: 2025-01-10 10:55:01
Score: 1
Natty:
Report link

It is possible to run more than one docker engine in linux. To see them run the command

 docker context ls

Most likely it will show 2 results 'default' & 'desktop-linux'

docker context use desktop-linux

will change the engine to the one used by Docker Desktop and the images will then be the same in the terminal.

see switching between Docker Desktop and Docker Engine

Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Raymond