Docker and Mac OS

Docker and Mac OS

I download a tool for docker on Mac OS.

After installation, I can easily start the command link from the menu “Docker Quick Terminal"

Then I can do all docker commands.

One thing I realize that the docker is running on VM, not host Mac OS. If I open VirtualBox, I saw the ‘default’ VM.

The default IP address for that machine is 192.168.99.100

The user name is docker, password is tcuser

And if you want to test the application on that, looking to invoke the URL from that IP address.

http://192.168.99.100:8001/v0.9/jobs/ping

References:
https://www.docker.com/products/docker-toolbox

http://stackoverflow.com/questions/32027403/docker-toolbox-ssh-login

猜你喜欢

转载自sillycat.iteye.com/blog/2280420