Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 289 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 289 Bytes

Trailer

Build Status

docker build -t trailer .
docker run --name db -e POSTGRES_PASSWORD=password -e POSTGRES_USER=rails -d postgres
docker run --name web -d -p 3000:3000 --link db:pg trailer