Skip to content

Instantly share code, notes, and snippets.

@BenSlabbert
Created October 12, 2020 08:39
Show Gist options
  • Save BenSlabbert/ff51497d83ba0de6eca7f203207c431f to your computer and use it in GitHub Desktop.
Save BenSlabbert/ff51497d83ba0de6eca7f203207c431f to your computer and use it in GitHub Desktop.
ping docker
#!/bin/bash
# ping from unix socket
curl --unix-socket /var/run/docker.sock http://localhost/_ping
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment