Install ghost with Docker
If you feel like customizing your ghost theme, there are many local development methods. In this post, Iโd like to share how to install ghost with Docker ๐ณ (There will be another toturial on how to customize our theme. Wait for me ๐โโ๏ธ)
- Install Docker on Windows
- Install ghost with Docker
Wait, what is ghost?
In short, ghost is an open source, professional publishing platform. Here is the official introduction (It has built-in membership & subscription commerce features ๐คฉ).
Hmmmโฆ then why use docker?
With docker, we can separate our applications from our infrastructure. It isolates code into a single container, making it easier to modify and update the program. (You can learn more about docker in this link ๐ฌ)
Install docker on Windows
- In this site, click โDownload Docker Desktop for Windowsโ
- Download and install WSL2 Linux kernal (It will ask us to restart the device.)