<span>A bit ago I gave a talk on Docker and which covered using Alpine Linux. Happy to see the conversion for the official library.</span><div><br></div><div><a href="https://twitter.com/kelseyhightower/status/693325654389968896?s=09">https://twitter.com/kelseyhightower/status/693325654389968896?s=09</a><br></div><div><br></div><div><a href="https://news.ycombinator.com/item?id=11000827">https://news.ycombinator.com/item?id=11000827</a><br></div><div><br></div><div>Here's some great information about creating Docker images: <a href="http://relistan.com/building-tiny-reliable-docker-containers/">http://relistan.com/building-tiny-reliable-docker-containers/</a></div><div><br></div><div>The short of it is, you'll need tools to bootstrap infrastructure components you can't directly manipulate the source code of so that is where Alpine comes in. Otherwise there is from scratch noop to then include statically compiled binaries i.e. go(lang) for which can have bootstrapping logic implemented internally.</div><div><br></div><div>Best,</div><div>Rob</div>