Sign inSign up

castimaging/imaging-docker-analyzer

By castimaging

Updated 1 day ago

Dockerized analyzer for Imaging Cloud

Image
0

10K+

castimaging/imaging-docker-analyzer repository overview

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}
  • --pull always: always update the image to the latest version before running(recommended)
  • --rm: destroy automatically the container after the process, remove this parameter if you want to access to the container after the process

Tag summary

Content type

Image

Digest

sha256:cb15d8064

Size

640.6 MB

Last updated

5 days ago

docker pull castimaging/imaging-docker-analyzer