Docker using max CPU?
My docker instances shoot up to 100% cpu on all cores as soon as I start wolweb. None of my other containers do this. Thoughts?
And it seem to have stopped doing it? Weird
What I did was on a restart:
sudo docker run --network host -it wolweb & <- max cpu
Then
sudo kill -9 {pids for docker and dockerd}
sudo docker ps -l
[commands to start my other containers]
sudo docker start {wolweb's container_id}
Now it seems to be stable again without massive cpu spikes
@misosoup7 I have not seen this behavior before. It could be a temporary glitch with your docker. I will still keep the issue open so if anyone else has an issue they can leave a comment and maybe we can detect a pattern.