* fix(performance): improves streaming of logs by using the Docker library to demultiplex
* fixes go tests
* changes channel to unbuffered
* fixes golang race test
* fixes stopped containers
* wip
* uses different strategy
* cleans tests
* cleans tests
* adds more tests
* fixes possible bug
* fixes download
* adds more tests for download
* uses pool
* adds more tests
* feat: updates host menu to be part of side menu
* updates routes to be host/id
* fixes go tests
* fixes js tests
* fixes typescheck
* fixes int tests
* fixes mobile
* fixes bug in merging containers
* fixed minor bug with menu
* feat: adds support for different std out and err streams
* feat: adds std to json
* fixes tests
* fixes deprecated code
* fixes download
* adds defineEmit as an option
* chore: updates modules
* adds ui elements
* fixes tests
* updates languages
* Adding:
- ability to restrict view to container by regex match on container name
- instructions for building/running locally
* refactoring based on comments
* Updates tests
* Fixes readme