Removed socktainer

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2026-09-10 16:28:56 +01:00
parent 09c77d126e
commit e1d64bfba3
3 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ git() {
fi
}
alias _docker=/opt/homebrew/bin/docker
docker() {
if [ "$1" = "run" ]; then # Git clone then cd into new directory
shift
+1 -1
View File
@@ -31,7 +31,7 @@ export TZ_LIST="Europe/Berlin;Europe/Sofia;UTC"
# Docker
# export DOCKER_HOST=$(docker context inspect --format='{{.Endpoints.docker.Host}}')
export DOCKER_HOST=unix:///opt/homebrew/var/run/socktainer/.socktainer/container.sock
# 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
+1 -4
View File
@@ -46,7 +46,7 @@ MAC_BREW_TOOLS=(
mqtt-explorer raycast bettertouchtool calibre kdenlive royal-tsx tableplus
homebrew/cask/todoist ultimaker-cura webtorrent pika pearcleaner spotmenu
jordanbaird-ice utm TheBoredTeam/boring-notch/boring-notch
container socktainer
container
)
CARGO_TOOLS=( bottom )
NODE_TOOLS=( git-split-diffs )
@@ -213,9 +213,6 @@ case "${OSTYPE}" in
printf "Copying ${f}=>${dst}"
cp ${f} ${dst}
printf " ✅\n"
printf "Starting socktainer service"
brew services restart socktainer 1>/dev/null
printf " ✅\n"
;;
esac