C-D-theory

Containerization Class – 23 January

Task: Java Hello World in Ubuntu Container

Objective

To create and run a Java Hello World program inside an Ubuntu Docker container.

Description

In this task, an Ubuntu container was launched and Java was installed inside it.
A simple Java program was created, compiled, and executed successfully.

Steps Performed

Output Screenshot

Java Output

Conclusion

The Java program was successfully compiled and executed inside the Docker container.