Skip to content
Duncan McGreggor edited this page Feb 3, 2016 · 6 revisions

Using CCDC with Docker

TBD

Downloading the CCDC Image

TBD

Building the CCDC Image

TBD

Running CCDC with docker

TBD

Interactive CCDC Use

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
Clone this wiki locally