Results 8 comments of Gertjan De Mulder

> This solved the problem for me: > [#3224 (comment)](https://github.com/jupyter/notebook/issues/3224#issuecomment-382300098) Worked for me!

I had the same problem (OS: Mac OSX Catalina 10.15.4). Switching to `SCALA_VERSION=2.12.10 `and `ALMOND_VERSION=0.9.1` as suggested by @c123w also works in my case.

@jlesage , I waited 15mins to after starting the container, followed by: docker logs firefox ```plain [init ] container is starting... [cont-env ] loading container environment variables... [cont-env ] APP_NAME:...

Ah yes, that's clearly going in the right direction! The system detected the certificates, but now permission errors are popping up, like ``` 85-take-config-ownership.sh: chown: /config/certs/vnc-privkey.pem: Permission denied ```

@jlesage , sure! This is the [Docker Compose file](https://github.com/KNowledgeOnWebScale/open-circularity-platform/blob/bug/firefox/docker-compose.yml#L223). You can reproduce the problem as follows ```bash git clone -b bug/firefox [email protected]:KNowledgeOnWebScale/open-circularity-platform.git cd open-circularity-platform/scripts/cert ./main.sh # generate certificates cd ../../...

Changing to `:rw` results in permission denied errors: ```plain architecture-browser-1 | [cont-init ] 85-take-config-ownership.sh: executing... architecture-browser-1 | [cont-init ] 85-take-config-ownership.sh: chown: /config/certs/vnc-privkey.pem: Permission denied architecture-browser-1 | [cont-init ] 85-take-config-ownership.sh: chown:...

> On what file system `./scripts/cert/outputs/certificate-authority` resides on the host ? Is it a network share ? I'm running it locally (Macbook Pro (M1, Silicon; macOS-13.2.1-arm64-arm-64bit)), and the filesystem is...