基本概念
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.