This commit is contained in:
parent
ce946ffc89
commit
db8554e28c
|
@ -117,7 +117,7 @@ curl -fsSL https://get.docker.com -o get-docker.sh
|
||||||
sh get-docker.sh
|
sh get-docker.sh
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get install -y docker-compose-plugin
|
DEBIAN_FRONTEND=noninteractive apt-get install -y docker-compose-plugin
|
||||||
## Install CTOP Container Top https://github.com/bcicen/ctop
|
## Install CTOP Container Top https://github.com/bcicen/ctop
|
||||||
wget https://github.com/bcicen/ctop/releases/download/077.6/ctop-0.7.7-linux-amd64 -O /usr/local/bin/ctop
|
wget https://github.com/bcicen/ctop/releases/download/0.7.7/ctop-0.7.7-linux-amd64 -O /usr/local/bin/ctop
|
||||||
chmod +x /usr/local/bin/ctop
|
chmod +x /usr/local/bin/ctop
|
||||||
|
|
||||||
## This may no longer be required going forward, it'll be better to call it on first login instead with args.
|
## This may no longer be required going forward, it'll be better to call it on first login instead with args.
|
||||||
|
|
Loading…
Reference in New Issue