1
0
chezmoi/home/dot_zim/modules/jl-helper/functions/dip

10 lines
193 B
Plaintext
Raw Normal View History

2024-02-05 22:28:28 +00:00
# vim:et sts=2 sw=2 ft=zsh
#
# Display ip of the docker container passed as arg
#
docker inspect --format='{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' ${1}
compdef _files dip