Skip to content

Commit 0fd2d0a

Browse files
author
Ubuntu
committed
Added README
1 parent 8fb8fde commit 0fd2d0a

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
1+
# Java Docker Application
2+
3+
## Project Overview
4+
This project demonstrates containerization of a simple Java application using Docker.
5+
6+
## Technologies Used
7+
- Java
8+
- Docker
9+
- Git
10+
- GitHub
11+
12+
## Steps Performed
13+
1. Created simple Java application
14+
2. Compiled Java file
15+
3. Wrote Dockerfile
16+
4. Built Docker image
17+
5. Ran container
18+
6. Pushed project to GitHub
19+
20+
## Docker Commands Used
21+
docker build -t java-docker-app .
22+
docker run java-docker-app
123
# testhttps

0 commit comments

Comments
 (0)