HOME > Development > Dockers using Linux (Virtual Machine) - Oracle Cloud (OCI)

Dockers using Linux (Virtual Machine) - Oracle Cloud (OCI)

  • Development
  • Apr 01, 2025
SynopsisDockers using Linux (Virtual Machine : Oracle Cloud (OCI , a...
Dockers using Linux (Virtual Machine) - Oracle Cloud (OCI)  No.1

Dockers using Linux (Virtual Machine) : Oracle Cloud (OCI), available at $59.99, has an average rating of 4.57, with 51 lectures, 4 quizzes, based on 7 reviews, and has 65 subscribers.

You will learn about Oracle Linux Virtual Machine creation though Oracle Cloud infrastructure Docker Install and Concepts Docker File approach Multiple Container approach in Dockers – Docker Compose Multiple Node apparoach in Docker – Docker Swarm Docker compose Vs Docker Stack Vs Kubernetes This course is ideal for individuals who are IT Developers interested to build career on Dockers and Virtualization(Cloud – Virtual Machine) or Students who are seeking career in IT field and wish to learn on the latest concepts – Virtualization(virtual machine) and Dockers It is particularly useful for IT Developers interested to build career on Dockers and Virtualization(Cloud – Virtual Machine) or Students who are seeking career in IT field and wish to learn on the latest concepts – Virtualization(virtual machine) and Dockers.

Enroll now: Dockers using Linux (Virtual Machine) : Oracle Cloud (OCI)

Summary

Title: Dockers using Linux (Virtual Machine) : Oracle Cloud (OCI)

Price: $59.99

Average Rating: 4.57

Number of Lectures: 51

Number of Quizzes: 4

Number of Published Lectures: 51

Number of Published Quizzes: 4

Number of Curriculum Items: 55

Number of Published Curriculum Objects: 55

Original Price: ?1,199

Quality Status: approved

Status: Live

What You Will Learn

  • Oracle Linux Virtual Machine creation though Oracle Cloud infrastructure
  • Docker Install and Concepts
  • Docker File approach
  • Multiple Container approach in Dockers – Docker Compose
  • Multiple Node apparoach in Docker – Docker Swarm
  • Docker compose Vs Docker Stack Vs Kubernetes
  • Who Should Attend

  • IT Developers interested to build career on Dockers and Virtualization(Cloud – Virtual Machine)
  • Students who are seeking career in IT field and wish to learn on the latest concepts – Virtualization(virtual machine) and Dockers
  • Target Audiences

  • IT Developers interested to build career on Dockers and Virtualization(Cloud – Virtual Machine)
  • Students who are seeking career in IT field and wish to learn on the latest concepts – Virtualization(virtual machine) and Dockers
  •         With Cloud Computing gaining significance – Virtualization (Virual Machine) and dockers (microservices) are gaining momentum and re-defining & optimizing Hardware and Software solutions.

    In this course you would learn about building a cloud virtual environment through Oracle Linux and Docker as well using Oracle cloud – free tier. It does not require any installation of software in your machine, except secure-shell (SSH) – Putty.

    The topic of coverage includes :

    ?Virtualization in Cloud computing.

    ?Virtual Machine vs Docker.

    ?Oracle Cloud – Oracle Linux instance

                  ?Getting Access to Oracle Cloud Infrastructure.

                  ?Creating Oracle Linux Instance and accessing through Putty – SSH

                  ?Linux-Unix Command line commands overview

    ?Dockers

    ?Software development evolution process

    ?What is Dockers?

    ?Getting docker installed with ‘Hello world’ through dockers.

    ?Install and access of web server – nginx as docker..

    ?Docker based web application.

    ?Using Web server nginxin docker and accessing simple application (index.html).

    ?‘Docker file’ in Dockers.

             ?Simple python application using docker file.

             ?Use docker file to build web image in nginx

    ?Docker compose’ in dockers.

              ?Multiple containers in single node.

              ?Simple web application nginx and redix container creation through docker compose.

    ?Docker swarm

              ?Introduction to docker swarm and creating docker swarm.

              ?Creation of service in Docker swarm.

              ? Replication of  service in Docker swarm -nodes.

              ? Docker Stack vs Compose

              ? Docker visualizer in Docker stack.

              ? Docker Vs Kuberbetes.

               

     

    Happy learning!!

    Course Curriculum

    Chapter 1: Course Overview – Topics of coverage

    Lecture 1: Topics – Course Coverage details

    Chapter 2: Virtualization in Cloud computing

    Lecture 1: Virtualization in Cloud computing

    Chapter 3: Virtual Machines Vs Dockers Overview

    Lecture 1: Virtual Machine Vs Dockers

    Chapter 4: Getting Oracle Cloud Infrastructure (OCI) access

    Lecture 1: Getting Oracle Cloud free tier access – Part 1

    Lecture 2: Getting Oracle Cloud free tier access – Part 2

    Chapter 5: Oracle Cloud Infrastructure (Core) – Terminalogy

    Lecture 1: Oracle Cloud Infrastructure (Core) – Terminalogy

    Chapter 6: Oracle Cloud – Linux (VM) creation and accessing through SSH

    Lecture 1: Oracle Linux (Virtual Machine) Instance – Overview

    Lecture 2: Steps involved in creating Oracle Linux cloud instance and access – Overview

    Lecture 3: Creating Private and Public key using Putty Gen

    Lecture 4: Creating compartment and VCN in Oracle Cloud Infra(OCI)

    Lecture 5: Creating Oracle Linux – Virtual Machine Instance

    Lecture 6: Connecting to Oracle Linux Virtual instance through SSH – Putty

    Lecture 7: Using SFTP(Winscp) to transfer files to cloud Linux (VM) instance

    Chapter 7: Linux, Unix command line commands – Overview

    Lecture 1: Linux, Unix Command Line Commands – Overview

    Lecture 2: Sudo Command

    Chapter 8: Software Development evolution overview

    Lecture 1: Monolitic to container application

    Chapter 9: What are dockers

    Lecture 1: What are dockers?

    Chapter 10: Getting started with Docker – install and the first docker program

    Lecture 1: Docker Installation on Oracle Linux – Cloud environment

    Lecture 2: First Docker program – Hello world

    Lecture 3: Docker running process check

    Chapter 11: Web Access of Docker container image

    Lecture 1: Web Access of Docker Application – Part 1

    Lecture 2: Web Acccess of Docker Application – Part 2

    Chapter 12: Dockerized web application

    Lecture 1: Dockerized web application – Part 1

    Lecture 2: Dockerized web application – Part 2

    Chapter 13: Using Dockerfile in Dockers

    Lecture 1: Whats a docker file?

    Lecture 2: Activity 1: Build and excute Dockerized python program using docker file

    Lecture 3: Activity 2: Dockerized webapplication using docker file

    Chapter 14: Using Docker compose in Dockers

    Lecture 1: Why to use Docker compose ?

    Lecture 2: Docker compose installation and sanity checks

    Lecture 3: Docker compose yml file structure overiew

    Lecture 4: Docker compose version

    Lecture 5: Activity 1: understaning multi-container images using simple docker compose file

    Lecture 6: Activity 2: Modifying docker compose file to expose port for accessing from web

    Lecture 7: Activitity 3: Modifying docker compose to include dockerfile build apps – Part1

    Lecture 8: Activity 3: Modifying docker compose to include docker file build apps – Part 2

    Chapter 15: Introduction to Docker Swarm

    Lecture 1: What is Docker Swarm

    Lecture 2: Manager and Worker nodes in Docker swarm – Overview

    Lecture 3: Services, Task and Containers

    Lecture 4: Activity 1: Creating Docker Swarm Manager node

    Lecture 5: Activity 2 : Oracle VCN port and firewall entry

    Lecture 6: Acitivity 3: Making a node to join Docker swarm as worker

    Lecture 7: Acitivity 4: Simple service creation on Docker Swarm

    Lecture 8: Acitivity 5: Service creation on Docker Swam

    Lecture 9: Acitivity 6: Service replication on Docker Swarm

    Chapter 16: Introduction to Docker Stack on Swarm

    Lecture 1: Introduction to Docker Stack on Swarm

    Lecture 2: Activity 1: Deploying Docker Stack on Swarm

    Lecture 3: Introduction to Docker Visualizer

    Lecture 4: Activity 2: Multiple services with Visualizer using Docker Stack

    Lecture 5: Activity 3: Multiple Services & Replication with Visualization on Docker Stack

    Chapter 17: Docker vs Kubernetes

    Lecture 1: Docker Vs Kubernetes

    Chapter 18: Conclusion

    Lecture 1: Bonus Lecture

    Instructors

  • Dockers using Linux (Virtual Machine) - Oracle Cloud (OCI)  No.2
    Guha Rajan M., B.Engg, MBA
    Founder and CEO – Capstone Solutions, Trainer
  • Rating Distribution

  • 1 stars: 0 votes
  • 2 stars: 0 votes
  • 3 stars: 0 votes
  • 4 stars: 3 votes
  • 5 stars: 4 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!