Re: [lxc-users] Accessing /dev file system from container

2014-09-25 Thread Anjali Kulkarni
Subject: Re: [lxc-users] Accessing /dev file system from container You can export the uio device to the container in its config file using its device major and minor number, such as: lxc.cgroup.devices.allow = c 247:0 rwm lxc.mount.entry = /dev/uio0 dev/uio0 none bind,create=file Where, you get th

Re: [lxc-users] Accessing /dev file system from container

2014-09-25 Thread Anjali Kulkarni
...@intel.com>> Reply-To: LXC users mailing-list mailto:lxc-users@lists.linuxcontainers.org>> Date: Thursday, September 25, 2014 6:04 AM To: LXC users mailing-list mailto:lxc-users@lists.linuxcontainers.org>> Subject: [lxc-users] Accessing /dev file system from container I have a Ethern

Re: [lxc-users] Accessing /dev file system from container

2014-09-25 Thread Michael H. Warfield
On Thu, 2014-09-25 at 13:04 +, Murthy, Krishna J wrote: > I have a Ethernet device which is attached to the container. I have > installed the driver module for this device on the host. When I run > the application on the container it complains it is unable to find the > device in the /dev file

[lxc-users] Accessing /dev file system from container

2014-09-25 Thread Murthy, Krishna J
I have a Ethernet device which is attached to the container. I have installed the driver module for this device on the host. When I run the application on the container it complains it is unable to find the device in the /dev file system. Infact I use UIO based driver. So in container I get mess