From 82d95adfefcf8b4e9918d07d4b7ee246381bb415 Mon Sep 17 00:00:00 2001 From: bt Date: Thu, 18 Jan 2024 13:46:49 -0500 Subject: --- wiki/scripts.mdwn | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'wiki') diff --git a/wiki/scripts.mdwn b/wiki/scripts.mdwn index 902f23c..8afa99c 100644 --- a/wiki/scripts.mdwn +++ b/wiki/scripts.mdwn @@ -1,5 +1,22 @@ This page contains helpful scripts and useful terminal commands. +## Docker + +Installing `ghost` + + + docker pull ghost + + + + docker run -d \ + --name ghost-name \ + -e NODE_ENV=development \ + -p 2368:2368 \ + -v $HOME/path/to/ghost/blog:/var/lib/ghost/content \ + ghost:alpine + + ## `ffmpeg` to MP4 -- cgit v1.2.3-54-g00ecf