While working on a multicontainer setup I noticed that I have accumulated about 14 unspecified containers that run the following code:
/bin/sh -c 'while true; do sleep 3600; done'
How can I prevent these, probably useless, containers from running?
Note: it could be unrelated but after a while I received the error No delay specified in scheduledApply
. After killing all of the unspecified containers the error went away.