Skip to content

Loony213/Proyecto-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Hello World in Java - Docker Image

This project is a simple Java 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 Java.

Technologies Used

  • Java: Programming language used to write the script.
  • Docker: Containerization tool used to package and run the application.

How to Use

  1. Requirements:

    • Docker must be installed on your computer.
  2. Run the image:

    • Open your preferred console:
    • To run the image, use the following command:
    docker run kamartinez/hola_mundo_java
    

DockerHub

  • You can find my image on DockerHub at the following link:
  https://hub.docker.com/repository/docker/kamartinez/hola_mundo_java/general

About

Hello world in Java code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages