This repository was archived by the owner on Jan 5, 2023. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork2
🐳 The docker you know but with TUI.
License
NotificationsYou must be signed in to change notification settings
abdfnx/doko
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
🐳 The docker you know but with TUI.
this app is inspired fromlazydocker
- Shell
curl -sL https://git.io/doko | bash
- PowerShell
iwr -useb https://git.io/doko-win | iex
or withresto
# shellresto install https://git.io/doko# powershellresto install https://git.io/doko-win
then close and open your
go install github.com/abdfnx/doko@latest
docker run -itv /var/run/docker.sock:/var/run/docker.sock dokocli/dokodocker run -itv /var/run/docker.sock:/var/run/docker.sock dokocli/doko<FLAGS>docker run -itv /var/run/docker.sock:/var/run/docker.sock dokocli/doko<CMD>
full container:
docker run -itv /var/run/docker.sock:/var/run/docker.sock dokocli/doko-full
- Open Doko UI
doko
- With specific endpoint
doko --endpoint<DOCKER_ENDPOINT>
- Use another docker engine version
doko --engine"1.40"
- Log file path
doko --log-file /home/doko/my-log.log
--ca string The path to the TLS CA (ca.pem)-c, --cert string The path to the TLS certificate (cert.pem)-e, --endpoint string The docker endpoint to use (default "unix:///var/run/docker.sock")-g, --engine string The docker engine version (default "1.41") --help Help for doko-k, --key string The path to the TLS key (key.pem)-l, --log-file string The path to the log file-o, --log-level string The log level (default "info")
name | mission | key(s) |
---|---|---|
all | quit | q |
all | change panel | Tab orShift +Tab |
list panels | next entry | j or↓ |
list panels | next page | Ctrl orf |
list panels | previous entry | k or↑ |
list panels | previous page | Ctrl orb |
list panels | scroll to top | g |
list panels | scroll to bottom | G |
image list | pull image | p |
image list | import image | i |
image list | save image | s |
image list | load image | Ctrl +l |
image list | find images | f |
image list | delete image | d |
image list | filter image | / |
image list | create container | c |
image list | inspect image | Enter |
image list | refresh image list | Ctrl +r |
container list | export container | e |
container list | commit container | c |
container list | filter image | / |
container list | exec container cmd | Ctrl +e |
container list | start container | t |
container list | stop container | s |
container list | kill container | Ctrl +k |
container list | delete container | d |
container list | inspect container | Enter |
container list | rename container | r |
container list | refresh container list | Ctrl +r |
container logs | show container logs | Ctrl +l |
volume list | create volume | c |
volume list | delete volume | d |
volume list | filter volume | / |
volume list | inspect volume | Enter |
volume list | refresh volume list | Ctrl +r |
network list | delete network | d |
network list | inspect network | Enter |
network list | filter network | / |
pull image | pull image | Enter |
pull image | close panel | Esc |
create container | next input box | Tab |
create container | previous input box | Shift +Tab |
detail | cursor dwon | j |
detail | cursor up | k |
detail | next page | Ctrl orf |
detail | previous page | Ctrl orb |
search images | search image | Enter |
search images | close panel | Esc |
search result | next image | j |
search result | previous image | k |
search result | pull image | Enter |
search result | close panel | q |
create volume | close panel | Esc |
create volume | next input box | Tab |
create volume | previous input box | Shift +Tab |
About
🐳 The docker you know but with TUI.
Topics
Resources
License
Code of conduct
Security policy
Stars
Watchers
Forks
Packages0
No packages published