Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 485 Bytes

File metadata and controls

27 lines (20 loc) · 485 Bytes

dockerfiles

Just a hodgepodge of Dockerfile goodness

generic

build (within image specific folder)

docker build -t westonplatter/ruby-nodejs-postgres:2.3.1 .

push to docker hub

docker push westonplatter/ruby-nodejs-postgres:2.3.1

versioned

build (within image specific folder)

docker build -t westonplatter/ruby-nodejs-postgres:2.3.1 -f Dockerfile-ruby-2.3.1

pust to docker hub

docker push westonplatter/ruby-nodejs-postgres:2.3.1