An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


CLI Kit

---

# [CLI-Kit](https://github.com/GabriOliv/docker-clikit)

Kit with CLI Apps for Docker.

[![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white)](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
```

---