mirror of
https://github.com/docker/docs.git
synced 2026-03-31 08:18:55 +07:00
Since we're not not mounting anything but the base filesystem outside the container we no longer need the separate bind mount at /var/lib/docker/container/$id/root in order to see the base filesystem without extra mounts. So, we drop this and mount (again) the container root directly at the real basefs mountpoint. Docker-DCO-1.1-Signed-off-by: Alexander Larsson <alexl@redhat.com> (github: alexlarsson)