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
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

本文详细介绍了如何在MacOS上下载并安装Docker工具箱,通过菜单栏快捷启动命令行终端进行Docker命令操作。解释了Docker在虚拟机上运行而非主机,提供了默认虚拟机的IP地址、用户名和密码,并指导如何从该IP地址测试应用。

被折叠的 条评论
为什么被折叠?



