This website requires JavaScript.
Explore
Help
Sign In
Oliver
/
dotfiles
Watch
1
Star
0
Fork
0
You've already forked dotfiles
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
dotfiles
/
.local
/
bin
/
docker-ip
4 lines
97 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
cleaned bashrc and added scripts
2023-08-14 08:09:11 +00:00
#!/bin/bash
consume arguments
2023-09-05 03:24:46 +00:00
sudo docker inspect $@ -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}'
Reference in New Issue
Copy Permalink