tools icon indicating copy to clipboard operation
tools copied to clipboard

Switch Docker stuff to use `sleep infinity` instead of `tail -f /dev/null`

Open jgstew opened this issue 7 years ago • 0 comments

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.

jgstew avatar Jul 19 '18 17:07 jgstew