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).
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).
If successfully, right click on the main class, then *Run As* → *Java Application in Container*.

**Note:** In case Docker Tooling has some problems, install Docker on Ubuntu (follow guildlines [here](https://docs.docker.com/engine/install/ubuntu/)). Then build and run docker by command line:
Then build and run docker by command line:
```bash
docker build -t devs-dcli:test .
...
...
@@ -158,8 +155,6 @@ You will see the VSCode workspace opened. Test running the java program inside t
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).
### Install Eclipse Docker Tooling
**Option 1: Download from the Eclipse Marketplace**
1. Go to *Help* → *Eclipse Marketplace...*
2. Search for *Docker Tooling* then click *Install*.
**Option 2: Download manually**
If unsuccessfully, install manually follow these steps:
If successfully, right click on the main class, then *Run As* → *Java Application in Container*.

**Note:** In case Docker Tooling has some problems, install Docker on Ubuntu (follow guildlines [here](https://docs.docker.com/engine/install/ubuntu/)). Then build and run docker by command line:
```bash
docker build -t devs-dcli:test .
```
```bash
docker run -it devs-dcli:test
```
### Initialize a project using a customized Devcontainer configuration
On Terminal, type:
```bash
dcli init
```
Insert image name of docker created:
```bash
Image Name: devs-dcli:test
```
### Test running the DevContainer
Type :
```bash
dcli start
```
You will see the VSCode workspace opened. Test running the java program inside the DevContainer, type: