Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby docker test

Barebones Rack app to demo Docker

Usage

Build the Docker image

  docker image build -t ruby_docker_demo .

Run the container

    docker run -i -t -p 5959:5959 ruby_docker_demo

Access the container at 0.0.0.0:5959

About

One-liner Rack app to showcase Docker

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages