更新 FAQ

This commit is contained in:
YuCheng Hu
2020-11-27 10:28:54 -05:00
parent 40069f3db1
commit dc7781e626
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ docker-compose up -d --build
```
> Docker Compose 包含有 [Docker Desktop](https://docs.docker.com/desktop)。
> 如果你的计算机上没有安装 Docker Compose,请访问下面的链接上的参考来进行安装:https://docs.docker.com/compose/install/
> 如果你的计算机上没有安装 Docker Compose,请访问下面的链接上的参考来进行安装:cd
一旦容器被构建和运行了,请通过浏览器来访问 [http://localhost:4000](http://localhost:4000]地址来查看构建成功的文档页面。
+5 -5
View File
@@ -3,14 +3,14 @@ description: Most frequently asked questions.
keywords: faq, questions, documentation, docker
redirect_from:
- /engine/misc/faq/
title: Docker frequently asked questions (FAQ)
title: Docker 常见的问题 frequently asked questions (FAQ)
---
### Does Docker run on Linux, macOS, and Windows?
### Docker 可以在 Linux, macOS, Windows 上运行吗?
You can run both Linux and Windows programs and executables in Docker containers. The Docker platform runs natively on Linux (on x86-64, ARM and many other CPU architectures) and on Windows (x86-64).
Docker Inc. builds products that let you build and run containers on Linux, Windows and macOS.
你可以在 Linux Windows 的程序和执行 Docker 容器。
Docker 平台可以在原生的 Linux 上(x86-64, ARM 和更多其他的 CPU 架构)和 Windowsx86-64 上运行。
Docker Inc. 构建产品,能够让你在 Linux, Windows macOS 上构建和运行容器。
### What does Docker technology add to just plain LXC?