Docker Containers

Docker container - TLDR A container is the runtime instance of an image. In the same way that you can start a virtual machine (VM) from a virtual machine tem...

Docker Images - The Commands

docker image pull is the command to download images. We pull images from repositories inside of remote registries. By default, images will be pulled from ...

Docker Images

Brief A docker image contains enough of an operating system (OS), as well as all the code and dependencies to run whatever application it’s designed for. Doc...

Docker Technology

Major components: 1. The runtime The runtime operates at the lowest level and is responsible for starting and stopping containers (this includes building ...

Gsoc Final Week Report

Introduction to Koko Koko is a simple image gallery application that is designed to view, edit and share the images.