It worked the first time when I used docker push, then I deleted my docker on the synapse.org, and when I docker push again it was always "denied: requested access to the resource is denied"
Created by Ruru Xu Ruru.Xu It seems to be an issue of the website synapse. I will report this issue to synapse administration for help.
ChiZhang solve this problem by create a new project, just push docker image to the new project and share this project to team `CMRxRecon2024 Admin`. Got the same problem by doing the same things... sudo doesn't work. Any other possible cause? Thanks You may try with the following command,
``` bash
sudo docker login docker.synapse.org
sudo docker push xxxx
```