Top Stories published by praaveen in February of 2018

Part 4: Docker with rails, postgres(database which is running inside the docker)

Please follow the basic steps from here and i’m listing here only the changes for running postgres service inside the docker, still it store the data in local disk.


Part 6 : Pushing images to Docker Hub

Continued from previous blog

Github repo is here

Docker Hub is a cloud-based registry service which allows you to link to code repositories, build your images and test them, stores manually pushed images, and…


Part 5: Docker with rails, postgres.(Persisting installed gems)

Continued form the previous post

Setup needed for Persisting installed gems.

docker-compose.yml

version: '3'
services:
db:
image

Part 7: Run from the Docker Hub images

Continued from previous blog

Previous blog tells about build, push image form local to an docker-hub.

In this we are going to see how to run form the docker image.