#Some discussions on logging from docker: Using logstash Using Papertrail
A lot of this boils down to whether you want a single or multi-process (systemd, supervisord etc.) container...
| # Install the following on your machine | |
| 1. [Docker](https://docs.docker.com/get-docker/) | |
| - Test with `docker version` | |
| 2. [kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl) | |
| - Test with: `kubectl version` | |
| 3. [kind](https://kubernetes.io/docs/tasks/tools/#kind) | |
| - Test with: `kind version` |
#Some discussions on logging from docker: Using logstash Using Papertrail
A lot of this boils down to whether you want a single or multi-process (systemd, supervisord etc.) container...