summaryrefslogtreecommitdiff
path: root/wiki
diff options
context:
space:
mode:
authorbt <bt@web>2024-01-18 13:46:49 -0500
committerIkiWiki <ikiwiki.info>2024-01-18 13:46:49 -0500
commit82d95adfefcf8b4e9918d07d4b7ee246381bb415 (patch)
tree8aa1f1ac73cb27e10f726de45955702afd82681d /wiki
parent45f8574dca5fa9ae7ff46bd379639d2490286065 (diff)
Diffstat (limited to 'wiki')
-rw-r--r--wiki/scripts.mdwn17
1 files changed, 17 insertions, 0 deletions
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