Dockercompose: различия между версиями

Материал из EWiki
Перейти к навигации Перейти к поиску
FirstPage
 
Нет описания правки
Строка 1: Строка 1:
Сборник команд для 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.

Версия от 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.