Ghost Installation on Ubuntu 18.04 LTS with Docker

Installation of the latest version Ghost v2:

docker run -d --name some-ghost -p 3001:2368 ghost

Ghost v1 installation for migration from WordPress to Ghost

docker run -d --name some-ghost -p 3001:2368 -v /path/to/ghost/blog:/var/lib/ghost/content ghost:1-alpine