summaryrefslogtreecommitdiffhomepage
path: root/pkg/docker/docker-entrypoint.sh (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-11-30Docker: respect the binary from CMD in the entrypoint.Konstantin Pavlov1-1/+1
2020-07-13Docker: run entrypoint scripts for unitd-debug as well.Konstantin Pavlov1-1/+1
2019-10-03Docker: added an entrypoint to make configuration easier.Konstantin Pavlov1-0/+71
Docker images now accept shell scripts, json files and certificate chain bundles to provide configuration on a container start by placing them into /docker-entrypoint.d/ directory.