Основные понятия
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.