docs/runtime
Alexander Larsson bf1b27dfcc Don't use separate bind mount for container
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)
2014-03-13 20:08:29 +01:00
..
container.go Don't use separate bind mount for container 2014-03-13 20:08:29 +01:00
container_unit_test.go Move runtime and container into sub pkg 2014-03-09 23:03:40 -07:00
runtime.go Don't use separate bind mount for container 2014-03-13 20:08:29 +01:00
server.go Add IsRunning to server interface 2014-03-09 23:16:15 -07:00
sorter.go Move runtime and container into sub pkg 2014-03-09 23:03:40 -07:00
state.go Move runtime and container into sub pkg 2014-03-09 23:03:40 -07:00
utils.go Move runtime and container into sub pkg 2014-03-09 23:03:40 -07:00
volumes.go Don't use separate bind mount for container 2014-03-13 20:08:29 +01:00