Skip to main content

Posts

shots and Angles

The Grammar of the Gaze: An Interactive Explorer The Grammar of the Gaze An Interactive Explorer of Cinematic Language Shot Size Camera Angle The Director's Lens Advanced Techniques Shot Size Explorer The proximity of the camera to a subject dictates the audience's emotional connection. Use the buttons below to see how changing the shot size alters the narrative focus from environment to emotion. Extreme Long Long Shot Medium Shot Close-Up Extreme Close-Up ...
Dhanaseenuvasan PY01AB5657 MODEL Ford Fiesta FASTAG BAL

How to Install and Configure Docker on Different Operating Systems, Build, Run, and Manage Docker Containers with Basic Commands, Use Docker Images and Dockerfiles to Create Customized Containers ,Docker Compose to Define and Run Multi-Container Applications , Docker Networking to Connect Containers and Hosts , Docker Registries to Store and Share Images

DOCKER ENGINE                                         Dependencies are the software or libraries that are required to install or run another software. For example, to install Jenkins, you need to install Java first. To install Ansible, you need to install Python first. Sometimes, different software may require different versions of the same dependency. For example, some software may need Python 2, while others may need Python 3. However, you cannot have two versions of Python on the same operating system. Docker is a software that solves this problem by creating isolated environments called containers. Each container can have its own dependencies and software without affecting the others. Docker uses the base kernel of the operating system to create containers. Therefore, you can only run applications that are compatible with the base kernel. For example, if you have a Windows-bas...