核心概念
Docker
Docker
docker --version意思
A tool for packaging and running applications in isolated containers.
使用時機
Use it when you want the app to run with the same OS packages, runtime, and dependencies across machines.
範例
docker --version請求範例
Explain whether this project can be run with Docker.