Relative Content

Tag Archive for amazon-web-servicesdockeramazon-elastic-beanstalk

Accessing Environment variables within Running Container Host in ElasticBean stalk

I’ve got a Red Hat Enterprise Docker container which is designed to run and host a Tomcat application. The issue I am having, is during the Docker build, my Tomcat application, expects a set of DB connection creds when the container is being built. I want to engineer the container such that it will accept the environment configuration parameters specified for the Beanstalk environment either from the UI and/or in the server.config file.