Hardly trivial if you ask me:
I have cloned the plugins as grahamgilbert:
$ cd /usr/local/sal_env/sal/plugins
$ git clone
https://github.com/salopensource/grahamgilbert-plugins.git grahamgilbert
I start the container as:
docker run -d --name="sal" -p 80:8000 --link postgres-sal:db -e ADMIN_PASS=pass -e DB_NAME=sal -e DB_USER=admin -e DB_PASS=password -v /usr/local/sal_env/sal/plugins:/home/docker/sal/plugins macadmins/sal
What am I doing wrong, container starts, yet the plugins do not show. I know the client is configured correctly, as the same client reports the plugin data correctly to a standalone Sal instance, just not Dockerized?