tools
tools copied to clipboard
Switch Docker stuff to use `sleep infinity` instead of `tail -f /dev/null`
tail -f /dev/null seems like it might not be as good of an option as sleep infinity in terms of resources.
- https://stackoverflow.com/questions/2935183/bash-infinite-sleep-infinite-blocking
This will need tested to make sure it works.