Anthony Rusdi
Results
2
issues of
Anthony Rusdi
This PR will add net `bridge` driver support. The driver almost similar with `lxc-user-nic` but without attaching connectivity between host namespace with target namespace. The connectivity need to be configured...
I'm using docker in the rootless mode as described by method [here](https://docs.docker.com/engine/security/rootless/). When I tried to run redroid with following steps: ```bash sudo modprobe binder_linux devices=binder,hwbinder,vndbinder sudo chmod 666 /dev/binder...