Skip to content
This repository has been archived by the owner on May 20, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 909 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 909 Bytes

Dockerfile boilerplates

Build Status

A community contributed source for Dockerfiles built for your language or framework. Feel free to open a PR and contribute new Dockerfiles or improvements.

Status: currently a work in progress. Feel free to submit Dockerfiles!

Does it work?

We ensure every example works by requiring each example to be tested using make test. You can see the test structure in each sub Makefile.

Contents

  • Ruby
    • Rails 5.1
    • Rails API 5.1
  • Go
    • Building and running a Go web server using Docker's multi-stage builds
  • Node
    • Web server with Express
    • Webpack with a slim image, built and saved to local machine
  • Python
    • Web server with Flask & Gunicorn