World Intellectual Property Indicators

A couple of months back, WIPO released its annual World Intellectual Property Indicators (WIPI) report, 2021, which depicts Intellectual Property (IP) activities worldwide in 2020. Some exciting…

Smartphone

独家优惠奖金 100% 高达 1 BTC + 180 免费旋转




Running Docker on Windows 7 behind a proxy

I am going to share how I run Docker on Windows 7 behind a proxy. Yes, two points in this article: ❶ Docker on Win 7 and ❷ behind a proxy.

This is very easy. However, if you didn’t enable hardware virtualization, you may need enable VT-x or AMD-v from BIOS settings.

The installer will install the following software:

However, you may still need to setup a proxy in git-bash to get Boot2Docker iso file to create a VM for Docker-machine. Otherwise, you may see the error message as the below.

Restart “Docker Quickstart Terminal”, then it should look like the following figure.

Now Docker is up and running!

Check ip of docker-machine.

check docker-machine information

Type the following command to pull a image and run a container for “hello-world”

This above describes how to add a proxy settings in git-bash and initiate a docker terminal via git-bash. We can also setup the proxy in a docker-machine by the following commands.

Write a proxy to the configuration profile by the followings commands:

Install Docker on win 7 with a proxy by the following steps:

本文分享了當❶有需要在舊有的windows (win 7 or 8)且❷需要透過proxy連到外網的環境下使用docker時,所採取的安裝與設定步驟。

主要步驟為:

Add a comment

Related posts:

PUT YOUR BEST CONTENT FORWARD WITH GOOGLE POSTS

Google Post snippets are a new way that Google has enhanced the capabilities of Google My Business to help small businesses promote their content, events and other highlights within search results…