Accessing Elastic Beanstalk environment properties in Docker

后端 未结 3 1935
难免孤独
难免孤独 2020-12-31 06:37

So I\'ve been looking around for an example of how I can specify environment variables for my Docker container from the AWS EB web interface. Typically in EB you can add env

3条回答
  •  难免孤独
    2020-12-31 06:49

    Custom environment variables are supported with the AWS Elastic Beanstalk Docker container. Looks like a miss in the documentation. You can define custom environment variables for your environment and expect that they will be passed along to the docker container.

提交回复
热议问题