protomodule/docker:cliis a tiny and elegant wrapper based on the docker:cli image
This image has been created to run Docker based pipelines with a small set of tools commonly used in protomodule helpers.
docker run --rm -it \
protomodule/docker:cli sh -c "$(cat <<EOS
# Your commands here ...
docker -v
EOS
)"