lfmunoz / devOps

GNU Affero General Public License v3.0
0 stars 0 forks source link

docker-images

This repository holds source code for docker images which are published using TravisCI

Published to: https://hub.docker.com/u/lfmunoz4

Visit docker hub for description of images

Structure

├── alpine
│   └── Dockerfile
├── bertha
│   └── Dockerfile
├── foundationdb
│   ├── app
│   │   ├── Dockerfile
│   │   ├── requirements.txt
│   │   ├── server.py
│   │   └── start.bash
│   ├── build
│   │   ├── Dockerfile
│   │   └── start.bash
│   └── README.md
├── LICENSE
├── Makefile
└── README.md