I want the docker container to be on the same network segment as my mac host, so I used the following command: $ docker network create -d macvlan –subnet=172.16.0.0/24 –gateway=172.16.0.1 -o parent=en0 mynet But the tip-o parent=en0Not correct, so I ignored this parameter. Although the network was successfully created, the created container could not be ..
Tag : macos
First prove to be accessible192.168.99.100 is docker’s127.0.0.1:9889 is local Test command ab -c 100 -n 100000http://xxx Test nginx display htmlWorker: 1 workerCpu: a coremen:1GEnvironment: docker(ubuntu 16)  Second time (nginx.conf ibid.)Test nginx display htmlWorker: 1 workerCpu: quad coremen:8GEnvironment: local (Mac) Third time (except worker_processes=4; Nginx.conf configuration is the same as above)Test nginx display htmlWorkers: 4 ..
The current situation is like this 50e260fb9e06 is ubuntu, mongodb has been installed and mongod has been started backstage.Curl is It looks like you are trying to access MongoDB over HTTP on the native driver port. It shows that mongod is working normally, but my connection with the connection tool is as follows: The connection ..
Docker is the docker for mac used. The local proxy port is 127.0.0.1: 1080 Proxy I am using SpechtLite The problem now is that although the agent port of docker can be set up, my agent is the local port 1080 of 127.0.0.1, which is written directly into docker. It accesses the local address in ..
The system is a macOS system. Can be used after reloading the system After reinstalling the system, there was a problem after the brew install docker was used, and many Google queries on the Internet could not be solved The sudo permission is used or cannot be started sudo docker info Password: Cannot connect to ..
Problem It is the first time to use mac, use docker to build a development environment, and when mounting settings are shared, they can be displayed normally. However, it is found that chmod cannot be used to change folder permissions in shared folders, which results in root being required to read and write. How to ..
In order to install docker, toolbox is recommended for installation on the official website now, but it is found that there is no button to continue and the next step cannot be continued. I don’t know why. My osx version is 10.10.4 Before installation, check whether your system meets the requirements before c..
Before, mamp was used under mac or lamp environment was built by oneself.Recently, the system was reinstalled, and vagrant and docker were considered for learning.I don’t know if there is any recommended configuration tutorial recommendation Is vagrant Required to Use docker under mac? I think there is a boot2docker under the installation tutorial. Can vagrant ..
How to open the Docker Remote API in Docker for mac The following two ways can solve this problem! 1. install socat Reference:https://my.oschina.net/u/2306 … 2. Use socat container docker run –name docker-api -d -v /var/run/docker.sock:/var/run/docker.sock -p 2376:2375 bobrik/socat TCP4-LISTEN:2375,fork,reuseaddr UNIX-CONNECT:/var/run/d..
If you want to use Docker to deploy a development environment, how do you do it? I have already installed: docker toolBox, following the method of DaoCloud, uses the following command: Docker-machine start default starts the Docker. Is this command the same as opening tools from a mac application? Then: doc-machine sshdefault I entered a ..
How to switch? Replace it with the previous:xxx@xxx:~/suc..
After installing Vim with SpaceVim on macOS, some information in the status bar will be displayed as question marks when opened with iTerm2, as shown in the figure: What’s happening? Did you use itpowerline? Should be font does not support, you go to install a fewpowerlineTry the relev..