mirror of
https://github.com/bcicen/ctop.git
synced 2024-08-30 18:23:19 +00:00
v0.5
This commit is contained in:
parent
e94a9c0cc2
commit
2228188ebf
@ -1,6 +1,6 @@
|
|||||||
FROM quay.io/vektorcloud/glibc:latest
|
FROM quay.io/vektorcloud/glibc:latest
|
||||||
|
|
||||||
ARG CTOP_VERSION=0.4.1
|
ARG CTOP_VERSION=0.5
|
||||||
ENV CTOP_URL https://github.com/bcicen/ctop/releases/download/v${CTOP_VERSION}/ctop-${CTOP_VERSION}-linux-amd64
|
ENV CTOP_URL https://github.com/bcicen/ctop/releases/download/v${CTOP_VERSION}/ctop-${CTOP_VERSION}-linux-amd64
|
||||||
|
|
||||||
RUN echo $CTOP_URL && \
|
RUN echo $CTOP_URL && \
|
||||||
|
@ -17,7 +17,7 @@ Fetch the [latest release](https://github.com/bcicen/ctop/releases) for your pla
|
|||||||
#### Linux
|
#### Linux
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget https://github.com/bcicen/ctop/releases/download/v0.4.1/ctop-0.4.1-linux-amd64 -O ctop
|
wget https://github.com/bcicen/ctop/releases/download/v0.5/ctop-0.5-linux-amd64 -O ctop
|
||||||
sudo mv ctop /usr/local/bin/
|
sudo mv ctop /usr/local/bin/
|
||||||
sudo chmod +x /usr/local/bin/ctop
|
sudo chmod +x /usr/local/bin/ctop
|
||||||
```
|
```
|
||||||
@ -25,7 +25,7 @@ sudo chmod +x /usr/local/bin/ctop
|
|||||||
#### OS X
|
#### OS X
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -Lo ctop https://github.com/bcicen/ctop/releases/download/v0.4.1/ctop-0.4.1-darwin-amd64
|
curl -Lo ctop https://github.com/bcicen/ctop/releases/download/v0.5/ctop-0.5-darwin-amd64
|
||||||
sudo mv ctop /usr/local/bin/
|
sudo mv ctop /usr/local/bin/
|
||||||
sudo chmod +x /usr/local/bin/ctop
|
sudo chmod +x /usr/local/bin/ctop
|
||||||
```
|
```
|
||||||
@ -63,6 +63,7 @@ Option | Description
|
|||||||
-a | show active containers only
|
-a | show active containers only
|
||||||
-f <string> | set an initial filter string
|
-f <string> | set an initial filter string
|
||||||
-h | display help dialog
|
-h | display help dialog
|
||||||
|
-i | invert default colors
|
||||||
-r | reverse container sort order
|
-r | reverse container sort order
|
||||||
-s | select initial container sort field
|
-s | select initial container sort field
|
||||||
-v | output version information and exit
|
-v | output version information and exit
|
||||||
|
Loading…
Reference in New Issue
Block a user