service:docker
Различия
Показаны различия между двумя версиями страницы.
Предыдущая версия справа и слеваПредыдущая версияСледующая версия | Предыдущая версия | ||
service:docker [11.06.2024 19:51] – [Скачивание и пересылка образа в закрытый контур] viacheslav | service:docker [05.02.2025 12:44] (текущий) – [Buildx / Buildkit] viacheslav | ||
---|---|---|---|
Строка 1: | Строка 1: | ||
====== Docker ====== | ====== Docker ====== | ||
+ | <WRAP right box 25%> | ||
+ | — What is the first clue to build the container? | ||
+ | — It must be bound in thews of invincible iron.\\ | ||
+ | — What is the second clue to build the container? | ||
+ | — Bejewel the chest with the hallowed heart of glittering stone.\\ | ||
+ | — What is the third clue to build the container? | ||
+ | — Gift it with the essence of dragon amber, born of earth and root.\\ | ||
+ | — What is the fourth clue to build the container? | ||
+ | — A sacrifice of clay. The power to bind its parts.\\ | ||
+ | — What is the fifth clue to build the container? | ||
+ | — Craft it from wood no mortal blade can carve. Find the wicked tree.\\ | ||
+ | — What is the sixth clue to build the container? | ||
+ | — The strength of love denied. The soul of a dead hero shall empower it.\\ | ||
+ | — What is the seventh clue to build the container? | ||
+ | — Temper it in the tears of the weeping moon.\\ | ||
+ | — What is the eighth clue to build the container? | ||
+ | — Forged by the legendary Black Gnarl, beneath his binding song.\\ | ||
+ | — Each of the hearts have I given.\\ | ||
+ | — And each of the riddles have I returned. I am free! Stay at your task, my fool. No greater curse might I impart! | ||
+ | |||
+ | //Anvil of Dawn// | ||
+ | </ | ||
===== Обновление ===== | ===== Обновление ===== | ||
Строка 12: | Строка 34: | ||
https:// | https:// | ||
+ | ==== Buildx / Buildkit ==== | ||
+ | Новый сборщик образов, | ||
+ | |||
+ | Установка | ||
+ | <code bash> | ||
+ | sudo apt install docker-buildx | ||
+ | </ | ||
+ | |||
+ | Сделать Buildkit сборщиком по умолчанию | ||
+ | <file json / | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | } | ||
+ | } | ||
+ | </ | ||
+ | |||
+ | <code bash> | ||
+ | sudo systemctl restart docker.service | ||
+ | </ | ||
+ | |||
+ | Если Buildkit не установлен по умолчанию, | ||
+ | <code bash> | ||
+ | DOCKER_BUILDKIT=1 docker build -t my_image . | ||
+ | </ | ||
+ | https:// | ||
===== Чистка ===== | ===== Чистка ===== | ||
<file bash / | <file bash / |
service/docker.1718135466.txt.gz · Последнее изменение: 30.07.2024 19:20 (внешнее изменение)