Skip to content

Instantly share code, notes, and snippets.

@rduque1
Created February 22, 2022 10:17
Show Gist options
  • Save rduque1/3669a54641032901c6696418cf11aabf to your computer and use it in GitHub Desktop.
Save rduque1/3669a54641032901c6696418cf11aabf to your computer and use it in GitHub Desktop.
connect to docker socket api over tcp
# https://serverfault.com/questions/843296/how-to-expose-the-docker-api-over-tcp
ncat -lknvp 2375 -c "ncat -U /var/run/docker.sock"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment