Container Images (Layer Reuse)

Summary: In this article we will learn about Container Image (Layer Reuse) Container Images: Definition: A Docker container image is a lightweight, standalone, executable package of software that includes everything needed to run an application: code, runtime, system tools, system libraries and settings Container Images consist of Application (Eg: IIS, ASP.net, python, NodeJS), and Base […]

Creating Docker Registry (Docker Hub, Local and Host)

Docker Hub: Login to Docker Hub: Create Public Repository : Select Repositories -> Create Repository Select radio button: ‘Public‘ and specify name for public repository Click on ‘Create‘ button at the bottom For Private Repository: Click of radio button: Private and specify the name for repository. New Private and Public Repository will be created under […]