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

Материал из EWiki
Перейти к навигации Перейти к поиску
FirstPage
 
Нет описания правки
 
(не показаны 2 промежуточные версии этого же участника)
Строка 1: Строка 1:
Сборник команд для Docker Compose с пояснениями.
<categorytree mode="categories" namespaces="Docker">Docker Compose</categorytree>
'''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: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.