Mathieu Rollet

Results 10 comments of Mathieu Rollet

@IAL32 Thank you ! You can also remove the port mapping for the `server` service (`4443:4443`)

Also the following command ([here](https://github.com/docker/docker.github.io/blob/b017076de1957d60dd9c9d8cf7dad4cb2914d8d8/engine/security/trust/trust_sandbox.md?plain=1#L249)) ```bash docker container exec -it sandboxregistry bash ``` should be : ```bash docker container exec -it sandboxregistry sh ```

Thank you, should be good now :)

Also ran into this. I tried the changes introduced by #13912 and it works well :+1:

`overrideTargets` section in the fleet.yaml file seems to do what you want. From https://fleet.rancher.io/ref-fleet-yaml : ``` # Override targets defined in the GitRepo. The Bundle will not have any targets...

Also, I had to downgrade to fzf v0.61.3 (the fix is not working with v0.62.0).