Some way to clean up / identify contents of /var/lib/docker/overlay

@dattran2346 Just something to note - the docker-compose docs are showing the max-size and max-file as being under the options block.

<service_name>
	logging:
		options:
			max-size: "10m"
			max-file: "5"