简体   繁体   中英

Deploying to specific container in AWS multicontainer docker environment

I have an elastic beanstalk instance with Multicontainer Docker environment which have few apps deployed on different containers.

Currently if I want to update any one container, I have to upload the code for all the containers (including the old ones) as a zip to elastic beanstalk.

But I want to update the code for a specific app in a specific container without touching any other container. How can it be done?

如果您在弹性环境中使用Elatic Beanstalk,则只能上传包含所有容器配置文件和aplications文件的zip,因为您不能在不上传新zip文件的情况下编辑特定文件或容器配置,因为当Elastic Beanstalk环境降级时或创建新实例,环境将加载您先前上传的原始zip文件,出于某种原因,您无法通过FTP编辑特定文件或容器配置,SFTP或允许此操作的任何服务都禁止使用应用程序文件上传zip文件或容器配置文件。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM