docker之:mac

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了docker之:mac相关的知识,希望对你有一定的参考价值。

1、安装:

使用 Homebrew 安装:

$ brew cask install docker

2、运行:

技术分享图片

 

运行之后,会在右上角菜单栏看到多了一个鲸鱼图标,这个图标表明了 Docker 的运行状态。

技术分享图片

 

3、配置加速器:DaoCloud 加速器

技术分享图片技术分享图片

技术分享图片

终端输入命令查看加速设置是否成功:

docker info

最下面显示:
Registry Mirrors:
 http://3baabe93.m.daocloud.io/

 

4、安装完成后,在终端执行下面几个命令可以查看Docker的版本信息:

docker --version

docker-compose --version

docker-machine --version

 

5、验证是否成功:

$ sudo docker run --rm --name webserver -d -p 80:80 nginx

在浏览器:输入 http://xxx.xxx.xxx.xxx/ 如果成功会显示

Welcome to nginx!
If you see this page, the nginx web server is successfully installed and working. Further configuration is required.

For online documentation and support please refer to nginx.org.
Commercial support is available at nginx.com.

Thank you for using nginx.

停止:

sudo docker stop webserver

删除:

docker rm webserver

 

以上是关于docker之:mac的主要内容,如果未能解决你的问题,请参考以下文章

Odoo安装之docker部署

python 一个终端代码片段,在mac上生成可启动的usb live CD,以运行类似ubuntu或debian的内容。

TiDB之mac上搭建及调试技巧

怎样在Mac上打开docker的代码框

SnippetsLab for Mac 1.9 中文共享版 – 强大的代码收藏管理工具

Docker删除报错:Error response from daemon: conflict: unable to delete 08b152afcfae (must be forced)(代码片段