DonggeLiu / Legion

A coverage-based software testing tool
MIT License
29 stars 4 forks source link

Running rootless docker #4

Closed DonggeLiu closed 4 years ago

DonggeLiu commented 5 years ago
  1. We don't have root access to MUPPET;
  2. Dependency issues stop us from other baselines on MUPPET
gernst commented 5 years ago

This won't fix. Docker requires root (or a user that has root-equivalent privileges)

DonggeLiu commented 5 years ago

This won't fix. Docker requires root (or a user that has root-equivalent privileges)

I am thinking one of:

  1. This rootless docker
  2. Running docker in VM (VirtualBox) as a workaround.
DonggeLiu commented 4 years ago

With Virtual machine, this is no longer an issue.