docker在macos上的安装

本文简单记录docker在macos上的安装。首先在docker的网站下载macos版本的docker1

下载好docker的包以后,把它拖进「Applications」目录:

把docker运行起来:

然后用docker的「login」命令登陆到自己的docker hub的账号:

$ docker login

接下来,使用docker的「run」命令下载并启动ubuntu的容器:

$  docker run -it ubuntu

如上所示,docker从hub下载了ubuntu的image,并运行了容器,然后通过「bash」命令登录了ubuntu容器。

  1. https://docs.docker.com/docker-for-mac/install/#install-and-run-docker-for-mac 

My Github Page: https://github.com/liweinan

Powered by Jekyll and Theme by solid

If you have any question want to ask or find bugs regarding with my blog posts, please report it here:
https://github.com/liweinan/liweinan.github.io/issues