docker status check code example
Example 1: check if docker is running
systemctl status docker
Example 2: check docker images
docker images [OPTIONS] [REPOSITORY[:TAG]]
systemctl status docker
docker images [OPTIONS] [REPOSITORY[:TAG]]