Use current path to container executable

This commit is contained in:
Simon Fels 2016-07-11 16:07:51 +02:00
commit 05d3563fa0

View file

@ -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",