This project is a simple Ruby application that prints "Hello, World!" when executed. It is packaged inside a Docker image, making it easy to run on any machine without the need to manually install Ruby.
- Ruby: Programming language used to write the script.
- Docker: Containerization tool used to package and run the application.
-
Requirements:
- Docker must be installed on your computer.
-
Run the image:
- Open your preferred console:
- To run the image, use the following command:
docker run kamartinez/hola_mundo_ruby
- You can find my image on DockerHub at the following link:
https://hub.docker.com/repository/docker/kamartinez/hola_mundo_ruby/general