reddit/docker-reddit-nodejs

Name: docker-reddit-nodejs

Owner: Reddit

Description: Standard Node.js Docker images for Reddit systems

Created: 2016-08-22 20:26:07.0

Updated: 2018-05-12 06:10:49.0

Pushed: 2017-11-08 05:54:57.0

Homepage: null

Size: 8

Language: Makefile

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Reddit Node.js Base Image for Docker

This repository contains a “fat” base image that is a rough approximation of a standard Reddit Node.js environment.

Why?

Most of the Reddit Node.js-backed services and daemons require a fairly standard (and long) list of dependencies. By baking these dependencies into a Docker image, we can reduce setup time during local dev, the staging environment, and in CI builds.

Changing the Base Image

Commits to the master branch in this repository are automatically built by our CI system. The resulting image is pushed to Docker Hub as reddit/reddit-nodejs with the latest tag.

Make sure to test your changes locally using the Makefile before committing!

ild as reddit/reddit-nodejs:local
 build
is will attach you to a bash session in the container.
 run
License

The contents of this repository are licensed under the BSD License.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.