Skip to content

Commit d2682a6

Browse files
authored
Create README.md
1 parent 5ba22da commit d2682a6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Tool start Docker container and compile Java code
2+
3+
### REQUEST
4+
- Start [Docker Desktop](https://www.docker.com/products/docker-desktop) before run tool
5+
- A container create from Ubuntu
6+
- Command: ```docker run -it -d -v <share_folder_path>:/data --name <container_name> <image>```
7+
- Example: ```docker run -it -d -v C:\Users\quockhanh\Downloads\LabCC:/data --name javacompile ubuntu:18.04```
8+
9+
### VIDEO DEMO
10+
https://youtu.be/YjMl288RU
11+
12+
### CONTACT ME:
13+
- Website : https://quockhanh.dev
14+
- Facebook : http://facebook.com/profile.php?id=100004367534716
15+
- Linkedin : https://www.linkedin.com/in/lamquockhanh
16+
- Github : https://github.com/quockhanhtn

0 commit comments

Comments
 (0)