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.
- Host: GitHub
- URL: https://github.com/wdhowe/docker
- Owner: wdhowe
- License: gpl-3.0
- Created: 2020-11-30T02:18:33.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T00:11:34.000Z (almost 2 years ago)
- Last Synced: 2025-03-26T05:27:35.404Z (10 months ago)
- Topics: clojure, containers, docker, docker-image, dockerfile, lein, leiningen, python, python3, terraform
- Language: Dockerfile
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
----