#!/bin/bash # Cleaning unused docker images. docker image prune -a -f