Switching the docker engine between docker desktop and manually installed docker

Use

docker context use default

and

docker context use desktop-linux

Note that you will still use the same docker client. If the versions of your docker in Docker Desktop and Docker CE are different, that can also cause problems, but it will probably not

You will also have the same docker client config, which means if your Docker CE is not prepared to use the credential store, you can have problem with docker login.

1 Like