Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/luislavena/dockerfiles
- Owner: luislavena
- License: isc
- Created: 2014-06-26T23:57:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-16T22:09:46.000Z (over 9 years ago)
- Last Synced: 2024-05-02T05:32:06.710Z (6 months ago)
- Language: Shell
- Homepage:
- Size: 164 KB
- Stars: 1
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.