From e1d64bfba38da9f65927fe20e3c4a9a6ed87761e Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Thu, 10 Sep 2026 16:28:56 +0100 Subject: [PATCH] Removed socktainer Signed-off-by: Marcus Noble --- home/.dotfiles/aliases | 2 +- home/.dotfiles/environment | 2 +- install.sh | 5 +---- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/home/.dotfiles/aliases b/home/.dotfiles/aliases index d1013cd..a9a562e 100644 --- a/home/.dotfiles/aliases +++ b/home/.dotfiles/aliases @@ -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 diff --git a/home/.dotfiles/environment b/home/.dotfiles/environment index 628c867..bfbdc1c 100644 --- a/home/.dotfiles/environment +++ b/home/.dotfiles/environment @@ -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 diff --git a/install.sh b/install.sh index 3803c29..eeadf34 100755 --- a/install.sh +++ b/install.sh @@ -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