mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-12-25 14:38:54 +00:00
UP Docker CE for macOS
This commit is contained in:
parent
e42e1b9c51
commit
2cc56f0b82
@ -2,7 +2,9 @@
|
|||||||
|
|
||||||
### 系统要求
|
### 系统要求
|
||||||
|
|
||||||
[Docker for Mac](https://docs.docker.com/docker-for-mac/) 要求系统最低为 macOS 10.10.3 Yosemite,或者 2010 年以后的 Mac 机型,准确说是带 [Intel MMU 虚拟化](https://en.wikipedia.org/wiki/X86_virtualization#Intel-VT-d)的,最低 4GB 内存。如果系统不满足需求,可以考虑安装 [Docker Toolbox](https://docs.docker.com/toolbox/overview/)。如果机器安装了 [VirtualBox](https://www.virtualbox.org/) 的话,VirtualBox 的版本不要低于 4.3.30。
|
[Docker for Mac](https://docs.docker.com/docker-for-mac/) 要求系统最低为 macOS 10.10.3 Yosemite,或者 2010 年以后的 Mac 机型,准确说是带 [Intel MMU 虚拟化](https://en.wikipedia.org/wiki/X86_virtualization#Intel-VT-d)的,最低 4GB 内存。
|
||||||
|
|
||||||
|
如果系统不满足需求,可以安装 [Docker Toolbox](https://docs.docker.com/toolbox/overview/)。
|
||||||
|
|
||||||
### 安装
|
### 安装
|
||||||
|
|
||||||
@ -71,3 +73,7 @@ $ docker run -d -p 80:80 --name webserver nginx
|
|||||||
$ docker stop webserver
|
$ docker stop webserver
|
||||||
$ docker rm webserver
|
$ docker rm webserver
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### 参考文档
|
||||||
|
|
||||||
|
* [Docker 官方 macOS 安装文档](https://docs.docker.com/docker-for-mac/install/)
|
||||||
|
Loading…
Reference in New Issue
Block a user