Skip to content

CloudsDocker/cloudsdocker.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To setup for a new blog

To run below command setup folder and files

mkdir -p ~/dev/ws/todd/cloudsdocker.github.io/_posts/2025/"$(date +%m)"/"$(date +%m%d)"

Then use your keyword to create a file

touch ~/dev/ws/todd/cloudsdocker.github.io/_posts/2025/"$(date +%m)"/"$(date +%m%d)"/"$(date +%Y-%m-%d)-fix-annoying-fake-security-prompt-in-docker-desktop-in-macbook.md"

Then download the blog source to clipboard

cat ~/Downloads/docker-desktop-security-fix.md | pbcopy