sillelien / base-alpine

A base Docker image for Alpine Linux with DNS fixes and S6 process manager, suitable for hosting environments like Tutum.co
http://sillelien.com
Apache License 2.0
80 stars 18 forks source link

Don't spam the log with result of 'cat' test #2

Closed janeczku closed 9 years ago

janeczku commented 9 years ago

"docker logs" is spammed with a lot of lines like this: nameserver 127.0.0.1 nameserver 127.0.0.1 nameserver 127.0.0.1 nameserver 127.0.0.1

patch should fix this.

neilellis commented 9 years ago

Thank you for that, much appreciated.

janeczku commented 9 years ago

@neilellis could you push the updated image to Docker Hub? Thanks!

neilellis commented 9 years ago

I did, did you get the change?

janeczku commented 9 years ago

Yep. I am a bit confused with your tags though :) Is latest = latest-92 ? And what is latest-82?