/cset-analytics-api

Primary LanguageC#Creative Commons Zero v1.0 UniversalCC0-1.0

skeleton-docker 💀🐳

GitHub Build Status Total alerts Language grade: Python

Docker Image

MicroBadger Layers MicroBadger Size

This is a docker skeleton project that can be used to quickly get a new cisagov GitHub docker project started. This skeleton project contains licensing information, as well as pre-commit hooks and GitHub Actions configurations appropriate for docker containers and the major languages that we use.

Usage

Install

Pull cisagov/example from the Docker repository:

docker pull cisagov/example

Or build cisagov/example from source:

git clone https://github.com/cisagov/skeleton-docker.git
cd skeleton-docker
docker-compose build --build-arg VERSION=0.0.1

Run

docker-compose run --rm example

Ports

This container exposes the following ports:

Port Protocol Service
8080 TCP http

Environment Variables

Variable Default Value Purpose
ECHO_MESSAGE Hello World from Dockerfile Text to echo

Secrets

Filename Purpose
quote.txt Secret text to echo

Volumes

Mount point Purpose
/var/log logging output

Contributing

We welcome contributions! Please see here for details.

License

This project is in the worldwide public domain.

This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.

All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.