Sign inSign up

dhsncats/example

By dhsncats

Updated about 7 years ago

Image
0

980

dhsncats/example repository overview

skeleton-docker 💀🐳

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 a Travis CI configuration appropriate for docker containers and the major languages that we use.

Usage

Install

Pull dhsncats/example from the Docker repository:

docker pull dhsncats/example

Or build dhsncats/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:

PortProtocolService
8080TCPhttp

Environment Variables

VariableDefault ValuePurpose
ECHO_MESSAGEHello World from DockerfileText to echo

Secrets

FilenamePurpose
quote.txtSecret text to echo

Volumes

Mount pointPurpose
/var/loglogging 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.

Tag summary

Content type

Image

Digest

Size

45.2 MB

Last updated

about 7 years ago

docker pull dhsncats/example