Skip to content

Instantly share code, notes, and snippets.

@zeqk
Last active August 29, 2024 19:55
Show Gist options
  • Save zeqk/6a07e41ff43780322b833dc354774143 to your computer and use it in GitHub Desktop.
Save zeqk/6a07e41ff43780322b833dc354774143 to your computer and use it in GitHub Desktop.

Get container IP

docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' container_name_or_id

clear build cache

docker builder prune
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment