Sign inSign up

lssalas/ruby-project

By lssalas

Updated almost 2 years ago

Hello World from Ruby

Image
Languages & frameworks
0

1.1K

lssalas/ruby-project repository overview

Docker Hub Launch Manual

1. Build the Image

To build the container image, run:

docker build -t lssalas/ruby-project .

2. Run the Container

Once the image is built, run the container with:

docker run --name ruby-project -p 4567:4567 lssalas/ruby-project

This will start the container, and the application will be available at http://localhost:4567/.

Notes

  • Docker must be running on your machine before running the commands.
  • GitHub Repository for more details.

Tag summary

Content type

Image

Digest

sha256:4ee3ef885

Size

374.6 MB

Last updated

almost 2 years ago

docker pull lssalas/ruby-project