undocker
undocker copied to clipboard
Go library and command line tool for decomposing docker images.
Signed-off-by: Maor Vanmak
Fixed an issue where error handling was not done and an error would occur when setting up a symbolic link if the file already exists.
Hi @tokibi, undocker binary is great for some usecases and the smallest binary I found to download and unpack images! Thanks! You shoult add default registriy url to docker hub...
First, thanks for the awesome tool, I originally looked at undocked.py but the Go implementation looks more elaborate and can be installed with a single executable, which is nice. I...