This project is a simple C# 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 C#.
- C#: 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_ci
- You can find my image on DockerHub at the following link:
https://hub.docker.com/repository/docker/kamartinez/hola_mundo_ci/general