After installation, you can re-configure some parts of your active, running container using the fandrv-config command-line tool:
docker exec -it asamcdrv-container fandrv-config
To collect some general stats from your container, use:
docker exec -it asamcdrv-container asamcdrv stats
To enable debugging to /config/ASAM/debug.log:
docker exec -it asamcdrv-container asamcdrv debug
To disable debugging:
docker exec -it asamcdrv-container asamcdrv nodebug
NOTE:Using the fandrv-config to modify existing configurations may require a restart of your Docker container.