Linux command
oxker 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Launch the Docker container viewer
oxker
Set the update interval
oxker -d 500
Show raw logs
oxker -r
Connect to a custom Docker socket
oxker --host [/path/to/docker.sock]
说明
oxker is a terminal user interface for viewing and controlling Docker containers. It displays a container list, logs, and resource stats in a single screen. You can pause, start, stop, restart, and delete containers directly from the TUI.
参数
- -d _MILLISECONDS_
- Set the update interval in milliseconds. Default: 1000.
- -r
- Show raw logs without ANSI formatting.
- -c
- Attempt to colorize logs.
- -t
- Remove timestamps from log entries.
- --host _STRING_
- Custom Docker socket connection path.
- --timezone _STRING_
- Display logs in the specified timezone.
FAQ
What is the oxker command used for?
oxker is a terminal user interface for viewing and controlling Docker containers. It displays a container list, logs, and resource stats in a single screen. You can pause, start, stop, restart, and delete containers directly from the TUI.
How do I run a basic oxker example?
Run `oxker` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -d _MILLISECONDS_ do in oxker?
Set the update interval in milliseconds. Default: 1000.