luislavena / dockerfiles

Experimental Docker containers for development (DEPRECATED)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerfiles

Little experiment using Docker and minimal containers to organize my development machine (and perhaps help others).

DEPRECATED: This repository is no longer maintained. Please see and use mini-containers Dockerfiles instead.

Motivation

Find myself switching machines, OS, distros and even shells when working on projects with different developers.

This forces me to cover all those differences on each project's README to avoid wasting time.

While I could workout a multi-package manager that install those dependencies on each target OS, I will still need to figure out specifics.

What if I can package the desired services, orchestrate them somehow and provide cleaner instructions to my fellow developers (and to myself six months from now).

License

All the code contained in this repository, unless explicitly stated, is licensed under ISC license.

A copy of the license found in the LICENSE file in the root directory.

About

Experimental Docker containers for development (DEPRECATED)

License:ISC License


Languages

Language:Shell 72.4%Language:Makefile 15.9%Language:ApacheConf 11.7%