You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default DSC configuration location is /etc/dsc.conf. If you would like to
override this use DSC_CONF environment variable.
Default:
docker run -it --rm -v ${PWD}/dsc.conf:/etc/dsc/dsc.conf -v /var/dsc/data:/var/dsc/data --name dsc-collector peerix/dsc-collector
With DSC_CONF:
docker run -it --rm -e DSC_CONF=<dsc.conf location> -v ${PWD}/dsc.conf:/etc/dsc/dsc.conf -v /var/dsc/data:/var/dsc/data --name dsc-collector peerix/dsc-collector