Knowing Docker Hub
Learn what Docker Hub is, how pushing images helps, and what alternatives you can use.
We'll cover the following...
Docker Hub
For the most part, Docker Hub is to Docker what Github is to Git.
You will primarily use Docker Hub to locate and use application images like Apache, PHP, Node.js, Python, MySQL, or MongoDB. However, it’s also possible to push your own application images to Docker Hub.
Why push an image to Docker Hub?
In reality, many developers never will. Your Dockerfile
can be added to any ...