Hello World from Ruby
1.1K
To build the container image, run:
docker build -t lssalas/ruby-project .
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/.
Content type
Image
Digest
sha256:4ee3ef885…
Size
374.6 MB
Last updated
almost 2 years ago
docker pull lssalas/ruby-project