Use current path to container executable
This commit is contained in:
parent
c33fb328a8
commit
05d3563fa0
1 changed files with 1 additions and 2 deletions
|
|
@ -69,8 +69,7 @@ void Container::start() {
|
|||
"-m", "u:1:100000:65536",
|
||||
"-m", "g:1:100000:65536",
|
||||
"--",
|
||||
// FIXME(morphis): use system or in-click path
|
||||
"/home/phablet/anbox-container",
|
||||
"/usr/bin/anbox-container",
|
||||
"--bind", spec_.rootfs_path, "/",
|
||||
"--dev", "/dev",
|
||||
"--proc", "/proc",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue