Hello All, i am trying to push my docker. following the steps provided, i was able to login to "docker.synapse.org" successfully "Login Succeeded". but, when i try to push my image i get the following error "denied: requested access to the resource is denied". please help. thanks

Created by Vijaya yuvaram singh ic37054 vijaya_yuvaram_singh
@vchung . that was it . becoming a certified user solved the problem. Thanks for the Help
@vijaya_yuvaram_singh , Outside of not being logged in, there are two other reasons why you may not be able to push your image to Synapse: 1. you do not have the right permissions to the Synapse project, in this case: syn36037934 2. you are not a Certified User yet, which is required before uploading any files/Docker images to Synapse (Step 1 under [Participation Overview](https://www.synapse.org/#!Synapse:syn26133770/wiki/618027)) In your case, the error is most likely due to #2 -- you can become a Certified User [here](https://www.synapse.org/#!Quiz:Certification). Hope this helps!
@vchung can you suggest any solution. i am not able to find one . login is successful but not able to push the container
i did sign in . it shows success ``` :~$ sudo docker login docker.synapse.org Username: vijaya_yuvaram_singh Password: WARNING! Your password will be stored unencrypted in /home/yuvaram/.docker/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded :~$ sudo docker push docker.synapse.org/syn36037934/testing:v1 The push refers to repository [docker.synapse.org/syn36037934/testing] ec4ab63e5e87: Preparing 8ae84af09017: Preparing f6c9581b5d7b: Preparing 8bd9a6dbaf40: Preparing 2cc2a24ea881: Preparing 45dfa663a23e: Waiting e9a526601c2c: Waiting f25f9d09a4ed: Waiting 100796cdf3b1: Waiting 54acb5a6fa0b: Waiting 8d51c618126f: Waiting 9ff6e4d46744: Waiting a89d1d47b5a1: Waiting 655ed1b7a428: Waiting denied: requested access to the resource is denied ```
@yuvaramsingh Did you forget to sign in? Try ``` docker login docker.synapse.org ```
@vchung here is my cmd ``` sudo docker push docker.synapse.org/syn36037934/sample_submission:v1 ```
Hi @vijaya_yuvaram_singh , To best help you, can you share what your `docker push` command was?

denied: requested access to the resource is denied - docker push page is loading…