We have set up Docker and introduced the Docker Hub in the previous Discovering Docker posts. In this post we will discuss Docker images and how they are used and then in the next post we will create a Docker image.
Continue readingCategory Archives: Docker 101
The Docker Hub
We started Docker and ran our first container in the previous Docker post by pulling an image from the Docker Hub. Docker Hub is similar to GitHub. We use GitHub to store code to be shared internally or externally to our organizations. Docker Hub enables us to do the same thing with our Docker images. Docker provides the ability to store publicly hosted images as well as privately hosted images.
continue readingDocker 101 – Installation Of Docker
We are going to introduce Docker in this post. Our goal in the Docker series will be to first demonstrate installation of Docker, configuration of the Docker hub, Docker images, and the Docker file to show how to create your own images.
continue reading