This repository has been archived on 2024-08-23. You can view files and clone it, but cannot push or open issues or pull requests.
lessons/Docker/Docker.md
2024-06-30 14:53:28 +03:00

8 lines
683 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Docker
## Работа Docker
* Dockerfile - набор инструкций для записи образа. В нём описывается, что должно находится в образе, какие команды, зависимости и процессы он будет содержать
* Docker Image - образ, из которого разворачивается контейнер. Для этого нужно запустить образ в клиенте с помощью специальной команды
* Docker Container - это уже развернутый контейнер, который находится на устройстве