I'm about to start a project where I have to test a number of software solutions on a RPi2 running Raspbian without X.
It would be too much effort to reinstall raspbian on the SD card or to cleanse the SD card after each test. I want to create a container, in which I install software and process some data, test it and then dispose the container, without impacting the host.
Is it possible to use chroot
, lxc
or docker
in this case? If so where do I start?