How to switch windows containers on docker desktop

how to switch windows containers on docker desktop?

Right now i am seeing below

The setting “Switch to windows containers…” is in the context menu of the Docker Desktop icon in the Windows Taskbar Notifications Area (bottom right corner):

Furthermore, you can switch between engines with Docker Desktop for Windows using cli commands as well:

# switch to Windows engine to run Windows containers
docker desktop engine use windows

# switch to Linux engine to run Linux containers
docker desktop engine use linux
2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.