The blog about containerisation, virtual machines and useful shell snippets and findings

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"