I installed docker yesterday and verified it works with the docker run hello-world. Today I attempted to work, which I do in LXC containers. I discovered my containers are now too slow to use and I can’t work.
For example, I used curl to get a 118k file, without docker running it takes .0.315 seconds and with docker running it took > 5 seconds. The containers are used for Drupal development and accessing the sites via the UI, entering drush and composer commands is also too slow.
Is it possible to have docker and LXC running containers running simultaneously? If so, how?
Edit: To make my system usable I had to remove Docker and deleted the interface docker0.
Debian Stretch
Linux 4.9.0-4-amd64 #1 SMP Debian 4.9.51-1 (2017-09-28) x86_64 GNU/Linux