Dockercompose: различия между версиями
Перейти к навигации
Перейти к поиску
Entcor (обсуждение | вклад) FirstPage |
Entcor (обсуждение | вклад) Нет описания правки |
||
| Строка 1: | Строка 1: | ||
'''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. | |||
Версия от 01:07, 9 октября 2023
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.