Docker crash course

Docker crash course смотреть последние обновления за сегодня на .

Docker Crash Course for Absolute Beginners [NEW]

365891
9492
312
01:07:39
15.02.2023

Docker Tutorial for Beginners that teaches you everything you need to get started 💛 Connect on Instagram ► 🤍 💛 Connect on LinkedIn ► 🤍 💙 Full Docker course ► 🤍 💚 Docker in complete DevOps process ► 🤍 #docker #dockertutorial #techworldwithnana ► This video is sponsored by Nethopper 🙌🏼 ► Learn more about Nethopper KAOPS here: 🤍 Learn the basic building blocks of Docker in an easy and understandable way. By the end of this Docker tutorial, you will have a deep understanding of the concepts and a great overall big picture of how Docker is used in the whole software development process. The course is a mix of animated theoretic explanation and hands-on demos to follow along, so you get your first hands-on experience with Docker. 🔗 Links ► Git Repo for this tutorial: 🤍 ► Download and install Docker: 🤍 ▬▬▬▬▬▬ T I M E S T A M P S ⏰ ▬▬▬▬▬▬ 0:00 - Intro and Course Overview 02:54 - What is Docker? 03:51 - What problems Docker solves in development and deployment process 11:38 - Virtual Machine vs Docker 17:19 - Install Docker 21:36 - Docker Images vs Containers 26:32 - Docker Registries 29:38 - Docker Image Versions 32:02 - Main Docker Commands - Pull and Run Docker containers 39:06 - Port Binding 42:50 - Start and Stop containers 46:54 - Private Docker Registries 48:11 - Registry vs Repository 49:09 - Dockerfile - Dockerize Node.js app 58:30 - Build Image 1:02:39 - Docker UI Client 1:03:39 - Overview: Docker in complete software development lifecycle 1:06:38 - Where to go from here ▬▬▬▬▬▬ Want to learn more? 🚀 ▬▬▬▬▬▬ Full Python course ► 🤍 Full Docker course ► 🤍 Full K8s course ► 🤍 DevOps Tools explained ► 🤍 ▬▬▬▬▬▬ Connect with me 👋 ▬▬▬▬▬▬ Join private FB group ► 🤍 INSTAGRAM ► 🤍 TWITTER ► 🤍 LINKEDIN ► 🤍 ▬▬▬▬▬▬ Courses & Ebooks & Bootcamp 🚀 ▬▬▬▬▬▬ ► Become a DevOps Engineer - full educational program 👉🏼 🤍 ► High-Quality and Hands-On Courses 👉🏼 🤍 ► Kubernetes 101 - compact and easy-to-read ebook bundle 👉🏼 🤍

Docker 🐳 Crash Course 2021 For Beginners

11353
311
36
00:36:49
19.01.2021

In this crash course you will know all about docker and why it was created, docker images, docker containers, dockerfiles, yaml files, dockerhub and more. You will learn about docker basic commands We will go through docker setup first and also the most important instructions in a dockerfile. And lastly, we will have a closer look to what Docker can do by dockerizing a simple python program , and we will create a django application image and we will run it inside docker container. Index 📝 00:00 Presentation 07:41 Docker installation 09:23 Basic docker commands and instructions 12:35 Dockerizing "Hello Docker!" Python program 22:36 Dockerizing Django application Sources 🌐 Cheat Sheet Gist : 🤍 Source Code [hello-docker] : 🤍 Source Code [django] : 🤍 Docker Site : 🤍 Docker Documentaiton : 🤍 Social Media 🔗 Facebook : 🤍 DEV profile : 🤍 Github profile : 🤍 Docker Blog : 🤍

Docker Tutorial for Beginners [FULL COURSE in 3 Hours]

4037385
74610
3900
02:46:15
21.10.2020

Full Docker Tutorial | Complete Docker Course | Hands-on course with a lot of demos and explaining the concepts behind, so that you really understand it. 💙 Become a Kubernetes Administrator - CKA: 🤍 💚 Become a DevOps Engineer - full educational program: 🤍 🧡 Udemy courses: 🤍 ► Follow me on IG for behind the scenes content: 👉🏼 🤍 #docker #dockertutorial #techworldwithnana By the end, you will have a deep understanding of the concepts and a great overall big picture of how Docker is used in the whole software development process. The course is a mix of animated theoretic explanation and hands-on demo’s to follow along, so you get your first hands-on experience with Docker and feel more confident using it in your project. ▬▬▬▬▬▬ T I M E S T A M P S ⏰ ▬▬▬▬▬▬ 0:00 - Intro and Course Overview 01:58 - What is Docker? 10:56 - What is a Container? 19:40 - Docker vs Virtual Machine 23:53 - Docker Installation 42:02 - Main Docker Commands 57:15 - Debugging a Container 1:06:39 - Demo Project Overview - Docker in Practice 1:10:08 - Developing with Containers 1:29:49 - Docker Compose - Running multiple services 1:42:02 - Dockerfile - Building our own Docker Image 2:04:36 - Private Docker Repository - Pushing our built Docker Image into a private Registry on AWS 2:19:06 - Deploy our containerized app 2:27:26 - Docker Volumes - Persist data in Docker 2:33:03 - Volumes Demo - Configure persistence for our demo project 2:45:13 - Wrap Up 🔗 Links ► Developing with Containers - Demo project: 🤍 🚀 1. What is Docker? ► What is a container and what problems does it solve? ► Container repository - where do containers live? 🚀 2. What is a Container technically ► What is a container technically? (layers of images) ► Demo part (docker hub and run a docker container locally) 🚀 3. Docker vs Virtual Machine 🚀 4. Docker Installation ► Before Installing Docker - prerequisites ► Install docker on Mac, Windows, Linux ❗️ Note: Docker Toolbox has been deprecated. Please use Docker Desktop instead. See for Mac (🤍 and for Windows (🤍 🚀 5. Main Docker Commands ► docker pull, docker run, docker ps, docker stop, docker start, port mapping 🚀 6. Debugging a Container ► docker logs, docker exec -it 🚀 7. Demo Project Overview - Docker in Practice (Nodejs App with MongoDB and MongoExpress UI) 🚀 8. Developing with Containers ► JavaScript App (HTML, JavaScript Frontend, Node.js Backend) ► MongoDB and Mongo Express Set-Up with Docker ► Docker Network concept and demo 🚀 9. Docker Compose - Running multiple services ► What is Docker Compose? ► How to use it - Create the Docker Compose File ► Docker Networking in Docker Compose 🚀 10. Dockerfile - Building our own Docker Image ► What is a Dockerfile? ► Create the Dockerfile ► Build an image with Dockerfile 🚀 11. Private Docker Repository - Pushing our built Docker Image into a private Registry on AWS ► Private Repository on AWS ECR ► docker login ► docker tag ► Push Docker Image to the Private Repo 🚀 12. Deploy our containerized application 🚀 13. Docker Volumes - Persist data in Docker ► When do we need Docker Volumes? ► What is Docker Volumes? ► Docker Volumes Types 🚀 14. Volumes Demo - Configure persistence for our demo project ▬▬▬▬▬▬ Want to learn more? 🚀 ▬▬▬▬▬▬ DevOps Tools, like GitHub Actions, Terraform ► 🤍 Jenkins Pipeline Tutorials ► 🤍 Full Kubernetes tutorial ► 🤍 ▬▬▬▬▬▬ Connect with me 👋 ▬▬▬▬▬▬ Join private FB group ► 🤍 INSTAGRAM ► 🤍 TWITTER ► 🤍 LINKEDIN ► 🤍 ▬▬▬▬▬▬ Courses & Bootcamp & Ebooks 🚀 ▬▬▬▬▬▬ ► Become a DevOps Engineer - full educational program 👉🏼 🤍 ► High-Quality and Hands-On Courses 👉🏼 🤍 ► Kubernetes 101 - compact and easy-to-read ebook bundle 👉🏼 🤍

Learn Docker in 7 Easy Steps - Full Beginner's Tutorial

1285544
52866
814
00:11:02
24.08.2020

A complete introduction to Docker. Learn how to Dockerize a Node.js and run manage multiple containers with Docker Compose. 🤍 00:00 What is Docker? 01:54 Installation & Tooling 02:40 Dockerfile 06:06 Build an Image 07:12 Run a Container 08:52 Debugging 09:35 Docker Compose Source code 🤍 Official Docker 🤍 #LearnToCode #Docker Install the quiz app 🤓 iOS 🤍 Android 🤍 Upgrade to Fireship PRO at 🤍 Use code lORhwXd2 for 25% off your first payment. My VS Code Theme - Atom One Dark - vscode-icons - Fira Code Font

Docker Tutorial for Beginners

1837145
33589
1206
00:56:04
30.03.2021

Docker Tutorial for Beginners - Learn Docker for a career in software or DevOps engineering. This Docker tutorial teaches you everything you need to get started. - Get the complete Docker course (zero to hero): 🤍 - Subscribe for more Docker tutorials like this: 🤍 Want to learn more from me? Check out these links: - Courses: 🤍 - Twitter: 🤍 - Facebook: 🤍 - Blog: 🤍 TABLE OF CONTENT 0:00:00 Introduction 0:00:57 Prerequisites 0:01:40 How to Take This Course 0:02:26 Getting Started with Docker 0:03:10 What is Docker? 0:06:25 Virtual Machines vs Containers 0:09:39 Docker Architecture 0:11:54 Installing Docker 0:15:29 Development Workflow 0:17:45 Docker in Action 0:27:54 The Linux Command Line 0:28:47 Linux Distributions 0:29:49 Running Linux 0:35:01 Managing Packages 0:38:35 Linux File System 0:40:33 Navigating the File System 0:44:53 Manipulating Files and Directories 0:48:20 Editing and Viewing Files 0:52:15 Redirection #Docker #DevOps Docker is the de facto standard for building, shipping and running applications in a consistent manner. That's why most companies use it and are looking for developers with Docker skills. If you're looking for a career in software or DevOps engineering, you must have Docker on your resume. And not only that, you should know it well and be able to use it to effectively package and deploy your applications.

Docker Crash Course

18916
641
69
02:36:40
05.02.2021

This is a 2.5 hour crash course aimed to teach you the Docker in great detail. Some of the things covered in this crash course include, building dockerfiles, building images, running containers, port mapping, volumes, networking, and docker-compose. This is a link to my repo: 🤍 Udemy Courses: GraphQL - 🤍 Timelines: 0:00 - Introduction 1:32 - What is Docker 15:15 - Why Docker 27:00 - Docker installation for Mac & Linux 29:57 - Docker installation for Windows 35:48 - Dockerfiles 1:08:05 - Images 1:29:10 - Containers 1:39:20 - Volumes 2:04:52 - Docker Compose TAGS Docker Dockerfiles Containers Containerization Installation What is Docker Why Docker Benefits of Docker Images Building COPY CMD RUN FROM node alpine React Volumes Port mapping -p -v -it docker compose multi container applications TAGS

Ultimate Docker Crash Course: Learn Docker within 30 Minutes!

99879
3445
344
00:33:23
19.06.2022

Linode is providing all the CodeWithHarry viewers with $100 free credit. Claim your $100 60-day credit at 🤍 to follow along! ►Checkout my English channel here: 🤍 ►Instagram: 🤍instagram.com/codewithharry python, C, C, Java, JavaScript and Other Cheetsheets []: Playlist: 🤍 ►Learn in One Video[]: Python[15 Hr] - 🤍 Python Advance[3.5 Hr] - 🤍 Python[1 Hr] - 🤍 Python[2 Hr] - 🤍 Python[15 Min] -🤍 JavaScript[1 Hr] - 🤍 C[1.3 Hr]-🤍 php[1 Hr] - 🤍 php[2.3 Hr] -🤍 php[Project]- 🤍 HTML[30 Min] -🤍 CSS[8.5 Hr] -🤍 CSS[1.4 Hr] -🤍 Wordpress[3.2 Hr] -🤍 Angular[2 Hr] -🤍 Java[2.3 Hr] -🤍 Web Scraping[1 Hr] -🤍 MongoDB[2 Hr] -🤍 Numpy[1 Hr] -🤍 Android Dev[12 Hr]- 🤍 Linux[1 Hr] -🤍 JQuery[1.1 Hr] -🤍 Git and GitHub[1.1 Hr] -🤍 ►Complete course [playlist]: React - 🤍 Python-🤍 OOP Python-🤍 Java -🤍 JavaScript- 🤍 PHP-🤍 C-🤍 C-🤍 Git & GitHub-🤍 Android Dev- 🤍 Python GUI- 🤍 Web Development- 🤍 Python Django -🤍 Projects Using HTML, CSS & Javascript- 🤍 Data Structure and Algo -🤍 Follow Me On Social Media ►Website (created using Django Rest & Angular) - 🤍 ►Facebook - 🤍 ►Instagram - 🤍 Twitter - 🤍 Comment "#HarryBhai" if you read this 😉😉

The Docker Crash Course

11215
423
42
02:23:09
10.07.2022

Welcome to the ultimate Docker and Kubernetes course. If you want to become an expert, take my Udemy course with a discount 🤍 Second Channel: 🤍 Timeline: 0:00 - Intro 11:49 - What is Docker 25:04 - Building Images and Running Containers 2:02:20 - Deploying Our App

Docker Crash Course #1 - What is Docker?

139894
3578
170
00:07:26
02.02.2022

Hey gang, in this Docker tutorial series you'll learn what Docker is & how to use it to help improve the development experience both alone & in a team. 🐱‍💻 Access the course files on GitHub: 🤍 🐱‍💻 Node.js Course: On Net Ninja Pro - 🤍 On YouTube - 🤍 🐱‍💻 Modern JavaScript Course: On Net Ninja Pro - 🤍 On Udemy - 🤍 On YouTube - 🤍 🐱‍💻 React Course: On Net Ninja Pro - 🤍 On Udemy - 🤍 🐱‍💻 VS Code - 🤍 🐱‍💻 Docker Hub - 🤍 🐱‍💻 Docker docs - 🤍

Docker Containers and Kubernetes Fundamentals – Full Hands-On Course

357898
9730
135
05:56:37
12.10.2022

Learn how to use Docker and Kubernetes in this complete hand-on course for beginners. Learn how to containerize applications with the Docker CLI and Visual Studio Code. Push and pull container images on Docker Hub, a container registry, and create multi-container applications using Docker Compose. Learn about the Kubernetes architecture and how it works. Run it locally and use the Kubernetes CLI and Visual Studio Code to run, debug and troubleshoot applications and services. Learn about pods and the different workloads available. 🔗 Setup Instructions: 🤍 💻 Install Docker Desktop and enable Kubernetes. Download the lab files here: 🤍 ✏️ Course from Guy Barrette, from Kubernetes Academy Online Certified on Kubernetes, Terraform, Azure, AWS, and GCP. Proud to be an Azure MVP and a DigitalOcean Navigator. Consult my bio: 🤍 👍🏻 The course is also available here (with a French version): 🤍 ☕ If you like the course, You can make a small donation to the creator: 🤍 🔍 View other courses from Guy here: 🤍 🐦 Guy on Twitter: 🤍GuyBarrette and 🤍K8s_Online ⭐️ Course Contents ⭐️ 🌟 0:00:00 Introduction ⌨️ Course Introduction ⌨️ Course Setup ⭐️ 0:05:02 Introduction to MicroServices ⌨️ Microservices Concepts ⌨️ Microservices Anti Patterns ⌨️ Microservices Advantages and Drawbacks ⭐️ 0:13:56 Welcome to Cloud Native! ⌨️ What are Cloud Native and the Cloud Native Foundation ⌨️ Cloud Native Concepts ⌨️ Cloud Native Hands-On ⭐️ 0:23:01 Introduction to Containers ⌨️ Container Concepts ⌨️ What is Docker? ⌨️ Docker Hands-On ⌨️ Basic Commands ⌨️ Basic Commands Hands-On ⌨️ Running Containers ⌨️ Running Containers Hands-On ⌨️ Building Containers ⌨️ Building Containers Hands-On ⭐️ 0:54:41 Visual Studio Code ⌨️ The Docker Extension ⌨️ The Docker Extension Hands-On ⭐️ 1:07:03 Persisting Data ⌨️ Containers are Ephemerous and Stateless ⌨️ Docker Volumes Concepts ⌨️ Using Docker Volumes Hands-On ⭐️ 1:17:03 Docker Compose ⌨️ Understanding the YAML File Structure ⌨️ Docker Compose Concepts ⌨️ Using Docker Compose ⌨️ Using Docker Compose Hands-On ⌨️ Docker Compose Sample App Hands-on ⌨️ Docker Compose Features ⭐️ 1:47:18 Container Registries ⌨️ Container Registries Concepts ⌨️ Push/Pull Images from Docker Hub ⌨️ Push/Pull Images from Docker Hub Hands-On ⭐️ 1:56:58 Kubernetes Concepts ⌨️ Kubernetes Concepts ⌨️ How to Run Kubernetes Locally ⌨️ How to Run Kubernetes Locally Hands-On ⌨️ Kubernetes API ⌨️ Using Kubectl Hands-On ⌨️ The Declarative Way vs the Imperative Way ⌨️The Declarative Way vs the Imperative Way Hands-On ⭐️ 2:20:38 Namespaces ⌨️ Namespaces Concepts ⌨️ Namespaces Hands-On ⭐️ 2:28:47 Nodes ⌨️ Master Node Concepts ⌨️ Worker Nodes Concepts ⌨️ Nodes Hands-On ⭐️ 2:38:36 Pods ⌨️ Pod Concepts ⌨️ The Pod Lifecycle ⌨️ Defining and Running Pods ⌨️ Pod Hands-On ⌨️ Init Containers ⌨️ Init Containers Hands-On ⭐️ 3:01:00 Selectors ⌨️ Selector Concepts ⌨️ Selector Hands-On ⭐️ 3:07:51 Multi Container Pods ⌨️ Common Patterns for Running More then One Container in a Pod ⌨️ Multi Container Pods Networking Concepts ⌨️ Multi Containers Pods Hands-On ⭐️ 3:19:45 Workloads ⌨️ Introduction to Workloads ⌨️ ReplicaSet Concepts ⌨️ ReplicaSet Hands-On ⌨️ Deployment Concepts ⌨️ Deployment Hands-On ⌨️ DaemonSet Concepts ⌨️ DaemonSet Hands-On ⌨️ StatefulSet Concepts ⌨️ StatefulSet Hands-On ⌨️ Job Concepts ⌨️ Job Hands-On ⌨️ CronJob Concepts ⌨️ CronJob Hands-On ⭐️ 4:05:15 Updates ⌨️ Rolling Updates Concepts ⌨️ Rolling Updates Hands-On ⌨️ Blue-Green Deployments ⌨️ Blue-Green Deployments Hands-On ⭐️ 4:21:13 Services ⌨️ What are services? ⌨️ ClusterIP Concepts ⌨️ ClusterIP Hands-On ⌨️ NodePort Concepts ⌨️ NodePort Hands-On ⌨️ Load Balancer Concepts ⌨️ Load Balancer on Docker Desktop Hands-On ⭐️ 4:44:03 Storage & Persistence ⌨️ Storage & Persistence Concepts ⌨️ The Static Way ⌨️ The Static Way Hands-On ⌨️ The Dynamic Way ⭐️ 5:03:48 Application Settings ⌨️ ConfigMaps Concepts ⌨️ ConfigMaps Hands-On ⌨️ Secrets Concepts ⌨️ Secrets Hands-On ⭐️ 5:22:24 Observalibilty ⌨️ Startup, Readiness and Liveness Probes Concepts ⌨️ Probes Hands-On ⭐️ 5:30:46 Dashboards ⌨️ Dashboards Options ⌨️ Lens Hands-On ⌨️ K9s Hands-On ⭐️ 5:47:36 Scaling ⌨️ Auto Scaling Pods using the Horizontal Pod Autoscaler ⌨️ Auto Scaling Pods Hands-On ⭐️ 5:55:22 Conclusion ⌨️ Course Conclusion 🎉 Thanks to our Champion and Sponsor supporters: 👾 Nattira Maneerat 👾 Heather Wcislo 👾 Serhiy Kalinets 👾 Erdeniz Unvan 👾 Justin Hual 👾 Agustín Kussrow 👾 Otis Morgan Learn to code for free and get a developer job: 🤍 Read hundreds of articles on programming: 🤍

Docker Tutorial for Beginners - A Full DevOps Course on How to Run Applications in Containers

2461083
42628
1104
02:10:19
16.08.2019

Get started using Docker with this end-to-end beginners course with hands-on labs. Docker is an open platform for developers and sysadmins to build, ship, and run distributed applications, whether on laptops, data center VMs, or the cloud. In this course you will learn Docker through a series of lectures that use animation, illustration and some fun analogies that simply complex concepts, we have demos that will show how to install and get started with Docker and most importantly we have hands-on labs that you can access right in your browser. 💻 Practice Labs: 🤍 🔗 KodeKloud Website: 🤍 🎥 Tutorial from KodeKloud. Check out their Youtube Channel: 🤍 ⭐️ Course Contents ⭐️ ⌨️ (0:00:00) Introduction ⌨️ (0:02:35) Docker Overview ⌨️ (0:05:10) Getting Started ⌨️ (0:16:58) Install Docker ⌨️ (0:21:00) Commands ⌨️ (0:29:00) Labs ⌨️ (0:33:12) Run ⌨️ (0:42:19) Environment Variables ⌨️ (0:44:07) Images ⌨️ (0:51:38) CMD vs ENTRYPOINT ⌨️ (0:58:37) Networking ⌨️ (1:03:55) Storage ⌨️ (1:16:27) Compose ⌨️ (1:34:49) Registry ⌨️ (1:39:38) Engine ⌨️ (1:46:20) Docker on Windows ⌨️ (1:53:22) Docker on Mac ⌨️ (1:55:20) Container Orchestration ⌨️ (1:59:25) Docker Swarm ⌨️ (2:03:21) Kubernetes ⌨️ (2:09:30) Conclusion Learn to code for free and get a developer job: 🤍 Read hundreds of articles on programming: 🤍

DevOps Crash Course (Docker, Terraform, and Github Actions)

144349
5421
208
00:58:04
05.11.2020

In this DevOps and Cloud Infrastructure tutorial, you will learn what DevOps is and how to apply some of the most important concepts including: - Docker containers - Infrastructure as Code - Continuous Integration and Continuous Deployment DevOps Directive YouTube Channel: 🤍 Link to application: storybooks.devopsdirective.com GitHub Repos: - 🤍 (Original) - 🤍 (Version from video) NOTE: After filming I discovered that the set-env command that I used within the Github Action was deprecated due to a security vulnerability (🤍 I replaced the usage with the updated method described here (🤍 TimeStamps: 0:00 - Intro 1:18 - Project Overview 2:21 - Application Architecture 4:14 - Part 1: Getting the initial project running 7:51 - Part 2: Dockerize the application 9:55 - Docker-compose 11:51 - Aside: Makefiles! 12:31 - Part 3: Terraform (Infrastructure as Code) 17:16 - Setting up Terraform providers 22:21 - GCP Resources 25:55 - Terraform variables 28:23 - Atlas MongoDB Resources 31:42 - Cloudflare Resources 34:33 - Aside: Secrets/credential management 37:21 - Part 4: Deploying Manually 44:25 - Part 5: CI/CD with Github Actions 50:14 - Testing the Github action 51:25 - Separate staging and production 57:22 - Outro

Docker Crash Course #10 - Volumes

29781
911
37
00:18:38
16.02.2022

Hey gang, in this docker tutorial you'll lern how to use volumes to enable a "live preview" experience whilst developing. 🐱‍💻 Access the course files on GitHub: 🤍 🐱‍💻 Node.js Course: On Net Ninja Pro - 🤍 On YouTube - 🤍 🐱‍💻 Modern JavaScript Course: On Net Ninja Pro - 🤍 On Udemy - 🤍 On YouTube - 🤍 🐱‍💻 React Course: On Net Ninja Pro - 🤍 On Udemy - 🤍 🐱‍💻 VS Code - 🤍 🐱‍💻 Docker Hub - 🤍 🐱‍💻 Docker docs - 🤍

Docker Networking Crash Course

48014
1798
96
00:49:19
23.10.2022

Docker is a container management engine. In this video I explore the networking side of docker, how to create network, connect containers to a network and connect two networks together. 0:00 Intro 0:30 Spin up a simple container 5:15 Build a custom image 9:00 The Bridge network 13:30 Why can’t I ping hostnames in Bridge network 18:00 Create a Custom network 30:00 Create two networks 39:00 Connect the two networks Scripts 🤍 Fundamentals of Networking for Effective Backends udemy course (link redirects to udemy with coupon) 🤍 Fundamentals of Database Engineering udemy course (link redirects to udemy with coupon) 🤍 Introduction to NGINX (link redirects to udemy with coupon) 🤍 Python on the Backend (link redirects to udemy with coupon) 🤍 Become a Member on YouTube 🤍 Buy me a coffee if you liked this 🤍 Arabic Software Engineering Channel 🤍 🔥 Members Only Content 🤍 🏭 Backend Engineering Videos in Order 🤍 💾 Database Engineering Videos 🤍 🎙️Listen to the Backend Engineering Podcast 🤍 Gears and tools used on the Channel (affiliates) 🖼️ Slides and Thumbnail Design Canva 🤍 Stay Awesome, Hussein

A practical guide on Docker with projects | Docker Course

51850
1301
99
02:43:01
03.11.2022

🤍 This video was made possible with the help of Agenty: 🤍 Check them out. Wallpaper: 🤍 Facebook: 🤍 Instagram: 🤍 homepage: 🤍 Disclaimer: It doesn't feel good to have a disclaimer in every video but this is how the world is right now. All videos are for educational purposes and use them wisely. Any video may have a slight mistake, please take decisions based on your research. This video is not forcing anything on you. All Amazon links are affiliate links (If any).

🔥Complete Docker Tutorial in one video for Beginners in Hindi

108256
2922
157
01:55:37
25.10.2022

In this video we are going to cover docker tutorial for beginners . Content of the video : 00:00 Introduction to Video 01:08 What is Docker 02:26 What problems docker solves 11:11 Docker Architecture 16:39 What is Dockerfile 18:04 What is Docker Image 20:05 What is Docker Container 22:04 Installing Docker using WSL in Windows Complete GUIDE 34:14 Important Docker Command Docker version Docker search Docker pull Docker run Docker ps Docker stop Docker restart Docker kill Docker exec Docker login Docker commit Docker push Docker network Docker history Docker rmi Docker ps -a Docker logs Docker volume Docker logout 01:20:55 Building Images using Dockerfile 01:21:06 Budling Image with Base Image ubuntu 01:31:26 Java Application using Docker 01:39:14 Python Application using Docker 01:41:47 Spring Boot using Docker Thankyou for watching Please do subscribe to support me Sample docker file: 🤍 #dockertutorials #dockerinhindi Telegram Link for Doubt: 🤍 Important Videos: ➡️React JS with Project : 🤍 ➡️Learn JDBC in one video:🤍 ➡️Learn Python in One Video: 🤍 ➡️Learn HTML in one video:🤍 ➡️Learn HTML form in one video: 🤍 ➡️Learn JavaScript in one videos: 🤍 ➡️Learn Form Validation using javascript and jquery:🤍 ➡️Learn CSS in one video: 🤍 ➡️Jquery in one video:🤍 Kotlin is one video:🤍 ➡️Complete Python Project - Youtube downloader in one video: 🤍 Important Playlist: ➡️Spring Boot Tutorial with Project : 🤍 ➡️Spring MVC Tutorial: 🤍 ➡️Complete Spring Framework Tutorial: 🤍 ➡️Hibernate Tutorials: 🤍 ➡️E-Commerce Project using Java: 🤍 ➡️AWS Free Java Hosting Playlist: 🤍 ➡️Hibernate Tutorial Playlist: 🤍 ➡️Learn Technology in One Vides: 🤍 ➡️Programming Tips for Programmers: 🤍 ➡️Complete Python for Beginners: 🤍 ➡️Important Python Projects: 🤍 ➡️Complete Servlet & JSP : 🤍 ➡️Complete JDBC ( Java Database Connectivity) : 🤍 ➡️Complete Java Project : TechBlog: 🤍 ➡️Java Swing Projects: 🤍 ➡️Java Core Concepts:🤍 ➡️Kya aap Jante hai Series: 🤍 Important Links: 👉Official Website (Source Code): 🤍 👉Telegram Discussion Group: 🤍 👉Follow me on Instagram: 🤍 👉Follow on Facebook 🤍 Disclaimer: All videos are for educational purposes and use them wisely. Any video may have a slight mistake, please take decisions based on your research. This video is not forcing anything on you.

Docker Crash Course #5 - The Dockerfile

52054
1300
56
00:15:03
08.02.2022

Hey gang, in this Docker tutorial we'll talk about the Dockerfile and how we use it to create docker images. 🐱‍💻 Access the course files on GitHub: 🤍 🐱‍💻 Node.js Course: On Net Ninja Pro - 🤍 On YouTube - 🤍 🐱‍💻 Modern JavaScript Course: On Net Ninja Pro - 🤍 On Udemy - 🤍 On YouTube - 🤍 🐱‍💻 React Course: On Net Ninja Pro - 🤍 On Udemy - 🤍 🐱‍💻 VS Code - 🤍 🐱‍💻 Docker Hub - 🤍 🐱‍💻 Docker docs - 🤍

Exploring Docker [1] - Getting Started

399856
9882
460
00:34:38
15.08.2018

In this video we will start to explore docker by talking about the benefits of Docker, looking at commands to work with containers and images, the Dockerfile and more Sponsor: DevMountain Bootcamp - 🤍 Docker Help Gist: 🤍 💖 Become a Patron: Show support & get perks! 🤍 Website & Udemy Courses 🤍 Follow Traversy Media: 🤍 🤍 🤍

Docker - Complete Tutorial [Docker For Everyone In 2 Hours]

66463
2259
108
02:16:31
11.11.2020

Learn Docker and all about containers from the ground up. In this course, you'll learn what containers are and why they are awesome and how you can use existing, as well as build custom, containers and images with Docker. Want to learn way more about Docker & Kubernetes? Join our complete, 5 star rated course: 🤍 First App Code: 🤍 Docker Basics Code: 🤍 Installing Docker on macOS: 🤍 Installing Docker on Windows: 🤍 Installing Docker with Docker Toolbox (Windows): 🤍 Installing Docker with Docker Toolbox (macOS): 🤍 Installing Docker on Linux: 🤍 Join our Academind Community on Discord: 🤍 Check out all our other courses: 🤍 • Go to 🤍 and subscribe to our newsletter to stay updated and to get exclusive content & discounts • Follow 🤍maxedapps and 🤍academind_real on Twitter • Follow 🤍academind_real on Instagram: 🤍 • Join our Facebook community on 🤍 See you in the videos! Academind is your source for online education in the areas of web development, frontend web development, backend web development, programming, coding and data science! No matter if you are looking for a tutorial, a course, a crash course, an introduction, an online tutorial or any related video, we try our best to offer you the content you are looking for. Our topics include Angular, React, Vue, Html, CSS, JavaScript, TypeScript, Redux, Nuxt.js, RxJs, Bootstrap, Laravel, Node.js, Progressive Web Apps (PWA), Ionic, React Native, Regular Expressions (RegEx), Stencil, Power BI, Amazon Web Services (AWS), Firebase or other topics, make sure to have a look at this channel or at academind.com to find the learning resource of your choice!

Ultimate Docker Crash Course | Docker Tutorial for Beginners

45530
2200
222
00:59:39
21.07.2022

চারিদিকে সবাই যখন Docker নিয়ে কথা বলছে, ব্যাপারটা অনেক জটিল করে বোঝাচ্ছে, আমার মনে হলো Docker এত কঠিন কিছু না বা আমি হয়ত আরেকটু সহজ ভাবে আপনাকে Docker বোঝাতে পারব। যদি আপনি এই ভিডিও সম্পূর্ণ মনোযোগ দিয়ে দেখেন আমি আশা করি Docker আপনি ভালো বুঝবেন। আজকের ভিডিও দেখলে আপনার সফটওয়্যার ডেভেলপমেন্ট workflow তে আপনি সহজেই Docker ব্যাবহার করতে পারবেন। আজ আমি খুব সিম্পল একটা ওয়েব ডেভেলপমেন্ট প্রোজেক্ট বানাব এবং সেটা কিভাবে Docker container এ ব্যাবহার করবেন, দেখাব। ইনশাআল্লাহ্‌ যদি আপনি এই চ্যানেলে নতুন হন, আমার অন্য ভিডিওগুলো দেখুন, ভালো লাগলে subscribe করবেন। 🎉🎉 Join Payoneer & Earn 25$ = 🤍 🔴 Docker with WordPress = 🤍 🔴 কিভাবে ওয়েব ডেভলপার হবেন? 🤍 🔴 কেন শিখবেন ওয়েব ডেভেলপমেন্ট? = 🤍 🔴 How to Become successful a Web Developer = 🤍 🔴 5 Easy Ways to Earn Money While You're a Student 🤍 🔴 JavaScript Essential Training (Bangla) 🤍 🔴 HTML5 Essential Training (Bangla) 🤍 🔴 CSS Essential Training (Bangla) = 🤍 Timestamps ⬇️ Introduction - 00:00 What You will learn - 00:41 Prerequisite - 01:10 What is Docker - 02:37 Virtual Machines vs containers - 04:33 Docker's architecture - 16:04 What is a kernel - 17:05 Docker Installation - 18:12 Development Workflow - 28:53 Docker using - 32:43 App build - 38:25 Check Docker Image - 41:04 Docker Run - 41: 58 push to Dockerhub - 43:11 Pull from docker hub - 52:48 Final Thoughts - 56:39 #procoder Connect me on social media so you will find my entire tutorial at first. If that sounds like something that could help grow your business, then make sure to join me by subscribing! ✅ For Branding & Business Inquiries = ✅ ► shovoalways🤍gmail.com ✅ Follow Me on Facebook 🤍 ✅ Join My Facebook Group 🤍 ✅ Follow Me on Twitter: 🤍 ✅ Follow Me on Instagram 🤍 ✅ My Website 🤍 ধন্যবাদ।

Docker Crash Course #7 - Starting & Stopping Containers

35690
957
32
00:12:02
09.02.2022

Hey gang, in this docker tutorial I'll show you how to start & stop containers to run your applications. 🐱‍💻 Access the course files on GitHub: 🤍 🐱‍💻 Node.js Course: On Net Ninja Pro - 🤍 On YouTube - 🤍 🐱‍💻 Modern JavaScript Course: On Net Ninja Pro - 🤍 On Udemy - 🤍 On YouTube - 🤍 🐱‍💻 React Course: On Net Ninja Pro - 🤍 On Udemy - 🤍 🐱‍💻 VS Code - 🤍 🐱‍💻 Docker Hub - 🤍 🐱‍💻 Docker docs - 🤍

Docker Tutorial | Crash Course | 2019

32535
1095
135
00:59:52
14.08.2019

In this crash course you will learn about Docker and Containers. Docker is the standard tool used to package and deploy you applications. Its a tool that must know. A container is a standard unit of software that packages up code and all its dependencies so the application runs quickly and reliably from one computing environment to another. A Docker container image is a lightweight, standalone, executable package of software that includes everything needed to run an application: code, runtime, system tools, system libraries and settings. Container images become containers at runtime and in the case of Docker containers - images become containers when they run on Docker Engine. Available for both Linux and Windows-based applications, containerized software will always run the same, regardless of the infrastructure. Containers isolate software from its environment and ensure that it works uniformly despite differences for instance between development and staging. Docker containers that run on Docker Engine: Standard: Docker created the industry standard for containers, so they could be portable anywhere Lightweight: Containers share the machine’s OS system kernel and therefore do not require an OS per application, driving higher server efficiencies and reducing server and licensing costs Secure: Applications are safer in containers and Docker provides the strongest default isolation capabilities in the industry

Docker Crash Course #2 - Installing Docker

66986
1289
44
00:07:34
02.02.2022

In this docker tutorial you'll learn how to install docker onto your computer. I'll be using Windows & WLS2 to install docker. 🐱‍💻 Access the course files on GitHub: 🤍 🐱‍💻 Node.js Course: On Net Ninja Pro - 🤍 On YouTube - 🤍 🐱‍💻 Modern JavaScript Course: On Net Ninja Pro - 🤍 On Udemy - 🤍 On YouTube - 🤍 🐱‍💻 React Course: On Net Ninja Pro - 🤍 On Udemy - 🤍 🐱‍💻 VS Code - 🤍 🐱‍💻 Docker Hub - 🤍 🐱‍💻 Docker docs - 🤍

Docker Crash Course #3 - Images & Containers

54998
1207
26
00:03:39
03.02.2022

In this docker tutorial, you'll learn the basics of what containers and images are all about! 🐱‍💻 Access the course files on GitHub: 🤍 🐱‍💻 Node.js Course: On Net Ninja Pro - 🤍 On YouTube - 🤍 🐱‍💻 Modern JavaScript Course: On Net Ninja Pro - 🤍 On Udemy - 🤍 On YouTube - 🤍 🐱‍💻 React Course: On Net Ninja Pro - 🤍 On Udemy - 🤍 🐱‍💻 VS Code - 🤍 🐱‍💻 Docker Hub - 🤍 🐱‍💻 Docker docs - 🤍

Docker Crash Course #11 - Docker Compose

29316
804
56
00:11:22
17.02.2022

Hey gang, in this docker tutorial you'll learn what Docker Compose is & how to use it to easily create images for your projects. 🐱‍💻 Access the course files on GitHub: 🤍 🐱‍💻 Node.js Course: On Net Ninja Pro - 🤍 On YouTube - 🤍 🐱‍💻 Modern JavaScript Course: On Net Ninja Pro - 🤍 On Udemy - 🤍 On YouTube - 🤍 🐱‍💻 React Course: On Net Ninja Pro - 🤍 On Udemy - 🤍 🐱‍💻 VS Code - 🤍 🐱‍💻 Docker Hub - 🤍 🐱‍💻 Docker docs - 🤍

Docker Crash Course #9 - Managing Images & Containers

25892
681
21
00:10:00
14.02.2022

🐱‍💻 Access the course files on GitHub: 🤍 🐱‍💻 Node.js Course: On Net Ninja Pro - 🤍 On YouTube - 🤍 🐱‍💻 Modern JavaScript Course: On Net Ninja Pro - 🤍 On Udemy - 🤍 On YouTube - 🤍 🐱‍💻 React Course: On Net Ninja Pro - 🤍 On Udemy - 🤍 🐱‍💻 VS Code - 🤍 🐱‍💻 Docker Hub - 🤍 🐱‍💻 Docker docs - 🤍

Docker Compose Tutorial

262000
4856
393
00:33:02
22.03.2022

Learn all about Docker Compose so you can orchestrate your services with confidence! - Get the complete Docker course (zero to hero): 🤍 - Subscribe for more Docker tutorials like this: 🤍 ⭐️ Want to learn more from me? Check out these links: Courses: 🤍 Twitter: 🤍 Facebook: 🤍 Blog: 🤍 #Docker #DevOps Docker is the de facto standard for building, shipping and running applications in a consistent manner. That's why most companies use it and are looking for developers with Docker skills. If you're looking for a career in software or DevOps engineering, you must have Docker on your resume. And not only that, you should know it well and be able to use it to effectively package and deploy your applications.

Docker Crash Course #6 - dockerignore

32863
736
18
00:03:59
09.02.2022

🐱‍💻 Access the course files on GitHub: 🤍 🐱‍💻 Node.js Course: On Net Ninja Pro - 🤍 On YouTube - 🤍 🐱‍💻 Modern JavaScript Course: On Net Ninja Pro - 🤍 On Udemy - 🤍 On YouTube - 🤍 🐱‍💻 React Course: On Net Ninja Pro - 🤍 On Udemy - 🤍 🐱‍💻 VS Code - 🤍 🐱‍💻 Docker Hub - 🤍 🐱‍💻 Docker docs - 🤍

Docker Crash Course #8 - Layer Caching

29433
832
24
00:09:53
11.02.2022

Hey gang, in this docker tutorial we'll talk about something called Layer Caching. 🐱‍💻 Access the course files on GitHub: 🤍 🐱‍💻 Node.js Course: On Net Ninja Pro - 🤍 On YouTube - 🤍 🐱‍💻 Modern JavaScript Course: On Net Ninja Pro - 🤍 On Udemy - 🤍 On YouTube - 🤍 🐱‍💻 React Course: On Net Ninja Pro - 🤍 On Udemy - 🤍 🐱‍💻 VS Code - 🤍 🐱‍💻 Docker Hub - 🤍 🐱‍💻 Docker docs - 🤍

Docker Crash Course: Fundamentals of Docker in 1 Hour!

112
3
1
00:45:59
20.06.2022

In this crash course you are going to get some real worthy insights over what docker is all about? Docker enable both the tester and developer to run the application in the Docker environment without having to face differences in dependencies issue as before.​ Here you can find out how this miracle can happens. We will talk about containers, libraries, configuration files, dependencies, and other necessary parts to operate the application.​ We request you keep watching the video till end if you really want to gain some worthy insights over Docker. Website - 🤍 LinkedIn - 🤍 Instagram - 🤍 Facebook - 🤍 Twitter - 🤍

Learn Docker in 2 Hour: A Crash Course for Beginners

829
28
0
01:34:40
25.02.2023

- Beginner level introduction to Docker - Basic Docker Commands with Hands-On Exercises - Running Docker containers: This would cover how to launch and manage Docker containers, including how to connect containers and share data between them. - Build Docker images using Dockerfiles with Hands-On Exercises - Working with Docker images: This would cover how to create, build, and manage Docker images, including how to use Dockerfiles to automate the image creation process. - Understand what Docker Compose is - Deploying applications with Docker: This would cover how to use Docker to deploy applications to different environments, such as development, staging, and production. Enroll on WebMagic Informatica: 🤍

Docker Crash Course #12 - Dockerizing a React App

57272
1034
69
00:10:18
18.02.2022

Hey gang, in this Docker tutorial we'll use Docker Compose to "Dockerize" a React application. 🐱‍💻 Access the course files on GitHub: 🤍 🐱‍💻 Node.js Course: On Net Ninja Pro - 🤍 On YouTube - 🤍 🐱‍💻 Modern JavaScript Course: On Net Ninja Pro - 🤍 On Udemy - 🤍 On YouTube - 🤍 🐱‍💻 React Course: On Net Ninja Pro - 🤍 On Udemy - 🤍 🐱‍💻 VS Code - 🤍 🐱‍💻 Docker Hub - 🤍 🐱‍💻 Docker docs - 🤍

Docker Explained in 60 Seconds! #shorts

26367
737
9
00:00:59
11.12.2021

Full video: 🤍 ⚛️ Learn Full Stack Development on codedamn: 🤍 👉 Free HTML5 + CSS3 Course: 🤍 👉 Free JavaScript Course: 🤍 👉 Free ReactJS Course: 🤍 👉 Free NextS Course: 🤍 💰 Refer codedamn to friends and earn $$: 🤍 👉 Checkout codedamn on social: Instagram: 🤍 Twitter: 🤍 Facebook: 🤍 GitHub: 🤍 If you found the video valuable, please leave a like and subscribe ❤️ It helps the channel grow and helps me pumping out more such content. 👋 About Me: Hey! I'm Mehul Mohan, a CSE'21 graduate from BITS Pilani, Goa. I started coding early in life, at the age of 13 when I created my first blog on Blogger. I am listed in Google, Microsoft, Sony, eSet, etc. Hall of Fame for reporting vulnerabilities in their systems. 🍎 I am Apple's WWDC'19 Scholar - visited San Francisco and attended WWDC. 📙 I am an author of 2 books, on JavaScript and React - 🤍 🚀 Currently working on my own startup - codedamn. Connect with me: 📸 Instagram: 🤍 📱 Twitter: 🤍 📝 LinkedIn: 🤍 📂 GitHub: 🤍 🌎 Personal website: 🤍 💻 Start learning to code for free: 🤍 🧑‍🤝‍🧑 Discord community: 🤍 👉 HTML5 + CSS3 Tutorials: 🤍 👉 Complete JavaScript Tutorial: 🤍 👉 Complete React Crash Course: 🤍 👉 Next JS Tutorials: 🤍 🏷 Video Tags: Docker Explained in 60 Seconds! #shorts How Docker Works? | Docker Explained! docker tutorial docker learn docker docker tutorial for beginners what is docker docker for beginners devops tools introduction to docker docker course docker crash course how to use docker 👉 Check out my other personal YouTube channel (it is in Hindi/English mix) where I share coding tips, tricks, and hacks: 🤍

Docker Crash Course For Beginners - Introduction and basics

2444
146
12
00:48:07
21.01.2023

Docker Crash Course For Beginners - Introduction and basics #devops #docker #development Complete CRUD Application with NestJs, ReactJs, MongoDB, Context API and Chakra UI (playlist) 🤍 ReactJs Leaflet map for beginners (بالتونسي ) 🤍 Course Tailwindcss + flowbite (Flexbox, Grid, Navs, Carousel and Modals) 🤍 Create a portfolio + Free Hosting 🤍 Complete MERN Stack CRUD Application 🤍 Mern Stack authentication & profile (playlist) 🤍 Complete CRUD application (playlist) 🤍 Dockerization of MERN Stack Application 🤍 - Abonnez vous Elmansouri developer Subscribe Elmansouri developer 🤍 - Elmansouri developer

Docker Crash Course #4 - Parent Images & Docker Hub

51043
1194
48
00:08:06
04.02.2022

In this docker tutorial you'll learn about docker hub & how to pull down parent images. 🐱‍💻 Access the course files on GitHub: 🤍 🐱‍💻 Node.js Course: On Net Ninja Pro - 🤍 On YouTube - 🤍 🐱‍💻 Modern JavaScript Course: On Net Ninja Pro - 🤍 On Udemy - 🤍 On YouTube - 🤍 🐱‍💻 React Course: On Net Ninja Pro - 🤍 On Udemy - 🤍 🐱‍💻 VS Code - 🤍 🐱‍💻 Docker Hub - 🤍 🐱‍💻 Docker docs - 🤍

🔴 DOCKER FULL COURSE [5 hours]

22334
572
45
04:52:59
18.11.2021

🔥 Docker and Kubernetes: The Complete Practical Guide 🤍 ⭐️ Full Stack Web Development Bootcamp 🤍 ⭐️ All my bestselling and highest rated courses 🤍 SUBSCRIBE IN SOCIAL NETWORKS 🎦 YouTube 🤍 🙍 LinkedIn 🤍 📪 Twitter 🤍 🔥 Discord community 🤍 🔥 Udemy Profile 🤍 Email 📧 in case you want to send me a notice bstashchuk🤍gmail.com 00:00:00 Docker Crash Course Intro 00:02:15 Docker Overview 00:04:11 Installing Docker Desktop or Docker Engine 00:07:00 Virtual Machines vs Docker Containers 00:08:31 Virtual Machines Architecture 00:12:08 How I use Virtual Machines 00:22:28 Docker Containers Architecture 00:28:25 How Docker is running on different Operating Systems 00:32:27 Container processes and resources 00:38:20 Docker Components Overview 00:41:16 Docker Client 00:45:34 Docker Server 00:49:17 Docker Host 00:54:35 Docker Image 00:56:28 Docker Container 00:59:08 Docker Repository 01:01:44 Docker Registry 01:05:32 Docker Components Summary 01:08:00 Docker Commands vs Management Commands 01:12:41 Alternative Commands 01:16:29 Basic Container and Images commands 01:20:02 Cleaning up my Docker setup 01:24:51 Pulling images from Docker Hub 01:28:38 What is Docker Image 01:33:53 Creating new Container from the Image 01:40:58 What is CMD in the Docker Image 01:43:39 What is Docker Container 01:53:22 What is ports mapping 02:01:02 Enabling ports mapping for the NGINX container 02:14:31 Environment variables for containers 02:28:08 Volumes and volumes mapping 02:38:44 Enabling volumes mapping for NGINX container 02:54:34 Running applications inside of the containers 03:10:05 What is Dockerfile 03:19:28 Creating Dockerfile 03:32:38 Launching container based on the custom image 03:44:11 Trying to connect Python and Mongo containers 03:53:11 Attaching containers to the custom bridge network 04:02:47 Docker Compose and YAML 04:08:51 Launching services using Docker Compose 04:24:55 Writing documents to the database 04:34:39 Enabling Ports Mapping in Docker Compose 04:38:48 Using Volumes in Docker Compose 04:47:37 Docker Crash Course Summary 04:50:14 Publishing course project files to the GitHub

Docker and Kubernetes Tutorial | Full Course [2021]

648773
18362
764
04:18:00
28.09.2020

In this complete Docker and Kubernetes tutorial Nana from Techworld With Nana and I have collaborated to teach you the fundamentals of docker and Kubernetes. There will be 2 parts. Docker tutorial and Kubernetes tutorial. Starting with docker for beginners to all you need to know about creating docker images, running docker containers, docker volumes, container registry and docker architecture. Then Kubernetes turorial for beginners including Kubernetes architecture, Kubernetes pods, services, config maps all the way to Kubernetes deployments. You will learn the differences between docker vs Kubernetes allowing to start using these two technologies with confidence upon course completion This course is very hands on. So if you prefer you can enrol for free on my website: Timestamps (JZK Alif) Introduction to Docker 0:00 - Introduction 2:34 - Course Overview 5:03 - What is Docker 9:34 - Installing Docker 12:56 - Verify Installation Images, Containers, and Ports 15:36 - Images & Containers 17:06 - Pulling NGINX Image 21:12 - Running Containers 25:48 - Exposing Ports 30:01 - Exposing Multiple Ports 31:38 - Managing Containers 39:37 - Naming Containers Volumes 45:38 - Volumes 49:47 - Volumes Between Host and Container 57:53 - Customize Website 1:00:48 - Volumes Between Containers Building Images 1:04:03 - Dockerfile 1:06:10 - Creating Dockerfile 1:11:55 - Docker Build Project: Build an Image for an API 1:19:16 - Node JS and Express JS 1:25:50 - Dockerfile for our API 1:31:57 - Running Containers for our API Caching and Layers 1:35:02 - .dockerignore 1:40:17 - Caching and Layers 1:45:32 - Caching and Layers Part 2 Reducing Image Size 1:51:39 - Alpine 1:54:30 - Pulling Alpine Images 2:00:02 - Using Alpine Tags and Versioning 2:06:28 - Tags and Versions 2:09:31 - Using Tags with Versions 2:13:35 - Running Containers and Tags 2:17:23 - Tagging Override 2:20:22 - Tagging Own Images 2:25:06 - Running Containers with Different Tags Docker Registries 2:29:58 - Docker Registry 2:32:58 - Create Docker Hub Repo 2:35:31 - Pushing Images to Docker Hub 2:41:32 - Pulling Own Images Debugging Containers 2:46:06 - Docker Inspect 2:49:30 - Docker Logs 2:53:51 - Docker Exec Introduction to Kubernetes 2:57:30 - Kubernetes 2:58:35 - Course Overview 2:59:03 - What is Kubernetes Kubernetes Architecture & Components 3:02:28 - Kubernetes Architecture 3:07:01 - Pod, Service & Ingress 3:12:51 - Config Map and Secret 3:16:05 - Volumes 3:18:06 - Deployments and Stateful Sets 3:23:25 - Components Summary Developing Locally 3:24:23 - Minikube and kubectl 3:28:06 - Installing Minikube and kubectl 3:34:06 - Create Deployment 3:37:17 - Debugging Pods 3:40:21 - kubectl apply -f 3:44:48 - kubectl commands summary Project: MongoDB and Mongo Express 3:45:42 - Deploying MongoDB and Mongo Express 3:48:00 - MongoDB Pod 3:52:01 - Secret 3:58:16 - MongoDB Internal Service 4:03:08 - Deployment Service and Config Map 4:09:56 - Mongo Express External Service 4:16:03 - Congrats! You made it to the end 🎉 ► Subscribe to Nana's channel here: 🤍 ► Courses Available for free here - 🤍 ► Join Private Facebook Group - 🤍 ► Join Discord - 🤍 🙊 Here are the goods for all my videos video: ► Recommended Books Clean Code - 🤍 HTTP: The Definitive Guide - 🤍 Clean Architecture - 🤍 ► Computer and Monitor New Apple MacBook Pro - 🤍 Dell 27 INCH Ultrasharp U2719D Monitor - 🤍 Double Arm Stand Desk Mount - 🤍 USB C Hub Multiport Adapter - 🤍 ► Camera Gear Sony ILCE7M3B Full Frame Mirrorless Camera - 🤍 Sigma 16 mm F1.4 DC DN - 🤍 Sigma 33B965 30 mm F1.4 DC DC - 🤍 Awesome Screen Saver - 🤍 IDE I use for coding - Iterm - VsCode - GoLand - IntelliJ - Sublime 💯 You can also follow me here: ► Don't forget to subscribe | 🤍 ► Join Closed Facebook Group for discussion and early access videos and courses | 🤍 ► Follow me on Instagram | 🤍 ► Join Discord - 🤍 ❤️ Thanks for watching #docker #kubernetes #devops

Docker Crash Course Tutorial Common Commands

2150
21
2
00:13:11
13.07.2018

Covers common docker commands and provides a crash course introduction to Docker. Updated video: 🤍 Slides: 🤍 LinkedIn: 🤍 Twitter: 🤍 Got questions? 🤍

Docker Crash Course For Beginners - dockerfile

913
32
6
00:45:36
21.01.2023

Docker Crash Course For Beginners - dockerfile #devops #docker #development code of all examples: 🤍 Complete CRUD Application with NestJs, ReactJs, MongoDB, Context API and Chakra UI (playlist) 🤍 ReactJs Leaflet map for beginners (بالتونسي ) 🤍 Course Tailwindcss + flowbite (Flexbox, Grid, Navs, Carousel and Modals) 🤍 Create a portfolio + Free Hosting 🤍 Complete MERN Stack CRUD Application 🤍 Mern Stack authentication & profile (playlist) 🤍 Complete CRUD application (playlist) 🤍 Dockerization of MERN Stack Application 🤍 - Abonnez vous Elmansouri developer Subscribe Elmansouri developer 🤍 - Elmansouri developer

Docker Crash Course

1727
4
0
00:26:01
23.03.2015

Docker Crash Course. Presentation from SoCal Node.js meetup group - 🤍 Code/Slides: 🤍 Slides: - 03:35 What is Docker? 04:35 Demo: Running a project with 7 containers on my laptop 07:56 Containers vs VMs 08:33 Value for Developers 08:46 Value for Ops 10:14 Terminology 10:37 Container Ecosystem 11:18 What does docker solve? 11:22 Strangler Application - Architecture for dealing with Legacy/Monolith 12:08 Conway Law - The social structure of your organization will be reflected on your software architecture 13:42 Inverse Conway Maneuver - Micro-services will force you to change your social structure 14:30 Related Points: Lean, CI, CD, Immutable Infrastructure, Culture 15:12 Amazon vs Google - Ownership vs Separate Ops team 16:57 How to use it for development work flow? 17:17 Multiple Containers for running a projects and a Log Server 18:20 Registration and Discovery with Consul and registrator 18:50 Demo: Android/Cordova development using Docker 19:13 How to use it for deployment/production work flow? 19:17 What components do you need for running Docker in Production? Scheduler, Registration, Discovery 19:26 Scheduler 20:05 Discovery 20:17 Work flow tools: Deis, Flynn, Paz, Mesos + Marathon 20:33 Continuous Deployment, Continuous Delivery, AWS setup, Deis setup on AWS 21:47 Deis workflow 22:55 Deis Architecture (10 Containers) 23:27 Demo: Scale a Micro Service using Deis 24:35 Demo: Deploy a Micro Service using Deis 25:00 Angular is Dead :) - Micro Virtual DOM frameworks are taking over. Mithril.js is a good one. References: Strangler Application: 🤍 Docker Ecosystem series: 🤍 Conway Law: 🤍 Inverse Conway Maneuver: 🤍 The twelve-factor app - 🤍 Lean Enterprise: How High Performance Organizations Innovate at Scale - 🤍

Назад
Что ищут прямо сейчас на
docker crash course mp breking news клаб 33 sufi and qawwali poco imei repair one piece game ভাইরাল ঘটনা ওয়াজ 민이 Holly sevinch mo'minova LINEDOSI ramveer ke new rasiya big md Yousuf official dap an cuoi cung как сделать задний фон размытым в фотошопе laz ark kalbaisakhi jhar gazablok narhlari Green Hell