Dockerized analyzer for Imaging Cloud
10K+
Make sure you have the following information ready:
{SOURCE_CODE_PATH}: The path to the directory containing your source code
{CACHE_PATH}: A path to directory where extensions will be downloaded and cached
{API_KEY}: Your CAST Imaging API Key
{APP_NAME}: Your Application Name
Populate the variables in the below command and execute it in a terminal to run the analyzer
docker run --rm --pull always -v {SOURCE_CODE_PATH}:/home/carl/extras/source -v {CACHE_PATH}:/home/carl/extras/extensions castimaging/imaging-docker-analyzer:latest -ak {API_KEY} -n {APP_NAME}
Content type
Image
Digest
sha256:cb15d8064…
Size
640.6 MB
Last updated
5 days ago
docker pull castimaging/imaging-docker-analyzer