diff options
-rw-r--r-- | wiki/scripts.mdwn | 17 |
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 |