Reading time: | 15 min |
Last updated: | 9 Aug 2024 |
Reading time: |
15 min |
Last updated: |
9 Aug 2024 |
This guide is intended to get you up and running with this tool quickly with the most common settings. For a thorough review of all options, refer to the official documentation.
Docker Desktop on Windows requires WSL 2 or Hyper-V. Both are available for Windows on Arm.
Docker Desktop for Windows on Arm was announced at Microsoft Build 2024 . The first available version is 4.30.
Here are three examples of Windows on Arm computers:
Additional models of Windows on Arm computers are expected to be available in mid-2024.
The current version is 4.33.1 and you can download Docker Desktop for Windows on Arm and run the installer.
Check the Docker Desktop release notes for the latest release information.
Once the installation is complete, you can test it by running docker
in a Windows Command Prompt or PowerShell Prompt:
docker run hello-world
You should see a welcome message similar to the following:
Hello from Docker!
This message shows that your installation appears to be working correctly.
To generate this message, Docker took the following steps:
1. The Docker client contacted the Docker daemon.
2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
(arm64v8)
3. The Docker daemon created a new container from that image which runs the
executable that produces the output you are currently reading.
4. The Docker daemon streamed that output to the Docker client, which sent it
to your terminal.
To try something more ambitious, you can run an Ubuntu container with:
$ docker run -it ubuntu bash
Share images, automate workflows, and more with a free Docker ID:
https://hub.docker.com/
For more examples and ideas, visit:
https://docs.docker.com/get-started/
Docker Desktop is now ready to use for Windows on Arm.
You can explore Docker related Learning Paths .
You may want to create an account on Docker Hub to share images and automate workflows.
How would you rate the overall quality of this tool quick-install guide?
What is the primary reason for your feedback ?
Thank you. We're grateful for your feedback on how to improve this tool quick-install guide.