This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import docker | |
cli = docker.Client(base_url='unix://var/run/docker.sock') | |
try: | |
response = cli.inspect_container(container='redis') | |
except docker.errors.NotFound: | |
pass |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
import re | |
import os | |
import sys | |
for root, dirs, files in os.walk('.'): | |
if root.find('.git') != -1 or not files: | |
continue |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am xbglowx on github. | |
* I am xbglowx (https://keybase.io/xbglowx) on keybase. | |
* I have a public key whose fingerprint is 5518 3266 C2F4 F43F D657 6861 9635 5196 4530 380B | |
To claim this, I am signing this object: |