Skip to content

Commit e67d36a

Browse files
authored
Merge pull request #83 from UCLComputerScience/minjnlgc-patch-1
Update README.md
2 parents 571550f + c806467 commit e67d36a

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@ This section provides instructions for deploying the application to Azure.
9090
- Select inbound ports: HTTP (80), HTTPS (443), SSH (22)
9191
7. Click 'Review + create', then 'Create' to confirm and deploy
9292

93+
94+
>
95+
> **The Ubutun Sercer should be this:**
96+
> ![Screenshot 2025-04-28 135759](https://github.com/user-attachments/assets/d0fada4c-9f34-4ddf-9cfe-e1a2e1ba7ce7)
97+
98+
9399
> **⚠️ CHECKPOINT:** Record this important information:
94100
>
95101
> - Public IP address: (example: 20.77.24.37)
@@ -172,12 +178,19 @@ Execute the following commands one by one:
172178
```
173179

174180
5. Install Docker and related packages:
175-
181+
176182
```bash
177183
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin docker-compose
178184
```
179185

180-
6. Verify installation:
186+
<details> <summary>Possible messages you will see after running the above code (and you can ignore it):</summary> <pre><code> E: Package 'docker-ce' has no installation candidate E: Unable to locate package docker-ce-cli E: Unable to locate package containerd.io E: Couldn't find any package by glob 'containerd.io' E: Couldn't find any package by regex 'containerd.io' E: Unable to locate package docker-buildx-plugin E: Unable to locate package docker-compose-plugin </code></pre>
187+
</details>
188+
189+
```bash
190+
sudo apt install docker-compose
191+
```
192+
193+
7. Verify installation:
181194
```bash
182195
sudo docker run hello-world
183196
```

0 commit comments

Comments
 (0)