clayrisser / green-docker

Make the most efficient docker images using best practices

Home Page:https://jam.jamrizzi.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Green Docker

Make the most efficient Docker image using best practices

Cut back on greenhouse emissions by writing good code

Please ★ this repo if you found it useful ★ ★ ★

Start by reading the Dockerfile Guide

Watch the Video

Features

  • Pass SIGINT signal
  • Package management
  • Tiny base using Alpine
  • Maximum cached layers

Dependencies

Docker

Support

Submit an issue

Screenshots

Screenshot 1

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT License

Jam Risser © 2017

Credits

Changelog

0.0.1 (2017-04-28)

  • Initial release

Support on Beerpay (actually, I drink coffee)

A ridiculous amount of coffee ☕ ☕ ☕ was consumed in the process of building this project.

Add some fuel if you'd like to keep me going!

Beerpay Beerpay

About

Make the most efficient docker images using best practices

https://jam.jamrizzi.com

License:MIT License


Languages

Language:Makefile 41.1%Language:Python 35.6%Language:Dockerfile 16.6%Language:JavaScript 6.7%