I’m working extensively with docker to manage various build environments for different projects. Some of the images I’m using are very large. Right now docker is configured with the default location (/var/lib/docker/ on my Linux host). Is there a way to configure it to use different locations, such that some images are located / stored in a different (possibly NFS-mounted) file system ?
Thanks,