pluswerk / php-dev

Docker Image for PHP-Web Development
https://github.com/pluswerk/php-dev/pkgs/container/php-dev
8 stars 3 forks source link

🚀 New tools: jq, yq, xq, ncdu #116

Open Cyb10101 opened 3 years ago

Cyb10101 commented 3 years ago

Maybe you want new tools?

sudo apt install -y jq python3 python3-pip
sudo pip3 install yq
sudo apt install -y ncdu
ChrisB9 commented 3 years ago

I am rather against installing an entire toolchain for python to add a tool that is most-likely never used. For what do you need to check the disk space within a docker container?

Cyb10101 commented 3 years ago

These tools can also be used locally without Docker. But I noticed that it is more comfortable for me when you are right in the Docker.

If you have to check the storage space of an application, something has usually gone terrible wrong anyway.

You don't need to be considerate for me, because I have my own container: https://github.com/Cyb10101/php-dev

Just consider it nice information. Maybe you can use it for something else.