/
githubmirror
/
toolbox
Обзор
Документация
Войти
/
githubmirror
/
toolbox
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
data/config/toolbox.conf
17 строк
699 B
Ondřej Míchal
data/config: Add reference configuration file
23 июл 2021, 04:56
23 июл 2021, 04:56
ffdfaa7
Код
Авторство
О чём код?
[general] # Create a toolbox container for a different operating system distro than the # host. Cannot be used with 'image'. ## distro = "fedora" # Create a toolbox container for a different operating system release than the # host. Cannot be used with 'image'. ## release = "33" # Change the name of the image used to create the toolbox container. This is # useful for creating containers from custom-built images. Cannot be used with # 'distro' or 'release'. # # If the name does not contain a registry, the local image storage will be # consulted, and if it's not present there then it will be pulled from a # suitable remote registry. ## image = "registry.fedoraproject.org/fedora-toolbox:34"