itsgg / sinatra-docker

Simple Sinatra Application containerized.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Simple Sinatra Application containerized.

Build the image

docker build -t sinatra-docker .

Run the image

docker run -p 8080:8080 sinatra-docker

Tag the image

docker tag sinatra-docker itsgg/sinatra-docker:0.1

Push the image to the repository

docker push itsgg/sinatra-docker:0.1

About

Simple Sinatra Application containerized.


Languages

Language:Ruby 72.5%Language:Dockerfile 27.5%