Skip to content

Instantly share code, notes, and snippets.

@cdisomma1
Created August 22, 2017 13:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cdisomma1/e3295010318adca448de79110a743ed1 to your computer and use it in GitHub Desktop.
Save cdisomma1/e3295010318adca448de79110a743ed1 to your computer and use it in GitHub Desktop.
Linux Memory Leaks - Initial Test
#!/bin/bash
docker run -d --name agent -e APIKEY=<api-key> -v /var/run/docker.sock:/var/run/docker.sock netuitive/docker-agent
while true; do docker run --rm alpine sleep 10; sleep 5; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment