unraid

docker diagnose

"C:\Program Files\Docker\Docker\resources\com.docker.diagnose.exe" [2023-03-12T04:42:36.234756100Z][com.docker.diagnose.exe][I] set path configuration to OnHost Please specify a command. USAGE: com.docker.diagnose.exe [options] COMMAND [options] Gather and upload diagnostics bundles for Docker Desktop. Commands: check login gather upload…

dedockify.py

> python3 dedockify.py 179da7ea6c0c FROM earnhardt/vir_report:version1.0 ADD file:40290d9a94ae76c35ab1f57178130ce1c5b976e34a91e77472ecf7e945ab64f9 in / CMD ["bash"] LABEL maintainer=Frank Earnhardt <frank.earnhardt@outlook.com> RUN /bin/sh -c apt-get update \ && apt-get upgrade -y perl curl WORKDIR /opt…

pip docker

Install docker python module: pip3 install docker python3 dockerDive.py', 'Id': 'sha256:179da7ea6c0c4771c9b0ebb60d15a8e82172a7b44bce66b082d7e3d54a2f4e12', 'Size': 0, 'Tags': }, {'Comment': '', 'Created': 1654890249, 'CreatedBy': '/bin/sh -c #(nop) COPY file:a3a0e3eee12601499dd7d3fd25284f9f8a6798e72efb2edd826131acca0bdd34 in /opt/src_code/prepareVIRs.pl ', 'Id': '',…

docker dive

See: https://github.com/wagoodman/dive and download windows: https://github.com/wagoodman/dive/releases/download/v0.9.2/dive_0.9.2_windows_amd64.zip C:\Users\win10\Downloads\dockerdesktop\dive_0.9.2_windows_amd64>dive --help This tool provides a way to discover and explore the contents of a docker image. Additionally the tool estimates the amount of…