mirror of
https://github.com/tedkulp/dotfiles
synced 2026-03-28 18:24:21 -04:00
4 lines
46 B
Bash
4 lines
46 B
Bash
docker-ip() {
|
|
boot2docker ip 2> /dev/null
|
|
}
|