Bonitasoft-Community / docker_bonita

:whale: Source of the official Bonita Docker image
https://hub.docker.com/_/bonita/
17 stars 16 forks source link

Getting error when starting container (./setup/setup.sh: Permission denied) #18

Closed stijni closed 4 years ago

stijni commented 4 years ago

Hi,

Just installed a blank Ubuntu 18.04. Installed docker.io and docker-compose Ran docker run --name bonita -d -p 8080:8080 bonita and I get the error Permission denied. Any idea? Thanks

JeremJR commented 4 years ago

Hi, Thank you for reporting this issue. I proposed this fix https://github.com/Bonitasoft-Community/docker_bonita/pull/20 That should solve your issue once reviewed and pushed to the docker library. Regards, Jérémy

stijni commented 4 years ago

Works great. Thanks