Skip to content

Commit 8d06c59

Browse files
authored
Merge pull request #127 from KR-Sew/dev
edit .\Docker\ReadMe.md
2 parents 9fd6f92 + daa8d88 commit 8d06c59

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

Bash/Docker/ReadMe.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,27 @@
99

1010
Bash Scripts that is used for managing Docker engine and Docker containers.
1111

12-
## 📂 Description
12+
## 📂 Installing Docker on Ubuntu/Debian
1313

1414
- 📄[install_docker.sh](install_docker.sh) # Script for automatic install Docker engine and Docker compose.
1515
</br>
1616
[![Run Script on Push](https://github.com/KR-Sew/Scripting/actions/workflows/sh-update-gawk.yml/badge.svg)](https://github.com/KR-Sew/Scripting/actions/workflows/sh-update-gawk.yml)
1717
</br>
1818

19-
▶ How to run
19+
▶ How to run
2020

21-
```bash
22-
chmod +x install-docker.sh
23-
sudo ./install-docker.sh
24-
```
21+
```bash
22+
chmod +x install-docker.sh
23+
sudo ./install-docker.sh
24+
```
25+
26+
✅ After install — verify
2527

26-
✅ After install — verify
27-
28-
```bash
29-
docker --version
30-
docker compose version
31-
docker-compose version
32-
```
28+
```bash
29+
docker --version
30+
docker compose version
31+
docker-compose version
32+
```
3333

3434
- 📄[install_docker_only.sh](./install_docker_only.sh) # If you want to install only Docker just run this script
3535

0 commit comments

Comments
 (0)