Docker windows 7 64bit Install

Source: Internet
Author: User
Tags docker run oracle vm virtualbox docker toolbox docker machine vm virtualbox

Windows 7 64bit Install

1,download
Dockertoolbox
2,download
Boot2docker.iso
3,install Dockertoolbox

4, copy the Boot2docker.iso to
C:\Users\Administrator\.docker\machine\cache
5, start Docker Quickstart Terminal
In fact, it's the one that launches the Docker Toolbox installation
D:\Program Files\docker toolbox\stat.sh
Create a Docker manchine with the Oracle VM VirtualBox on the included installation.
6, if no error occurs, the installation will be OK.

Verifying the installation
cmd > Docker info

I have an error here, presumably meaning that the service is connected to the Docker machine because of an environmental variable that makes the Docker client unable to connect to the Docker machine.
Execute the following command to view the environment parameters of the Docker-machine.
Docker-machine env--shell cmd default
SETX Docker_tls_verify=1
SETX docker_host=tcp://192.168.99.100:2376
SETX Docker_cert_path=c:\users\administrator\.docker\machine\machines\default
SETX Docker_machine_name=default
SETX Compose_convert_windows_paths=true

Content that needs to be set to the environment variable.

Then Docker info, no error occurs, OK.

Docker-machine Status View Docker-machine state
Docker-machine Stop Stop
Docker-machine Restart Restart

Let's have a Hello world.
cmd > Docker run Hello-world
Using tutorials
http://www.docker.org.cn/
Https://www.docker.com/docker-windows
https://docs.docker.com/

Domestic Mirror Library (registration required)
https://c.163.com/

Docker windows 7 64bit Install

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.