I have a Docker container that runs great on my local development machine. I would like to move this to AWS Elastic Beanstalk, but I am run
Add file .ebextensions/01-commands.config
.ebextensions/01-commands.config
container_commands: 00001-docker-privileged: command: 'sed -i "s/docker run -d/docker run --privileged -d/" /opt/elasticbeanstalk/hooks/appdeploy/pre/04run.sh'
I am also using s3fs