Results 115 comments of David Keijser

Hey, thanks for the pull request! I need to think about this one a bit and haven't really had the time but I'll try to write down my thoughts. First,...

Pondering this some again I would advice against using this with the codecs module. base58 is not a general purpose encoding of text or binary like utf16/zlib/base64 etc. Trying to...

it's only looking at the dc of the local agent. making the dc configurable would be trivial. supporting multiple dcs at once is a bit hairy. ideally traefik core would...

You need to change the format used for `images.used` because that is also generated with the sha256 prefix. So right now it's trying to remove images that are in use....

something like this should work on both versions, also needs -E to the grep further down ``` $DOCKER images \ | tail -n+2 \ | sed 's/^\([^ ]*\) *\([^ ]*\)...