26 lines
844 B
Markdown
26 lines
844 B
Markdown
|
|
<p align="center">
|
|
<img src='https://raw.githubusercontent.com/mrjackwills/oxker/main/.github/logo.svg' width='100px'/>
|
|
</p>
|
|
<p align="center">
|
|
<h1 align="center">oxker</h1>
|
|
<div align="center">
|
|
A simple tui to view & control docker containers
|
|
</div>
|
|
</p>
|
|
|
|
<p align="center">
|
|
<a href="https://raw.githubusercontent.com/mrjackwills/oxker/main/.github/screenshot_01.png" target='_blank' rel='noopener noreferrer'>
|
|
<img src='https://raw.githubusercontent.com/mrjackwills/oxker/main/.github/screenshot_01.png' width='60%'/>
|
|
</a>
|
|
</p>
|
|
|
|
## Run
|
|
|
|
Images built for `linux/amd64`, `linux/arm64`, and `linux/arm/v6`
|
|
|
|
`docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock:ro --pull=always mrjackwills/oxker`
|
|
|
|
## Help
|
|
|
|
visit the <a href="https://github.com/mrjackwills/oxker" target='_blank' rel='noopener noreferrer'>Github repo</a> |