Sami

Results 8 comments of Sami

Hi @cbusbey, Do you know if there are plans to merge #404 ? If not, and if something else would be required to be merged, what should this solution look...

Same issue on Ubuntu 22.04, tiled v1.10.1

I believe that what value for Domain would make a cookie be accepted or rejected is refined in the [RFC 2675](https://tools.ietf.org/html/rfc6265#section-4.1.2.3)

Hi @RobbeSneyders Thank you for the reply and for the follow up. I agree with the sentiment. I was of the idea that the current behavior is actually a good...

Note: I thought it could have been caused by docker data corruption when the container shuts down so I tried to gracefully shutdown the container before committing, using: ```bash pids=$(pgrep...

Other note, The first tentative is meant to fail (thank you @greut) and as discussed [here](https://forums.docker.com/t/docker-in-docker-share-storage-layers-with-host/22041/2) My second tentative with a volume kept consistent across restarts cause the exact same...

Hey @cruizba, no problem and thank you for the answer. Unfortunately I have the same issue after committing and reusing the same volume: ``` Error response from daemon: failed to...

Ah, I see thank you... Yes I commit as doing the setup in a dockerfile is not possible either... Do you know why it's not possible? Is there a way...