how to switch windows containers on docker desktop?
Right now i am seeing below
Share and learn in the Docker community.
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
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.