https://github.com/gabrioliv/docker-clikit
Kit with CLI Apps for Docker
https://github.com/gabrioliv/docker-clikit
cli container docker dockerfile toolkit ubuntu
Last synced: 3 days ago
JSON representation
Kit with CLI Apps for Docker
- Host: GitHub
- URL: https://github.com/gabrioliv/docker-clikit
- Owner: GabriOliv
- Created: 2021-08-26T23:26:42.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-10T23:39:01.000Z (over 4 years ago)
- Last Synced: 2025-02-25T21:23:04.334Z (over 1 year ago)
- Topics: cli, container, docker, dockerfile, toolkit, ubuntu
- Language: Dockerfile
- Homepage:
- Size: 318 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

---
# [CLI-Kit](https://github.com/GabriOliv/docker-clikit)
Kit with CLI Apps for Docker.
[](https://github.com/GabriOliv/docker-clikit)
---
## App List
- Base image
- [Ubuntu 20.04](https://hub.docker.com/_/ubuntu)
- top — [manual](http://manpages.ubuntu.com/manpages/focal/en/man1/top.1.html)
- Apt apps
- bat — [source](https://github.com/sharkdp/bat) — [manual](http://manpages.ubuntu.com/manpages/focal/en/man1/batcat.1.html)
- calcurse — [source](https://github.com/lfos/calcurse) — [manual](http://manpages.ubuntu.com/manpages/focal/en/man1/calcurse.1.html)
- cmus — [source](https://github.com/cmus/cmus) — [manual](http://manpages.ubuntu.com/manpages/focal/en/man1/cmus.1.html)
- ctop — [source](https://github.com/bcicen/ctop) — [manual](http://manpages.ubuntu.com/manpages/focal/en/man1/ctop.1.html)
- figlet — [source](http://www.figlet.org/) — [manual](http://www.figlet.org/figlet-man.html)
- git — [source](https://git-scm.com/download/linux)
- glances — [source](https://github.com/nicolargo/glances) — [manual](https://manpages.ubuntu.com/manpages/focal/en/man1/glances.1.html)
- hollywood — [source](https://github.com/dustinkirkland/hollywood) — [manual](https://manpages.ubuntu.com/manpages/focal/en/man1/hollywood.1.html)
- atop — [manual](https://manpages.ubuntu.com/manpages/focal/en/man1/atop.1.html)
- bmon — [source](https://github.com/tgraf/bmon)
- cmatrix — [source](https://github.com/abishekvashok/cmatrix)
- htop — [source](https://github.com/hishamhm/htop)
- less — [manual](https://manpages.ubuntu.com/manpages/focal/en/man1/less.1.html)
- tmux — [source](https://github.com/tmux/tmux)
- tree — [manual](https://manpages.ubuntu.com/manpages/focal/en/man1/tree.1.html)
- make — [manual](https://manpages.ubuntu.com/manpages/focal/en/man1/make.1posix.html)
- micro —
- neofetch — [source](https://github.com/dylanaraps/neofetch)
- chafa — [source](https://hpjansson.org/chafa/)
- nload — [manual](https://manpages.ubuntu.com/manpages/focal/en/man1/nload.1.html)
- nmon — [manual](https://manpages.ubuntu.com/manpages/focal/en/man1/nmon.1.html)
- ranger — [source](https://github.com/ranger/ranger) — [manual](http://manpages.ubuntu.com/manpages/focal/en/man1/ranger.1.html)
- w3m — [source](http://w3m.sourceforge.net/)
- taskwarrior — [source](https://taskwarrior.org/) — [manual](http://manpages.ubuntu.com/manpages/focal/man1/tasksh.1.html)
- tty-clock — [manual](http://manpages.ubuntu.com/manpages/focal/man1/tty-clock.1.html)
- Git apps
- pipes.sh — [source](https://github.com/pipeseroni/pipes.sh)
---
## Install
- Dependencies
- [Docker](https://docs.docker.com/)
- Build image from Dockerfile
```sh
git clone https://github.com/GabriOliv/docker-clikit.git
docker build docker-clikit -t clikit
```
- Run container from local image
```sh
sudo docker run -it --rm clikit
```
---