We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba22da commit d2682a6Copy full SHA for d2682a6
README.md
@@ -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