On Sun, Jun 6, 2010 at 11:16 AM, Daniel Lezcano <span dir="ltr"><<a href="mailto:daniel.lezcano@free.fr">daniel.lezcano@free.fr</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="h5">On 06/04/2010 05:44 PM, Nirmal Guhan wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
I tried to extend the fstab as below:<br>
<br>
/etc/resolv.conf  /lxc/lenny/rootfs.lenny/etc/<br>
resolv.conf none bind 0 0<br>
/test          /testdir  none bind 0 0<--- I added this line<br>
<br>
> From the host :<br>
# ls /testdir<br>
a  b  c<br>
<br>
> From the container :<br>
[root@test-fedora lenny]# chroot rootfs.lenny/<br>
test-fedora:/# ls /test<br>
test-fedora:/#<br>
<br>
But when I do lxc-start I get an error as :<br>
#lxc-start -n lencon<br>
lxc-start: No such file or directory - failed to mount '/test' on '/testdir'<br>
<br>
Basically what am trying to do is to share the host library files (/lib)<br>
between the containers.<br>
<br>
Any clues on the error above? Please let me know. Also, any better way to<br>
share the files between host and container will be helpful.<br>
   <br>
</blockquote>
<br></div></div>
Hi Nimal,<br>
<br>
I am not sure to understand what you are trying to achieve. You created a system container, but you want to launch it as an application container. Can you give your use case if possible, so I may be able to give more clues on how to set ip up.<br>

<br>
Thanks<br><font color="#888888">
  -- Daniel<br></font></blockquote><div><br>Hi Daniel,<br>
<br>
I want to run my application on fedora as a container and use the
libraries (/lib, /usr/lib) from the host (so my application container
size is small). I did lxc-create but lxc-execute failed (I had sent a
mail earlier on this). Suggestion was to use lxc-start itself and run
as system container.<br>
<br>
I changed the fstab file and could share the lib directory.<br>
<br>
Please let me know if there are better solution for my use case. I would like to try it too.<br>
<br>
Thanks,<br>
<br>
-Nirmal <br></div></div><br>