Tamarisk wanted to try out Ghost for her site, However, since Sandraudiga runs the ISP Manager management system between Debian and the webserver and other services we need to avoid upsetting it, letting ISP Manager upset her site, or causing any issues that break any other services running on Sandraudiga…
Ghost has an official Docker image available via dockerhub, but first, we need to install Docker on Debian, which is managed by logging in as root and running the following commands:
cd ~
curl -fsSL https://get.docker.com -o get-docker.sh
sh ./get-docker.sh