Background
We are running a local
Docker repository
inside a machine that is running Docker.
I'm trying to find out:
Question
Do the local repository
and the daemon, share same images and, therefore, does not increase the disk usage. Or, for every image X with size Y(MB), the fact that X in both the local repo
and the demon
X takes 2Y(MB)?
Thanks
EDIT 1
Is it possible to force
the local repository
to share its images
with the daemon
?