My team built and pushed the container(named `dm-trivial-model`) customized for pre-processing and training. ``` $ docker build -t docker.synapse.org/syn4224222/dm-trivial-model . $ docker login docker.synapse.org Username: Password: Login Succeeded $ docker push docker.synapse.org/syn4224222/dm-trivial-model The push refers to a repository [docker.synapse.org/syn4224222/dm-trivial-model] 35351b8fee88: Preparing 44a35b95f0b1: Preparing 2612c78c842c: Preparing b9aeb45b641b: Preparing ae94d85c3694: Preparing 8afa42f4bdd2: Waiting 7c9d23e30c85: Waiting 180264199256: Waiting aebc34bbc279: Waiting 814604a03e94: Waiting e24c95bed650: Waiting b6aa0652e325: Waiting b290ed9f4e14: Waiting b257bb4b4aea: Waiting unauthorized: authentication required ``` But, as you can see, I have an error in executing push command. My Synapse ID is `syn4224222` and I am already "Synapse Certified User" . Could you check the past push history or log?

Created by MinHwan Yu minhwan90
I solved the problem. There was confusion about the synapse project ID, and I understood exactly what it was.

Docker push : authentication required page is loading…