Docker Notes
Tagging a docker image
Tagging a docker image
During my initial pfsense and HAProxy setup and configuration, I ran across the following blog saying to open port 80 to allow acme certificate renewals from Let’s Encrypt to occur…
vi /mnt/user/appdata/gitea/conf/app.ini
Name Container Writable Log --------------------------------------------------------------------- jupyterlab 19.6 GB 9.02 GB 25.1 MB digikam 3.76 GB 452 kB 64.7 kB huginn 2.58 GB 72.2 MB 18.8 MB Appsmith 2.55 GB 16.8…
"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…
czkawka | Multi functional app to find duplicates, empty folders, similar images etc. (qarmin.github.io)
sudo curl -L “https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)” -o /usr/local/bin/docker-compose sudo chmod +x /usr/local/bin/docker-compose docker-compose –version
> 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…
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': '',…
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…