Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly. It significantly reduces the delay between writing code and running it in production. Docker's container-based platform allows for highly portable workloads. Docker containers can run on a developer's local laptop, on physical or virtual machines in a data center, on cloud providers, or in a mixture of environment Read more
Foss : Docker - English
Outline: Installation of Docker on Linux: Update software repositories Execute a shell program for installation Install required dependency packages Add Docker repositor..
Outline: Introduction to containers Introduction to images Process of downloading and running the mongodb image Docker Official images on Docker Hub Searching for a package on Docker Hu..
Outline: About Docker Compose About YAML Process of using Docker compose Description of the application Services in Docker Compose Explanation of Docker Compose code for mongodb serv..
Outline: Building Docker images steps Setting up Dockerfile and application code files Understanding commands in the code files Building image on Dockerfile Running the built image Ta..
Outline: Overview of use and functionality of GitHub Actions Install Git and create a GitHub repository for the code files Explanation of flow of the tutorial through flowchart Descripti..
Outline: About Security in Docker Securing Docker Hosts Managing user privileges Securing Docker Daemons Limiting Resource usage for containers Docker Content Trust Adding Signer an..
Outline: About Docker Swarm Steps to Docker machine installation Initiating Docker Swarm Cluster Creating worker nodes Managing a Docker Swarm Cluster Deploying Services in a Swarm Clu..
Outline: About Docker networking Types of Docker networks Bridge Network Demonstration Create a docker network Start a container as client and connect it to the network Add another con..
Outline: Write a Dockerfile for python automation environment configurations Create the required files for the demonstration Explain the various configuration of the Dockerfile Build the..
Foss : Drupal - English
Outline: - Introduction to Content Management System - Introduction to Drupal - Salient features of Drupal - Drupal community - Overview of this Drupal series
Outline: - Navigating Drupal Interface - Administration toolbar - Menus items: Content, Structure, Apearance - What is Super user - Sub-menus, section tabs and sub-section buttons - Cr..
Outline: - Configuration management in admin interface - Menu items: Extent, Configuration, People, Report - People: Roles, Permissions, List - Checking the available updates manually
Outline: - Creating basic page in Drupal - Explaining what is content type - Creating an article in Drupal - Explaining what is node - Three different text formats - Explaining what is..
Outline: - Explaining inline editing - Explaining CKEditor or WYSIWIG Editor - Using CKEditor - Usage of Quick Edit - Configuring CKEditor - Creating a group of buttons
Outline: - Creating a new content type - Adding fields to content type
Outline: - Creating "User Group" Content type - Explaining about User groups - Adding fields to the "User Group" Content type - Connecting "User Group" and "Events" Content types using E..
Outline: - Explaining what is taxonomy - Adding a taxonomy - Adding taxonomy terms
Outline: - Creating new content - Managing contents, comments and files - Checking the revisions of a content
Outline: - Explaining about Devel module - Creating dummy content using Devel module
Outline: - Explaining about displays - Managing full content display - Adding view modes - Explaining how to trim the description - Managing display of teaser mode