Skip to content

MacOS

Tips and Tricks

Reduce Docker Desktop Disk Space

From GitHub issue

Cheat Sheet

bash
# get local IP address using ipconfig
ipconfig getifaddr en0

# get local IP address using ifconfig
ifconfig | grep "inet " | grep -v

# or
ifconfig en0

#  get local IP address using hostname
hostname -I