Yuri Pipchenko
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by Yuri Pipchenko-
It works with docker, because of when docker container is running I can mount whole /dev with --volume=/dev: docker run -it --rm --net=host --privileged --volume=/dev:/dev ... But this mount option...
-
Thank you very much, MartyG. I will try it.
-
It's a PC.Motherboard - Supermicro MBD-X10SRA, CPU - Intel Xeon E5.
-
Hi MartyX Grover Thank you for your reply. LXD and Docker are very similar - both are a containers using linux cgroups, but not fully functional VMs. I'm just more comfortable with LXD, because it ...