RCRajiv C Rinblog.cloudnloud.com·Jan 5, 2023 · 4 min readManaging Docker Containers1. Container Commands 1. Create a new container using the below command sudo docker run -it ubuntu /bin/bash The "docker run" command provides all launching capabilities for docker to create a container. We use docker run to create new containers. ...01V
RCRajiv C Rinblog.cloudnloud.com·Sep 22, 2022 · 2 min readDocker InstallationDocker Installation Steps: Docker can be installed on Linux, Windows and Mac. Let's see the installation steps on Ubuntu. Installation of Docker Engine on Ubuntu: Prerequisites: To install Docker Engine, 64-bit version of one of the below Ubuntu v...00
RCRajiv C Rinblog.cloudnloud.com·Sep 14, 2022 · 2 min readSelenium Automation TestingIntroduction to Selenium: Let's get started with Selenium Automation Testing. Whereabouts of Selenium in simple words. What? Web Automation tool. Why? Automates your browser to perform testing. How? By developing test scripts in different programm...00
RCRajiv C Rinblog.cloudnloud.com·Sep 10, 2022 · 3 min readDOCKER - The Container Virtualization ToolDocker - The Container Virtualization Tool Why Docker? Docker is mainly used to Build, Ship, Run, Any App Anywhere Docker solves the problem of works in my machine problem! (Dependency issues) For example: Developer: It works fine in my system! T...00