Tag: Docker

2 posts with #Docker

Deploying a Blog with GitHub Actions, Docker, and Submodules

๐Ÿš€ Deploying a Blog with GitHub Actions, Docker, and Submodules ๐Ÿ“Œ Problem Statement If youโ€™re using GitHub Actions to build and deploy a static blog that: Runs inside Docker Pushes generated content to a GitHub Pages submodule Requires Git authentication to commit and push changes Then, you might run...

Published Fri, 31 Jan 2025

How to setup docker credential-store

Since docker version 19 it start notifying the user that the docker credentials are stored unencrypted. WARNING! Your password will be stored unencrypted โ€ฆ To solve this we will use the Docker credential-store feature. Ubuntu: docker-credential-pass OSX: osxkeychain Windows: wincred In this blog...

Published Tue, 28 Jul 2020