Secrets" /> Secrets" />

Category: Tutorials

  • Docker – Automate Snyk Docker Image Scanning With GITHub Actions

    Docker – Automate Snyk Docker Image Scanning With GITHub Actions

    Snyk is a great tool for vulnerability scanning, it’s included in Docker Desktops docker scan feature (10 “free” scans, then requires registration) and has it’s own CLI tools for code and container scanning. It is, also, available as a pipeline action. Here is how to use it with GITHub actions. First, Create a secret on…

  • Docker – Administer Docker Server Remotely With Docker Context (Over SSH)

    Docker – Administer Docker Server Remotely With Docker Context (Over SSH)

    Once you have deployed your single, or multiple, Docker server(s) and find Kubernetes a bit much or overkill. You may want to administer your swarm of containers, much in the same manner as kubectl helps administer Kubernetes pods. This is possible with Docker Context. Here’s how to connect administer your docker runtime(s) remotely using Docker…

  • Kubernetes – Issue Certificates With Cert-Manager And LetsEncrypt

    Kubernetes – Issue Certificates With Cert-Manager And LetsEncrypt

    Buying certificates, even the extended validation ones, is (in my opinion) part of the old ways. I personally don’t see the value in authorizing more than domain, or IP-address, ownership when issuing certificates via the PKI model. This can be done with Let’s Encrypt, and automated with cert-manager in your Kubernetes cluster. Here’s how I’ve…

  • Docker – Allow Delete From Docker-Registry

    Docker – Allow Delete From Docker-Registry

    Once your start to build and push new, fresh docker images to your private registry. Or even worse, start automating CI/CD pipeline builds that builds and pushes.. You may end up with Docker images you do not want any more, or that you have created by mistake. Here’s how to remove them when you are…

  • Passbolt – Backup/Export Password Database To Keepass

    Passbolt – Backup/Export Password Database To Keepass

    The quickest and easiest (once Passbolt is installed) to backup a Passbolt Database, is to export it to KeePass. Here’s how.’The quickest and easiest (once Passbolt is installed) to backup a Passbolt Database, is to export it to KeePass. Here’s how. Remember to keep it in a safe place, preferably encrypted cold-storage. Back me up…