- Docker Raw File
- Docker Raw Format Examples
- Docker Raw Format Software
- Docker Raw Format Example
- Docker.raw File Size
Docker is configured to use a thin pool logical volume for storage but is still filling up /var/lib/docker. Running docker info shows plenty of data space available but my root file system is filling up with most space taken up in /var/lib/docker. With OpenShift 3 I am seeing that docker is filling up space on /var/lib/docker. Docker stats is a useful command to get an overview of the resource usage of your running Docker containers. For instance, you can see the current memory, CPU, and network usage of your containers.
I was backing up a Linux server of mine the other day and I wanted to have a full backup (along with regular tar.gz backups) of the main disk mounted on the /dev/sda
partition.
You can backup your partition using dd with a command such as dd if=/dev/sda|dd of=/home/archive/disk.img
If everything works, you will get an output similar to below: