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.
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
docker-compose run --rm example
This container exposes the following ports:
Port | Protocol | Service |
---|---|---|
8080 | TCP | http |
Variable | Default Value | Purpose |
---|---|---|
ECHO_MESSAGE | Hello World from Dockerfile |
Text to echo |
Filename | Purpose |
---|---|
quote.txt | Secret text to echo |
Mount point | Purpose |
---|---|
/var/log | logging output |
We welcome contributions! Please see here for details.
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.