Skip to content
Snippets Groups Projects
Commit bbca5c47 authored by KIEU Thi phuong's avatar KIEU Thi phuong
Browse files

import porject then install docker tooling

parent 25ca5d74
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
## Getting started
Reclaim: This tutorials is written for Ubuntu users.
*Reclaim: This tutorials is written for Ubuntu users.*
Tutorial source:
- [How to run Java Hello World in Docker](https://youtu.be/zORBzMiBjRI?si=8f_Y0b56jfU0HxGi)
......@@ -13,17 +13,62 @@ Tutorial source:
### Installation
#### Eclipse IDE
1. Download the installer [here](https://www.eclipse.org/downloads/packages/installer)
2. Extract the archive file, e.g. the 64-bit version
1. Download the installer [here](https://www.eclipse.org/downloads/packages/installer).
2. Extract the archive file, e.g. the 64-bit version:
```bash
tar xf eclipse-inst-linux64.tar.gz
```
3. Run the installer
3. Run the installer:
```bash
cd eclipse-installer
./eclipse-inst # or sudo ./eclipse-inst
```
#### Eclipse Docker Tooling
Follow the tutorial [here](https://www.eclipse.org/downloads/packages/installer).
If unsuccessfully, follow the guildline below to install manual:
#### DCLI
[Installation Guildline](https://gitlab.lis-lab.fr/thi-phuong.kieu/devcontainer_formation/-/blob/main/ubuntu.md)
### Import Java Project
You can create your own project, or import DEv-CF model project [here]().
### Install Eclipse Docker Tooling
**Option 1: Download from the Eclipse Marketplace**
1. Go to *Help**Eclipse Marketplace...*
![screenshot](image.png)
2. Search for *Docker Tooling* then click *Install*.
![screenshot](image-1.png)
**Option 2: Download manually**
If unsuccessfully, install manually follow these steps:
1. Go to *Help**Install New Software...*
![alt text](image-2.png)
2. Click *Add...*
![alt text](image-3.png)
3. Enter the following:
Name: Eclipse Docker
Location: https://download.eclipse.org/linuxtools/update-docker/
![alt text](image-4.png)
Click *Add*.
4. Check the Docker Tooling option and install.
![alt text](image-5.png)
### Write Dockerfile script
\ No newline at end of file
image-1.png

80.7 KiB

image-2.png

56.6 KiB

image-3.png

24.5 KiB

image-4.png

15.2 KiB

image-5.png

51.6 KiB

image.png 0 → 100644
image.png

59.4 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment