LoginSignup
3
1

More than 5 years have passed since last update.

Install Docker on Windows 10 Home

Last updated at Posted at 2018-09-15

I installed docker toolbox in 'Windows 10 Home'.

About installed PC

os.PNG
Note: 64bit

cpu.PNG

Note: Set Virtualization enabled with bios.

Download Docker Toolbox for Windows

image.png

Install Docker Toolbox for Windows as administrator.

*** Run Installer as administrator. ***
image.png

image.png

image.png

image.png

image.png

image.png

image.png

Run Docker Quickstart Terminal.

If you didn't run Docker Toolbox Installer as administrator, maybe get error. (E_FAIL(0x80004005))
In my case, uninstall docker and virtual box, and delete below folder.
Users/{your_user_name}/.docker

And I restarted Windows before reinstall Docker Toolbox.

image.png

Docker Quick Start Terminal ends normal, and picture of ship showed.

Check

Execute the following command.

docker run hello-world

hello.png

Setup is now complete.

3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1