Switch to apple containers

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2026-09-10 16:23:31 +01:00
parent d324551ea6
commit 09c77d126e
4 changed files with 32 additions and 3 deletions
+2 -1
View File
@@ -30,7 +30,8 @@ export BAT_STYLE="grid,header"
export TZ_LIST="Europe/Berlin;Europe/Sofia;UTC"
# Docker
export DOCKER_HOST=$(docker context inspect --format='{{.Endpoints.docker.Host}}')
# export DOCKER_HOST=$(docker context inspect --format='{{.Endpoints.docker.Host}}')
export DOCKER_HOST=unix:///opt/homebrew/var/run/socktainer/.socktainer/container.sock
# Brew - Prevent updating all packages when installing a new one
export HOMEBREW_NO_AUTO_UPDATE=1