forked from repository-preservation/lcmap-change-detection-c
-
Notifications
You must be signed in to change notification settings - Fork 0
CCDC & Docker
Duncan McGreggor edited this page Feb 3, 2016
·
6 revisions
TBD
TBD
TBD
TBD
The CCDC Docker images use the ENTRYPOINT
directive in their Dockerfiles
and as such cannot be used like Docker images which just use the CMD
directive (e.g., docker run -i ... /bin/bash
).
Here is the command to use when you want to override the CCDC Docker image entry point with something other than what is was built with, e.g., /bin/bash
:
$ docker run -i -t --entrypoint=/bin/bash usgseros/debian-c-ccdc -s