You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Bash/Docker/ReadMe.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,27 +9,27 @@
9
9
10
10
Bash Scripts that is used for managing Docker engine and Docker containers.
11
11
12
-
## 📂 Description
12
+
## 📂 Installing Docker on Ubuntu/Debian
13
13
14
14
- 📄[install_docker.sh](install_docker.sh) # Script for automatic install Docker engine and Docker compose.
15
15
</br>
16
16
[](https://github.com/KR-Sew/Scripting/actions/workflows/sh-update-gawk.yml)
17
17
</br>
18
18
19
-
▶ How to run
19
+
▶ How to run
20
20
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
25
27
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
+
```
33
33
34
34
- 📄[install_docker_only.sh](./install_docker_only.sh) # If you want to install only Docker just run this script
0 commit comments