Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luislavena/dockerfiles

Experimental Docker containers for development (DEPRECATED)
https://github.com/luislavena/dockerfiles

Last synced: 25 days ago
JSON representation

Experimental Docker containers for development (DEPRECATED)

Awesome Lists containing this project

README

        

# 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](https://github.com/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](LICENSE) file in the root
directory.