This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
Currently uc doesn’t have a prune subcommand to prune images, and even if it had it would still be a
manual operation. It would be better to automate this. This post shows how. 
 First create an image with this Dockerfile: 
 FROM --platform=$BUILDPLATFORM alpine:latest 
 RUN apk add curl 
 
 RUN <<EOF 
 echo \
 ' #/bin/bash 
 
 if ! [[ -S…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.