linuxserver / docker-ci

Container for running basic sanity checks on containers post build and before upload
GNU General Public License v3.0
5 stars 6 forks source link

[FEAT] Run docker logs with -t switch #43

Closed thespad closed 4 months ago

thespad commented 4 months ago

Is this a new feature request?

Wanted change

Run docker logs with -t switch

Reason for change

Show timestamps in logs so we can see any steps that are taking a lot time on startup

Proposed code change

No response