This commit is contained in:
dmarkle 2017-11-29 12:43:44 -05:00 committed by Jim Galasyn
parent 26986a161e
commit 22bae65cce
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ title: Docker frequently asked questions (FAQ)
### Does Docker run on Linux, macOS, and Windows?
You can run both Linux and Windows programs and excutables in Docker containers. The Docker platform runs natively on Linux (on x84-64, ARM and many other CPU architectures) and on Windows (x86-64).
You can run both Linux and Windows programs and excutables 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.