/sinatra-docker

Simple Sinatra Application containerized.

Primary LanguageRuby

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