Tag: Containers

Uncategorized

Portainer – Management UI for Docker

Introduction Portainer is an Open Source Management UI which gives you access to a central overview of your Docker host or Swarm cluster. From the dashboard, you can easily access any manageable entity. It includes following sections Container List  – The containers section provides a view of all available containers.…Continue readingPortainer – Management UI for Docker

Uncategorized

Basic Docker CLI Commands

Once you have install docker logical next step is to playaround with basic commands to ensure you get comfortable .  If you haven’t had chance then you can refer my previous post of Docker Installation (Click Here) Full set of commands along with description can be found on    https://docs.docker.com/engine/reference/commandline/cli/…Continue readingBasic Docker CLI Commands

Uncategorized

Docker Installation on Ubuntu 16.04

Introduction Docker is a tool that automates the deployment of applications inside software containers ( Container is an operating-system-level virtualization method for running application as single processes) Docker containers wrap a piece of software in a complete filesystem that contains everything needed to run: code, runtime, system tools, system libraries…Continue readingDocker Installation on Ubuntu 16.04