Skip to content

Instantly share code, notes, and snippets.

View liangti's full-sized avatar

Ti Liang liangti

View GitHub Profile
@liangti
liangti / docker_descendants.py
Created December 26, 2019 16:54 — forked from altaurog/docker_descendants.py
Python3 script to find descendants of one or more docker images
#!/usr/bin/python3
#
# usage: python3 docker_descendants.py <image_id> ...
import sys
from subprocess import check_output
def main(images):
image_ids = set(images)

TypeScript

Feature

Basic Type