feat: add more DinD
This commit is contained in:
29
builds/debian-dind/.env.example
Normal file
29
builds/debian-dind/.env.example
Normal file
@@ -0,0 +1,29 @@
|
||||
# Debian DinD Configuration
|
||||
|
||||
# Timezone (default: UTC)
|
||||
TZ=UTC
|
||||
|
||||
# Debian version (default: 13.2)
|
||||
DEBIAN_VERSION=13.2
|
||||
|
||||
# Docker port override (default: 2375)
|
||||
DIND_PORT_OVERRIDE=2375
|
||||
|
||||
# Install NVIDIA Container Toolkit for GPU support (default: false)
|
||||
INSTALL_NVIDIA_TOOLKIT=false
|
||||
|
||||
# Enable GPU profile (set to --profile gpu when needed)
|
||||
# COMPOSE_PROFILES=gpu
|
||||
|
||||
# Resource limits
|
||||
DIND_CPU_LIMIT=2.0
|
||||
DIND_MEMORY_LIMIT=4G
|
||||
DIND_CPU_RESERVATION=1.0
|
||||
DIND_MEMORY_RESERVATION=2G
|
||||
|
||||
# Docker daemon options
|
||||
# Disable TLS for simplicity (not recommended for production)
|
||||
DOCKER_TLS_CERTDIR=
|
||||
|
||||
# Data directory for named volume
|
||||
# DATA_DIR=./data
|
||||
Reference in New Issue
Block a user