Creating a Single Container Docker Environment using Beanstalk -


it's not clear documentation if can use "awsebdockerrunversion": 2 in single container docker environment.

i had built prototype using "awsebdockerrunversion": 2 allows me specify environment variables , auto configure logconfiguration. hoping use same configuration in single container docker environment.

the reason had switch multi container docker environment single container docker environment due following caveat (which btw, totally caught me off guard!):

elastic beanstalk supports environment links platforms except multicontainer docker.

if not possible, how access environment variables without specifying dockerfile?


Comments

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -