Removed socktainer
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
@@ -145,7 +145,7 @@ git() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
alias _docker=/opt/homebrew/bin/docker
|
||||||
docker() {
|
docker() {
|
||||||
if [ "$1" = "run" ]; then # Git clone then cd into new directory
|
if [ "$1" = "run" ]; then # Git clone then cd into new directory
|
||||||
shift
|
shift
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ export TZ_LIST="Europe/Berlin;Europe/Sofia;UTC"
|
|||||||
|
|
||||||
# Docker
|
# 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
|
# export DOCKER_HOST=unix:///opt/homebrew/var/run/socktainer/.socktainer/container.sock
|
||||||
|
|
||||||
# Brew - Prevent updating all packages when installing a new one
|
# Brew - Prevent updating all packages when installing a new one
|
||||||
export HOMEBREW_NO_AUTO_UPDATE=1
|
export HOMEBREW_NO_AUTO_UPDATE=1
|
||||||
|
|||||||
+1
-4
@@ -46,7 +46,7 @@ MAC_BREW_TOOLS=(
|
|||||||
mqtt-explorer raycast bettertouchtool calibre kdenlive royal-tsx tableplus
|
mqtt-explorer raycast bettertouchtool calibre kdenlive royal-tsx tableplus
|
||||||
homebrew/cask/todoist ultimaker-cura webtorrent pika pearcleaner spotmenu
|
homebrew/cask/todoist ultimaker-cura webtorrent pika pearcleaner spotmenu
|
||||||
jordanbaird-ice utm TheBoredTeam/boring-notch/boring-notch
|
jordanbaird-ice utm TheBoredTeam/boring-notch/boring-notch
|
||||||
container socktainer
|
container
|
||||||
)
|
)
|
||||||
CARGO_TOOLS=( bottom )
|
CARGO_TOOLS=( bottom )
|
||||||
NODE_TOOLS=( git-split-diffs )
|
NODE_TOOLS=( git-split-diffs )
|
||||||
@@ -213,9 +213,6 @@ case "${OSTYPE}" in
|
|||||||
printf "Copying ${f}=>${dst}"
|
printf "Copying ${f}=>${dst}"
|
||||||
cp ${f} ${dst}
|
cp ${f} ${dst}
|
||||||
printf " ✅\n"
|
printf " ✅\n"
|
||||||
printf "Starting socktainer service"
|
|
||||||
brew services restart socktainer 1>/dev/null
|
|
||||||
printf " ✅\n"
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user