Hello,
I just built and uploaded a docker image according to the Wiki. I was told my login succeeded and that the build was successful (I received a Digest sha). Yet when I go to the project page under the Docker tab, the image is not there. What am I missing? Project ID: syn7323402, Digest: sha256:c056c576b0d98f1268a0ea5751190a922b3c51517c8c5ffc0f65119957ccf03b
Created by Dan Salo dcs41 Dear Dan,
Without having access to your project. First thing that comes to mind is, did you do a `docker push` command on the image that you built? After doing `docker build` you have to push the image up for it to appear in synapse.
Best,
Thomas