This repository was archived by the owner on Jan 5, 2023. It is now read-only.
File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
<img src =" https://raw.githubusercontent.com/abdfnx/doko/main/.github/assets/logo.svg " height =" 120px " />
3
3
</p >
4
4
5
- > 🐳 docker you know but with TUI.
5
+ > 🐳 The docker you know but with TUI.
6
6
7
7
![ preview] ( https://user-images.githubusercontent.com/64256993/148515590-dccda7c1-73ea-45c6-80b6-901633861fde.gif )
8
8
@@ -26,19 +26,19 @@ iwr -useb https://git.io/doko-win | iex
26
26
27
27
#### or with [ ** resto** ] ( https://github.com/abdfnx/resto )
28
28
29
- ``` bash
29
+ ``` sh
30
30
# shell
31
31
resto install https://git.io/doko
32
32
33
33
# powershell
34
34
resto install https://git.io/doko-win
35
35
```
36
36
37
- ** then restart your powershell **
37
+ ** then close and open your **
38
38
39
39
### Go package manager
40
40
41
- ``` bash
41
+ ``` sh
42
42
go install github.com/abdfnx/doko@latest
43
43
```
44
44
@@ -60,25 +60,25 @@ docker run -itv /var/run/docker.sock:/var/run/docker.sock dokocli/doko-full
60
60
61
61
- Open Doko UI
62
62
63
- ``` bash
63
+ ``` sh
64
64
doko
65
65
```
66
66
67
67
- With specific endpoint
68
68
69
- ```
69
+ ``` sh
70
70
doko --endpoint < DOCKER_ENDPOINT>
71
71
```
72
72
73
73
- Use another docker engine version
74
74
75
- ```
75
+ ``` sh
76
76
doko --engine " 1.40"
77
77
```
78
78
79
79
- Log file path
80
80
81
- ```
81
+ ``` sh
82
82
doko --log-file /home/doko/my-log.log
83
83
```
84
84
You can’t perform that action at this time.
0 commit comments