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