Sha256: cc8464faaab75a334e2284cee070a4beb05bf13866fe344d17cf8850e39cb898
Contents?: true
Size: 764 Bytes
Versions: 6
Compression:
Stored size: 764 Bytes
Contents
#!/bin/sh # ╭───────────────────────────────────────────────────────────────────────╮ # │Using Tilt ends up generating a bunch of local images; I thought Tilt │ # │is supposed to be resposible for cleaning these up, but it doesn't look│ # │like it does? │ # ╰───────────────────────────────────────────────────────────────────────╯ docker images -a | grep 'gdal' | awk '{print $3}' | xargs docker rmi
Version data entries
6 entries across 6 versions & 1 rubygems