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

https://github.com/wdhowe/docker

Dockerfile examples.
https://github.com/wdhowe/docker

clojure containers docker docker-image dockerfile lein leiningen python python3 terraform

Last synced: 17 days ago
JSON representation

Dockerfile examples.

Awesome Lists containing this project

README

          

# Docker

Applications deployed in docker.

----

## Directories

* clojure-dev -> An Ubuntu minimal LTS based image for persistent Clojure development.
* clojure-lein -> Generalized openjdk-lein image that will build and run any lein based Clojure uberjar.
* flask-demo -> A simple flask application using restful APIs.
* packer-build -> Alpine image with Packer and Ansible
* py3shtester -> Alpine image with python and shell lint/testing software.
* py3tester -> Python3 image with packages for testing python code.
* terraform-aws-tester -> Amazon Linux image with Terraform and AWS provider installed.

----

## Resources

* [Building/Running Examples](https://gist.github.com/wdhowe/fd58191bfc81f5eeca854201f24624ec)

----