Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 777 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 777 Bytes

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