by Addicted2Tech | Feb 20, 2023 | Docker
Docker is a widely used containerization technology. It is simple to design, manage, and deploy lightweight and portable applications with Docker. Docker images are essential to the Docker ecosystem. Basically, they are snapshots of a container that have the code and...
by Addicted2Tech | Feb 20, 2023 | Linux
Checking disc space is an important task for system administrators or users in Linux. It allows them to monitor their storage utilization and avoid data loss due to a full disc. This article will go over various methods for checking disc space in Linux. 1. Using the...