Skip to content

Instantly share code, notes, and snippets.

View mattatcha's full-sized avatar

Matt Aitchison mattatcha

View GitHub Profile

Keybase proof

I hereby claim:

  • I am mattatcha on github.
  • I am mattaitchison (https://keybase.io/mattaitchison) on keybase.
  • I have a public key ASDn78Sd3DyGnfnuxhB7GPRQ5yV0E2iP80kJg77gD_7ZIwo

To claim this, I am signing this object:

@mattatcha
mattatcha / Dockerfile
Created December 28, 2017 18:12 — forked from evanj/Dockerfile
connectbug: Make lots of outbound connections to cause DNS errors in Kubernetes. See https://github.com/kubernetes/kubernetes/issues/45976
FROM python:2.7.13-slim
COPY . /app/
WORKDIR /app
ENTRYPOINT ["python", "connectbug.py"]