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
Post a Comment