Running my blog using docker at AWS

I have decided to move to AWS and using Nginx and ghost blog in docker containers at a t2 AWS EC2 instance. Basically, NginX will be facing the web traffic while ghost node runtime will handle the content management. Create »

My First Docker deployment

After a few tries, got my first docker blog up and running in a production mode with a local ghost clone volume mapped. Below was my docker run command : docker run -e NODE_ENV=production -v $localpath_of_your_ghost_ »