Home > Article > Operation and Maintenance > What systems can be run in docker
#Docker can currently only run Linux systems.
Using docker in different environments:
1. Windows still relies on virtualbox to implement the basic system. Windows docker compatible with docker will appear in the future, but it is still early.
2. FreeBSD can already run Docker natively and requires a Linux simulation layer.
3. Mac needs to use virtualbox to use docker.
Recommended tutorial: docker tutorial
The above is the detailed content of What systems can be run in docker. For more information, please follow other related articles on the PHP Chinese website!