@@ -95,37 +95,38 @@ DCLI is a tool which will help you manage DevContainers (https://gitlab.lis-lab.
...
@@ -95,37 +95,38 @@ DCLI is a tool which will help you manage DevContainers (https://gitlab.lis-lab.
dcli --version
dcli --version
```
```
### Import Java Project
### Create Java project and Write dockerfile
Open Eclipse, create your own project or import the devs-dclitest project [here](https://gitlab.lis-lab.fr/thi-phuong.kieu/devs-dclitest/-/blob/main/devs-dclitest.zip).
-**hello-world**
-**src**
-**main.java**
### Write Dockerfile script
```java
publicclassmain{
Create and file named *Dockerfile* under the project folder, and insert this script: