wings/environment/docker
Yannick Schinko c253a4bac0
Explictily disable log compression
Log compression is only relevant when `max-file` is 2 or higher.

Older versions of docker (Docker version 19.03.14, build 5eb3275d40 for example (currently the latest version on Debian 9)) error out when compression is enabled in the ``/etc/docker/daemon.json`` file:

```
Error response from daemon: failed to initialize logging driver: compress cannot be true when max-file is less than 2 or max-size is not set
```

While newer docker versions just don't care setting this explicitly to false like in ``intsall.go``, it doesn't hurt being explicit here:

de51fd1c51/server/install.go (L481-L485)
2020-12-12 00:51:11 +01:00
..
console.go Fix some typos and run gofmt on all .go files 2020-09-05 13:08:40 -06:00
container.go Explictily disable log compression 2020-12-12 00:51:11 +01:00
environment.go Error handling improvements (#71) 2020-11-28 16:57:10 -07:00
power.go Error handling improvements (#71) 2020-11-28 16:57:10 -07:00
state.go Error handling improvements (#71) 2020-11-28 16:57:10 -07:00
stats.go Error handling improvements (#71) 2020-11-28 16:57:10 -07:00
stream.go Error handling improvements (#71) 2020-11-28 16:57:10 -07:00