Kanboard Dashboard
I’m trying to view all my (13) projects at once on dashboard. By default, the ‘My projects’ list is limited to 10 projects…. I couldn’t find a setting for this…
I’m trying to view all my (13) projects at once on dashboard. By default, the ‘My projects’ list is limited to 10 projects…. I couldn’t find a setting for this…
Recently I’ve been having trouble getting Postman desktop app to load. It keeps giving the following “Unable to load data” error: I have been a long-term user of Postman for…
Snipe-It Backup Failure running on Unraid within Docker: After opening the Backups section and clicking ‘Generate Backup’…the following error was reported: An internet search, resulted in the following:https://github.com/snipe/snipe-it/issues/12497 https://dev.mysql.com/doc/refman/8.0/en/upgrading-from-previous-series.html https://dev.mysql.com/doc/refman/8.0/en/caching-sha2-pluggable-authentication.html…
While working to install and configure a private self-hosted Docker Registry, I ran across the option within Gitea Package for Containers that allows storage of docker images. docker tag earnhadt/vir_report:version1.0…
Tagging a docker image
> 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…
Test the use of your private registry *** GOTCHA ***
Pulling Image from Public ‘docker.io’ Works After pulling image using WSL2 ubuntu, see how windows is sharing the same local docker image repo: Pulling from Private Registry