Dockercompose: различия между версиями
Перейти к навигации
Перейти к поиску
Entcor (обсуждение | вклад) Нет описания правки |
Entcor (обсуждение | вклад) Нет описания правки |
||
| Строка 1: | Строка 1: | ||
<categorytree>Docker Compose</categorytree> | <categorytree mode="categories" namespaces="Docker">Docker Compose</categorytree> | ||
'''A collection of commands for Docker Compose with explanations.''' | '''A collection of commands for Docker Compose with explanations.''' | ||
Текущая версия от 01:33, 11 октября 2023
Категория «Docker Compose» не найдена.
A collection of commands for Docker Compose with explanations.
Gripping images from yml with command:
docker compose -f *path_to_yml_file* --env-file=*path_to_.env* --images. This command returns the actual values of the image fields in the ylm file.