Official Docker Image<p>https://hub.docker.com/_/surprise<p>---<p>Quoting the README of docker/birthday [1]<p>"March 2019 marks Docker's sixth year, and we thought we'd celebrate it docker-style with a birthday surprise!"<p>To try it out, run:<p>"docker run -it --rm surprise"<p>---<p>Self-plug but I have noticed this from my side project "Follow GitHub Organisation" [2]<p>---<p>[1] https://github.com/docker/birthday<p>[2] https://github.com/follow-github-organisation/follow-github-organisation/issues/35#issuecomment-475447066
I can't seem to pull a lot of docker images as of late on my machine. I keep getting unauthorized.<p><pre><code> [0] % docker pull surprise
Using default tag: latest
Error response from daemon: pull access denied for surprise, repository does not exist or may require 'docker
login'
</code></pre>
Any ideas?