Check docker container environment variables
install jq to the system with
apt-get install -y jq
or respective yum command
docker inspect container_name| jq ".[]|.Config.Env"
The blog about containerisation, virtual machines and useful shell snippets and findings