Re: [libvirt] [sandbox PATCH v2 13/19] Image: Add Volume Support

2015-08-17 Thread Cedric Bosdonnat
On Tue, 2015-08-04 at 20:11 +, Eren Yagdiran wrote: > Volumes let user to map host-paths into guest. Docker containers need volumes > because its > filesystem read-only by default. Docker doesn't set / read-only by default. Docker volumes are only a way to share data with the host or other co

Re: [libvirt] [sandbox PATCH v2 13/19] Image: Add Volume Support

2015-08-10 Thread Daniel P. Berrange
On Tue, Aug 04, 2015 at 08:11:19PM +, Eren Yagdiran wrote: > Volumes let user to map host-paths into guest. Docker containers > need volumes because its filesystem read-only by default. Hmm, it seems our filesystem is not read-only. Normally we would have / as rread-only, but because we remapp

[libvirt] [sandbox PATCH v2 13/19] Image: Add Volume Support

2015-08-04 Thread Eren Yagdiran
Volumes let user to map host-paths into guest. Docker containers need volumes because its filesystem read-only by default. --- virt-sandbox-image/sources/DockerSource.py | 12 virt-sandbox-image/sources/Source.py | 4 virt-sandbox-image/virt-sandbox-image.py | 22 ++