Celio Latorraca

Results 5 comments of Celio Latorraca

@erikengervall Should we convert the string ports to number when validating? I noticed that we expect the ports to be number in a few places afterwards...

> > @erikengervall Should we convert the string ports to number when validating? > > I noticed that we expect the ports to be number in a few places afterwards......

I am also having the same issue The container crashes at startup and the only log i get is: ```sh Error: Can't open display: ``` Here's the command I am...

Still having the same issue I was already using `cap-add=SYS_ADMIN`, Here's the exact command I run: ``` docker run --init -it --rm --name chrome --shm-size=1024m -p=127.0.0.1:9222:9222 --cap-add=SYS_ADMIN \ yukinying/chrome-headless-browser-stable:latest ```...

Hi everyone!! Any news regarding this issue?