Docker Toolbox on Windows 7

Source: Internet
Author: User
Tags docker toolbox

1, download dockertoolbox, optional daocloud or official website download

https://get.daocloud.io/toolbox/

2, configure the virtual machine path environment variable, avoid the system C disk, Occupy space

Machine_storage_path=d:\dockermachine

3, run Docker Quickstart Terminal

If the run fails, you need to enter the BIOS to turn on the CPU virtualization feature

4,docker Domestic image acceleration, sudo vi, otherwise cannot be saved

sudo vi/etc/docker/daemon.json

{

"Registry-mirrors": [

Http://18817714.m.daocloud.io

]

}

5, $GOPATH environment variable configuration to user directory

Dockertoolbox will map the user directory by default, gitbash:ls–l/c/users

Non-user directories need to be configured manually, otherwise volumns will error: Bash Script.sh:File not exist or is a directory

Gotpath=c:\users\administrator\go

6, install Git and MinGW

Windows has a lot of pits, you can consider Linux systems, or remotely develop

7,docker port mapping or access Denied issue: Refuse connection

Workaround: Add Port forwarding

Sweat!

Docker Toolbox on Windows 7

Related Article

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.