Docker compose

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

Docker Compose Tutorial

231692
4414
389
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 Compose in 12 Minutes

1152474
35291
887
00:12:00
14.03.2017

Learn how to use Docker Compose to run multi-container applications easily. This is the second video in this Docker series. Learn Docker in 12 Minutes: 🤍 Deploy Docker Containers with Docker Cloud 🤍 Source code 🤍 Support this channel at 🤍 MORE TUTORIALS Learn HTML in 12 Minutes: 🤍 Learn CSS in 12 Minutes: 🤍 Learn JavaScript in 12 Minutes: 🤍 Learn PHP in 15 Minutes: 🤍 I deploy Docker containers to a Digital Ocean VPS. Get $10 credit with this link: 🤍 SUBSCRIBE FOR MORE 🤍 TWITTER 🤍 FACEBOOK 🤍 INSTAGRAM 🤍 SNAPCHAT jakewrightuk 🤍

Docker Compose will BLOW your MIND!! (a tutorial)

365723
11395
648
00:16:26
31.08.2022

We don’t live in Docker containers, keep yourself safe with Bitdefender Premium Security: 🤍 (59% discount on a 1 year sub) Stop spinning up Docker Containers like your grandparents, use Docker Compose instead! No more worrying about typing a million commands to get your whole Docker network and Containers running, do it in a nice pretty YAML file that you can deploy, stop, and redeploy with ease! 🔥🔥Commands and hacking lab YAML file!: 🤍 Vulhub GitHub link: 🤍 🔥🔥Join the NetworkChuck Academy!: 🤍 Sponsored by Bitdefender SUPPORT NETWORKCHUCK - ➡️NetworkChuck membership: 🤍 ☕☕ COFFEE and MERCH: 🤍 Check out my new channel: 🤍 🆘🆘NEED HELP?? Join the Discord Server: 🤍 STUDY WITH ME on Twitch: 🤍 READY TO LEARN?? - -Learn Python: 🤍 -Get your CCNA: 🤍 FOLLOW ME EVERYWHERE - Instagram: 🤍 Twitter: 🤍 Facebook: 🤍 Join the Discord server: 🤍 0:00 ⏩ Intro 0:43 ⏩ What do you need? 2:04 ⏩ Let’s do some composing 8:17 ⏩ Time to get a little crazy!!(With Containers) 10:46 ⏩ and let’s get a little crazier 14:41 ⏩ Now let’s deploy a vulnerable hacking lab! 15:44 ⏩ Outro AFFILIATES & REFERRALS - (GEAR I USE...STUFF I RECOMMEND) My network gear: 🤍 Amazon Affiliate Store: 🤍 Buy a Raspberry Pi: 🤍 Do you want to know how I draw on the screen?? Go to 🤍 and use code NetworkChuck to get 20% off!! #docker #networking #containers

What is Docker Compose | How to create docker compose file | How to use Compose

397218
5198
634
00:18:23
09.07.2018

Free Tutorials - 🤍 I am Raghav & Today we will learn : 1. What | Why - Docker Compose 2. How to install 3. How to create docker compose file 4. How to use docker compose file to create services 5. Basic Commands TIPS Docker compose : tool for defining & running multi-container docker applications : use yaml files to configure application services (docker-compose.yml) : can start all services with a single command : docker compose up : can stop all services with a single command : docker compose down : can scale up selected services when required Step 1 : install docker compose (already installed on windows and mac with docker) docker-compose -v 2 Ways 1. 🤍 2. Using PIP pip install -U docker-compose Step 2 : Create docker compose file at any location on your system docker-compose.yml Step 3 : Check the validity of file by command docker-compose config Step 4 : Run docker-compose.yml file by command docker-compose up -d Steps 5 : Bring down application by command docker-compose down TIPS How to scale services —scale docker-compose up -d scale database=4 References: 🤍 🤍 🤍 🤍 _ #DockerCompose #DockerComposeIntroduction #DockerContainers #DockerTutorials #DockerTraining #DevOpsTools #DevOpsTraining #DockerCommands #DockerForBeginners #DockerFreeTutorials #DockerforDevOps DOCKER PLAYLIST 🤍 YOUTUBE PLAYLIST 🤍 YOUTUBE 🤍 FACEBOOK 🤍 TWITTER 🤍 If you like videos on the channel Automation Step by Step, hit the like button and share with others. Click the SUBSCRIBE button and hit the bell icon to keep getting new videos. Ask Raghav- 🤍 Interviews - 🤍 All Playlists - 🤍 Follow Youtube - 🤍 Share your knowledge with everyone and, Never Stop Learning Raghav

Docker Compose Tutorial - Docker in Practice || Docker Tutorial 9

146149
3560
131
00:13:01
17.11.2019

In this Docker Compose Tutorial you will learn what Docker Compose is, why it's useful and how to use it. ► Subscribe to me on Youtube: 🤍 Docker Compose is a tool that makes running multiple Docker containers much easier, than with Docker run commands. I show you how docker run command compares to a docker compose file and explain step by step the difference and how it maps from docker run to a docker compose field. So, basically you can take the whole docker run command with it's configuration and map it into a file. You will get a more structured and re-usable command, especially if you have e.g. 10 docker containers. ▬▬▬▬▬▬ T I M E S T A M P S 🐳 0:00 - Intro 0:07 - What is Docker Compose? 1:22 - docker run commands VS docker compose 5:05 - How to use it? - Create the Docker Compose File (Demo) 7:25 - Docker Networking in Docker Compose #devops #techworldwithnana #docker #dockertutorials - Once you've learnt the basic concepts, it's important to see how Docker is actually used in practice or in real world development so to say. In the next few videos "Docker in Practice" I want to show you exactly this: Developing with Docker ► 🤍 Docker Compose ► 🤍 Dockerfile ► 🤍 Private Repository ► 🤍 Deploy your containerized Application ► 🤍 You can check out my videos for the Pre-Requisites: ✅ Basic Docker Concepts: 🤍 ✅ Basic Commands: 🤍 For any questions/issues/feedback, please leave me a comment and I will get back to you as soon as possible. ►► Full Docker and Kubernetes Tutorial Playlist: 🤍 This video is the 9th of a complete series for beginners. 💡 Only interested in Docker? ►► Complete Docker Tutorial Playlist: 🤍 #docker #whatisdocker #dockertutorials #devops #techworldwithnana - The complete step-by-step guide to Docker and Kubernetes will include the following content: 🐳 D O C K E R - Container concept - Why docker? (image vs. traditional DevOps) - Install docker on different operating systems - 8 basic commands you need to know - Docker vs. Virtual Machine - Docker in Practice: Overview of whole development process with Docker (development, continuous delivery, deployment) - Develop an application with Docker - Docker Compose - Dockerfile - Private Repository - Deploying your containerized application - Docker Volumes from theory to practice ✵ K U B E R N E T E S - Main Kubernetes components (including Pod, Service, Ingress, Volumes, ConfigMap, Secrets, Deployment, StatefulSet) - Kubernetes architecture for beginners (master, slave nodes & processes) - Understand how does K8s REALLY work? Main Concepts of how to use K8s - Minikube, Kubectl - set up the cluster and connect to it - Kubectl main commands - Demo - Configuration file (YAML) - syntax - Kubernetes Namespaces - Communication between the pods - basic networking concepts in Kubernetes - K8s Deployment in practice - example application deployment (pod + service + Ingress + secret) ▬▬▬▬▬▬ Connect with me 👋 ▬▬▬▬▬▬ Join private Facebook group ► 🤍 Don't forget to subscribe ► 🤍 DEV ► 🤍 INSTAGRAM ► 🤍 TWITTER ► 🤍 LINKEDIN ► 🤍 Legal Notice: Docker and the Docker logo are trademarks or registered trademarks of Docker, Inc. in the United States and/or other countries. Docker, Inc. and other parties may also have trademark rights in other terms used herein. This video is not accredited, certified, affiliated with, nor endorsed by Docker, Inc.

Déployer une app avec Docker compose - Apprendre Docker #3

64936
1408
69
00:07:47
08.01.2019

Docker-compose: Après avoir créé notre image, on l'intègre dans un fichier docker-compose.yml pour faire un déploiement complet avec un front end et une base de donnée (redis). Voici les fichiers utilisés dans le tuto docker-compose: 🤍 Première partie d'apprendre Docker : 🤍 Deuxieme partie d'apprendre Docker: 🤍 Tuto VIM: 🤍

When would you want to use docker and docker-compose on your projects?

8530
341
44
00:11:12
03.02.2023

💬 Discord 🤍 🔔 Newsletter 🤍 📁 GitHub 🤍 📺 Twitch 🤍 🤖 Website 🤍 🐦 Twitter 🤍

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

1177823
49467
774
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-compose tutorial

48590
1416
92
00:19:45
15.06.2020

If you have watched my video about "docker explained simply", we will now have a look at how to easily manage multiple Docker containers with just one simple configuration file. We will deploy a simple web server and database. Docker-compose documentation: 🤍 Install docker-compose: 🤍 Follow me: TWITTER: 🤍 INSTAGRAM: 🤍 DISCORD: 🤍 GITHUB: 🤍 PATREON: 🤍 MY EQUIPMENT: 🤍 Timestamps: 00:00 - Introduction 01:29 Get started with docker-compose.yaml 03:29 Versioning in docker-compose files 04:40 Deploy a simple webserver with docker-compose 11:30 Add more containers like database 17:00 Remove all docker containers from docker-compose file 18:03 Summary All links with "*" are affiliate links.

Docker-compose что это? Первое знакомство | уроки docker | #6

97639
3152
65
00:08:44
02.08.2018

🔥 Бесплатные уроки по информационным технологиям 💕Подписывайтесь на канал 👉: 🤍 🙉 Канал в телеграмм: 🤍 🎁Ссылки в видео: И посмотрите какие версии поддерживаются: 🤍 По выпуску compose: 🤍 Таблица с версиями docker и docker-compose 🤍 Почитать о различиях в версии 2 и 3 можно здесь: 🤍 Для того чтобы обновить файл с одной версии на другую: 🤍 💲Реквизиты для поддержки проекта💲 Находятся по адресу dka-develop.ru: 🤍 🌍Официальный сайт: 🤍 ©Music: Chris Haugen - Spanish Rose Triumph - Yung Logos

Come usare Docker Compose per creare una infrastruttura di sviluppo

408
21
1
00:11:12
20.01.2023

Docker compose è una feature di docker che permette di dichiarare in un file Yahoo molteplici container che vogliamo avviare e la loro configurazione. È spesso utilizzato per configurare ambienti di sviluppo o ambienti di test. In questo video uso Docker Compose per creare un ambiente o infrastruttura di sviluppo standard da riutilizzare per un team di sviluppo. In questo modo tutti posssono lavorare sulla stessa configurazione evitando il problema di configurazioni non standard e lunghi setup. Questo è uno scenario in cui la tecnologia container è impiegata per standardizzare gli strumenti di sviluppo invece che erogare servizi in produzione. Le applicazioni moderne hanno bisogno di infrastrutture più o meno complesse o si appoggiano a più servizi. Con Docker Compose creiamo l'infrastruttura a supporto della nostra applicazione in modo facile, veloce e riutilizzabile. Dopo questo video avrai: - Capito cos'è Docker Compose - Visto e compreso la sintassi base di un file docker-compose.yml - Visto un esempio di applicazione che comunica con tutta l'infrastruttura creata con Docker Compose. Tutto il sorgente è disponbile open su GitHub: 🤍 Prerequisiti: - Visual Studio Code con estensioni per Python e Docker 🤍 - Docker Desktop 🤍 - Conoscenza di base di Docker - .NET 6+ per eseguire l'applicazione di test connessioni Video utili: - Cos'è Docker per principianti 🤍 Fammi sapere cosa ne pensi nei commenti! Metti un mi piace e iscriviti al canale per restare aggiornato su nuove uscite! 🎒Scuola di software engineering: 🤍 🌲LinkTree: 🤍 📧 La mia newsletter 🤍 📱TikTok: 🤍

Docker Compose | Docker Compose Tutorial | Docker Tutorial For Beginners|Docker in 2021 |Simplilearn

32083
313
19
00:17:42
22.03.2019

🔥DevOps Engineer Master Program (Discount Code: YTBE15): 🤍 🔥Post Graduate Program In DevOps: 🤍 This tutorial video by Simplilearn on "Docker-compose" will help you understand all the fundamental concepts of Docker compose. Here, you will have a look at topics on what is Docker compose, the difference between docker-compose and Docker swarm, basic commands of docker-compose, and finally, a demo on basic commands of docker-compose. 🔥Explore Our Free Courses: 🤍 Below are the topics covered in this Docker compose tutorial: 0:00 Introduction 1. What is Docker? (00:48) 2. What is a Docker Compose? (03:25) 3. Benefits of Docker compose (06:22) 4. Docker Compose vs Docker Swarm (07:27) 5. Basic commands of Docker (08:07) 6. Demo (08:24) To learn more about DevOps, subscribe to our YouTube channel: 🤍 To access the slides, click here: 🤍 Watch more videos on DevOps: 🤍 #DockerCompose #DockerComposeTutorial #DevOps #DevOpsTutorial #DevOps #DevOpsTraining #DevOpsTools #Chef #Nagios #Maven #Simplilearn Simplilearn's DevOps Certification Training Course will prepare you for a career in DevOps, the fast-growing field that bridges the gap between software developers and operations. You’ll become an expert in the principles of continuous development and deployment, automation of configuration management, inter-team collaboration and IT service agility, using modern DevOps tools such as Git, Docker, Jenkins, Puppet and Nagios. DevOps jobs are highly paid and in great demand, so start on your path today. Why learn DevOps? Simplilearn’s DevOps training course is designed to help you become a DevOps practitioner and apply the latest in DevOps methodology to automate your software development lifecycle right out of the class. You will master configuration management; continuous integration deployment, delivery and monitoring using DevOps tools such as Git, Docker, Jenkins, Puppet and Nagios in a practical, hands on and interactive approach. The Devops training course focuses heavily on the use of Docker containers, a technology that is revolutionizing the way apps are deployed in the cloud today and is a critical skillset to master in the cloud age. After completing the DevOps training course you will achieve hands on expertise in various aspects of the DevOps delivery model. The practical learning outcomes of this Devops training course are: An understanding of DevOps and the modern DevOps toolsets The ability to automate all aspects of a modern code delivery and deployment pipeline using: 1. Source code management tools 2. Build tools 3. Test automation tools 4. Containerization through Docker 5. Configuration management tools 6. Monitoring tools Who should take this course? DevOps career opportunities are thriving worldwide. DevOps was featured as one of the 11 best jobs in America for 2017, according to CBS News, and data from Payscale.com shows that DevOps Managers earn as much as $122,234 per year, with DevOps engineers making as much as $151,461. DevOps jobs are the third-highest tech role ranked by employer demand on Indeed.com but have the second-highest talent deficit. 1. This DevOps training course will be of benefit the following professional roles: 2. Software Developers 3. Technical Project Managers 4. Architects 5. Operations Support 6. Deployment engineers 7. IT managers 8. Development managers Learn more at 🤍 For more updates on courses and tips follow us on: - Facebook: 🤍 - Twitter: 🤍 - LinkedIn: 🤍 - Website: 🤍 Get the Android app: 🤍 Get the iOS app: 🤍 🔥🔥 Interested in Attending Live Classes? Call Us: IN - 18002127688 / US - +18445327688

How To Use Docker To Make Local Development A Breeze

169409
6109
269
00:21:53
08.07.2022

Docker is a very powerful tool for developing applications that run in the cloud. If you want to get the most out of it, you need to make sure that the way you're running your code locally matches as closely as possible with how it runs in the cloud. Today I'm going to show you how to do this, using a simple API server in Python as an example. The code for this episode is available on GitHub: 🤍 🚀 Next-Level Python Skillshare Class: 🤍 💡 Get my FREE 7-step guide to help you consistently design great software: 🤍 🛒 GEAR & RECOMMENDED BOOKS: 🤍 🎓 Sign up to Brilliant now and get 20% off the annual subscription: 🤍 Check out 🤍codeSTACKr and 🤍JackHerrington's channel I mentioned in the video here: - 🤍 - 🤍 👍 If you enjoyed this content, give this video a like. If you want to watch more of my upcoming videos, consider subscribing to my channel! 💬 Discord: 🤍 🐦Twitter: 🤍 🌍LinkedIn: 🤍 🕵Facebook: 🤍 👀 Code reviewers: - Yoriz - Ryan Laursen - James Dooley - Dale Hagglund 🎥 Video edited by Mark Bacskai: 🤍 🔖 Chapters: 0:00 Intro 1:04 Explaining the code example 3:22 Running the server locally (without Docker) 5:05 Docker & cloud deployment 6:45 Issues with running code in your local development environment directly 8:01 Building and running a Docker container locally 14:40 Docker-compose introduction 15:54 Docker-compose YAML file example 19:32 Dealing with changes in the data #arjancodes #softwaredesign #python DISCLAIMER - The links in this description might be affiliate links. If you purchase a product or service through one of those links, I may receive a small commission. There is no additional charge to you. Thanks for supporting my channel so I can continue to provide you with free content each week!

Docker Tutorial for Beginners [FULL COURSE in 3 Hours]

3826015
71462
3809
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 & Ebooks & Bootcamp 🚀 ▬▬▬▬▬▬ ► Become a DevOps Engineer - full educational program 👉🏼 🤍 ► High-Quality and Hands-On Courses 👉🏼 🤍 ► Kubernetes 101 - compact and easy-to-read ebook bundle 👉🏼 🤍

08-Docker-COMPOSE. Простой запуск контейнеров.

5832
273
77
00:51:46
08.10.2022

08-Docker-COMPOSE. Простой запуск контейнеров. Docker Compose — это средство для определения и запуска приложений Docker с несколькими контейнерами. При работе в Compose вы используете файл YAML для настройки служб приложения. Затем вы создаете и запускаете все службы из конфигурации путем выполнения одной команды. 00:00 | Зачем нужен docker-compopse 01:00 | Примеры запуска контейнеров 03:37 | Пример описания одного контейнера в docker-compose 07:20 | Пример описания 3х контейнеров в docker-compose 12:45 | Установка Docker-compose 17:30 | Написание docker-compose.yml 27:35 | Написание docker-compose.yml для 3х контейнеров 31:31 | Docker-compose для Flame (Dashboard) 36:22 | Docker-compose для Heimdall (Dashboard) 39:07 | Nextcloud в docker-compose 46:37 | в docker-compose ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Буду очень благодарен за поддержку в виде чашечки ☕️: 🤍 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Предложениям пишите на: infotube🤍romnero.de ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Docker - Полный курс Docker Для Начинающих [3 ЧАСА]

310200
10890
541
03:01:51
01.02.2022

🔴 Расширенный Курс Docker [7 ЧАСОВ] со СКИДКОЙ 🤍 🔵 Полный курс Python [32 ЧАСА] 🤍 🍺 🍺 Донаты и благодарности 🤍 ⭐️ Все мои курсы доступны на сайте 🤍 🎦 Подпишись на канал YouTube 🤍 🙍 LinkedIn 🤍 📪 Twitter 🤍 📖 GitHub репозиторий для этого курса Docker 🤍 🔥 Discord сообщество 🤍 🔥 Профиль Udemy 🤍 Написать мне 📧 bstashchuk🤍gmail.com 00:00:00 Введение 00:02:49 Что в полном курсе 00:05:36 План практических задач для этого курса 00:07:15 Что такое Docker и почему его стоит использовать 00:10:11 Что такое контейнер 00:10:41 Компоненты Docker 00:12:35 Как работают контейнеры 00:18:27 Что такое образы и их строение 00:24:01 Что такое репозиторий 00:26:01 Какие программы нужны для этого курса 00:32:34 Основные команды Docker 00:34:56 Создание контейнера hello-world 00:45:10 Создание контейнера busybox 00:49:07 Есть ли доступ в интернет внутри контейнеров 00:53:54 Создание контейнера NGINX 00:58:15 Запуск контейнера в фоновом режиме 01:02:33 Остановка контейнеров 01:04:02 Запуск дополнительных процессов в работающем контейнере 01:08:00 Создание имени для контейнера 01:10:04 Публикация портов контейнера 01:14:04 Разные порты для разных контейнеров 01:16:43 Подключение томов 01:19:26 Создание собственной HTML страницы для NGINX 01:30:38 Автоматическое удаление остановленных контейнеров 01:32:47 Разделение команды на строки 01:36:42 Использование Docker Desktop и VS Code 01:41:46 Как создавать собственные образы 01:52:41 Приложение Python c Dockerfile 01:57:35 Создание образа для приложения Python 02:00:53 Запуск контейнера с приложением Python 02:03:18 Создание другой версии образа 02:07:45 Анализ файловой структуры контейнера Python 02:10:27 Приложение Node 02:12:41 Создание образа для приложения Node 02:15:11 Исправление ошибок в приложении 02:18:05 Модификация приложения Node 02:24:09 Введение в Docker Compose 02:28:58 Преимущества Docker Compose 02:32:17 Пример Docker Compose файла 02:35:09 Создание двух сервисов с Docker Compose 02:46:55 Запуск двух сервисов используя Docker Compose 02:53:21 Docker Compose в фоновом режиме 02:55:59 Остановка и удаление контейнеров в Docker Compose 02:57:21 Пересоздание образов в Docker Compose 03:00:56 Завершение

Simplify All the Things with Docker Compose

30548
721
30
00:29:31
14.08.2020

As you probably know by now, containers have revolutionized the software industry. But, once you have a container, then what? How do you run it? How do you help someone else run it? There are so many flags and options to remember, ports to configure, volume mappings to remember, and don't even get me started with networking containers together! While it's possible to do all of this through the command line, don't do it that way! With Docker Compose, you can create an easily shareable file that makes all of this a piece of cake. And once you fully adopt containers in your dev environment, it lets you setup your code repos to allow the simplest dev onboarding experience imaginable: 1) git clone; 2) docker-compose up; 3) write code. In this talk, we'll talk about several tips to help make all of this a reality. We'll start with a few Docker Compose basics, but then quickly move into several advanced topics. We'll even talk about how to use the same Dockerfile for dev and prod (we've all been there by having two separate files)! As an added bonus, we'll look at how to use Docker Compose in our CI/CD pipelines to perform automated tests of the container images built earlier in the pipeline! We'll have a few slides (because we have to explain a few things), lots of live demos (show it in action!), and maybe a few other surprises as well! Let's have some fun and help simplify all the things with Docker Compose! Speaker: Michael Irwin, Virginia Tech Twitter: 🤍mikesir87

Docker Compose vs Dockerfile - Dockerfile Explained - Docker Tutorial

11382
239
41
00:15:58
11.04.2022

This video is a docker tutorial which explains the two main components of Docker - Docker Compose & Dockerfile (docker compose vs dockerfile). This video is part of a series and this series helps you to learn docker from scratch. This series is a docker tutorial for beginners. What is a Docker File? Docker can build images automatically by reading the instructions from a Dockerfile. A Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image. In the video we are showing a dockerfile example from which you can learn how to create dockerfile / how to write dockerfile. Dockerfile step by step procedure to create Docker Images from it. Commonly Used Dockerfile Commands (Dockerfile Instructions): 1. FROM 2. RUN 3. CMD 4. ENTRYPOINT 5. WORKDIR 6. COPY 7. ADD 8. EXPOSE 9. LABEL 10. VOLUME 11. USER 12. ENV 13. ARG 14. ONBUILD What is docker compose and what is docker compose used for? Docker Compose is a tool to help define and share multi-container applications (introduction to docker compose). It’s an important tool for any application that needs multiple microservices, as it allows each service to easily be in a separately managed container. How to use Docker Compose? We can use a YAML file to configure your application’s services. The configuration for a docker compose file is done in docker-compose.yml. You don’t need to place this at the root of your project like a Dockerfile. In fact, it can go anywhere, as it doesn’t depend on any other code. However, if you’re building the images locally, it will need to go in a project folder with the code being built. In the video you can see how to use docker compose yml file and how to run docker compose file. Video Chapters: 0:00 - Dockerfile Basics 0:57 - Dockerfile Explained 3:33 - Dockerfile Commands 6:08 - Dockerfile Build Container 10:20 - Introduction to Docker Compose 11:19 - Docker Compose UP #CodingDroplets #Docker

Do czego służy Docker Compose? - Kurs Dockera 17

6095
101
5
00:18:24
22.12.2020

Jak zarządzać kilkoma kontenerami na raz? Jak stworzyć dwie sieci, pięć wolumenów i uruchomić 10 kontenerów i nie zwariować? Z pomocą przyjdzie nam Docker Compose. ► Subskrybuj: 🤍 Ten kurs to wybrane fragmenty nagrań webinarów o Dockerze, gdzie prezentuję też jak korzystać z Docker-Compose, konteneryzować aplikacje w Django z użyciem Postgresa i wiele innych zagadnień. Całe nagrania znajdziesz tutaj: 🤍 - ► Blog: 🤍 ► Instagram: 🤍

Docker Tutorial #12 - Einfacher Umgang mit Containern durch docker-compose

11088
197
16
00:08:34
13.01.2019

In diesem Docker Tutorial zeige ich euch das Tool docker-compose. Mit diesem Tool könnte ihr eure Container-Anwendungen einfach verwalten und mit nur einem Befehl starten. Es reduziert Komplexität und durch die Konfiguration mit YAML erhöht es gleichermaßen die Lesbarkeit und somit auch die Dokumentation Webseite zu Docker: 🤍 Meine Webseite: 🤍 Facebook: 🤍 Instagram: 🤍

Dockerfile и docker-compose.yml больше автоматизации и связь между ними | уроки docker | #7

61561
2419
85
00:06:37
03.08.2018

🔥 Бесплатные уроки по информационным технологиям 💕Подписывайтесь на канал 👉: 🤍 🙉 Канал в телеграмм: 🤍 🐱‍👤Команды: docker-compose build docker-compose up docker-machine ip default docker run -v /data ubuntu docker inspect -f {{.Mounts}} имяконтейнера docker-compose rm db 💲Реквизиты для поддержки проекта💲 Находятся по адресу dka-develop.ru: 🤍 🌍Официальный сайт: 🤍 ©Music: Chris Haugen - Spanish Rose Triumph - Yung Logos

Docker compose for MERN Stack | Hindi 🔥

3169
187
20
00:54:38
11.12.2022

If you have courage to learn then checkout my complete MERN stack dream course 🔥🔥🚀 🤍 🔥 👉🏾 Docker compose for MERN Stack | Hindi 🔥 Source Code: 🤍 👉🏾 Recommended videos: Javascript complete course: 🤍 Node JS crash course: 🤍 Express js crash course: 🤍 Mongo DB crash course: 🤍 Rest APIs crash course: 🤍 #mernstack #dockercompose #reactdocker #expressdocker #codersgyan 🔥 Let's connect on LinkedIn: 🔥❤️ 🤍 👇🏾 ✅ My gears for everyday work: 🔥👇🏾📸 🤍

Docker Compose يعني ايه | Part 21 | Docker شرح

5686
144
10
00:02:31
03.11.2021

Docker Compose is a tool that was developed to help define and share multi-container applications. With Compose, we can create a YAML file to define the services and with a single command, can spin everything up or tear it all down. Docker Compose | Build WordPress with MySQL 🤍 للاشتراك 🤍 Docker سلسلة تعلم 🤍 ▬▬▬▬▬▬ Our Social Media Platforms ▬▬▬▬▬▬ Facebook ► 🤍 Facebook Group ► 🤍 Instagram ► 🤍

Docker Compose Tutorial 2022 ITA

633
23
6
00:12:07
14.10.2022

In questo video vedremo cos'è Docker Compose. ✅Vedremo una panoramica teorica di Docker Compose. ✅ Vedremo i vantaggi nell'utilizzo e i casi d'uso. ✅ Infine, ci sarà una demo dove vedremo come utilizzare questo tool. Leggi i miei articoli su Docker e altro ancora 👇🏻 🤍 Libro consigliato su Docker: "Docker: Sviluppare e rilasciare software tramite container di Serena Sensini". Acquistalo da questo link per supportarmi, grazie :) 👇🏻 🤍 Collegati con me! LinkedIn: 🤍 GitHub: 🤍 Instagram: 🤍

Docker-compose Override - V2M

8040
533
19
00:05:00
15.02.2019

Primer video de la nueva serie: Viernes 2 minutos, en estos videos voy a mostrar pequeños tips y trucos y tratar de meterlos en videos cortos que requieren poca edición y no agrega tanto trabajo a mi semana (espero) Desde hoy voy a subir 3 videos por semana: Lunes, Miércoles y Viernes. Espero que lo disfruten! 🤍 Repo con todos los archivos que uso: 🤍 Link para registrarse en Digital Ocean (50 USD de Regalo!) 🤍 Micrófono: Blue Snowball ICE Cámara: Canon Rebel SL2 Lente: Canon 50mm f/1.8 Laptop: Macbook Pro 15'' 2017 Kit completo: 🤍 Mi canal de vlogs: 🤍 Comprame un cafecito: 🤍

Docker для Начинающих - Полный Курс

620537
21342
1466
01:58:39
17.08.2021

PDF с инструкциями: 🤍 Практикум по Docker - 🤍 Получить профессию Frontend разработчика - 🤍 Подробнее узнать об обучении в Result School - 🤍 Бесплатный курс HTML & CSS - 🤍 Сделать 5 проектов на JavaScript - 🤍 Я в соц сетях: Telegram: 🤍 VK: 🤍 Instagram: 🤍 Мои паблики по JavaScript: Telegram: 🤍 VK: 🤍 Instagram: 🤍 JavaScript cообщества: Discord: 🤍 Telegram: 🤍 Roadmap по каналу: 🤍 Docker — это платформа для разработки, доставки и запуска контейнерных приложений. Если такая формулировка не добавляет ясности, то давайте я расскажу про это простыми словами. Возьмем пример: Вы разрабатываете приложение на NodeJS (сюда входит и React, Angular, Vue). Закончив разработку локально, вам необходимо залить это приложение на удаленный сервер и там запустить его. На удаленной машине у вас может быть другая операционная система или версия NodeJS. А задача сделать так, чтоб приложение работало одинаково везде. Если делать всю настройку в ручную, то шанс ошибки очень велик. Допустим поставим другую версию NodeJS и вылезет какой-нибудь неприятный баг в самом коде. Или на другой ОС будут проблемы с установкой какого-нибудь пакета. Решить эти проблемы как раз легко может Docker. Перед тем, как залить приложение, мы складываем его в контейнер и настраиваем. Docker же гарантирует, что контейнер, который мы настроили локально, будет работать точно так же на удаленной машине. Другой пример. Когда-нибудь пробовали установить MongoDB локально? С Docker это можно сделать за 30 секунд, опять же вне зависимости от ОС. Контейнерами это не просто так называется, прямая аналогия с контейнерами для перевозок товаров. Когда их стандартизировали, эффективность перевозок выросла. Так же и с приложениями. Работая с Docker мы всегда получаем один результат и это упрощает разработку. Таймкоды: 00:00 - Важное введение 01:00 - Как проходить курс 01:53 - Что такое Docker 05:10 - Как установить Docker 06:30 - Начало работы 08:05 - Docker пример с Python 11:22 - Docker Images & Containers 13:30 - Работа с NodeJS 31:06 - Как работает Dockerfile 41:42 - Основные команды 1:07:55 - Деплой в Docker Hub 1:15:12 - dockerignore 1:20:58 - ENV переменные 1:26:55 - make файл 1:28:56 - Что такое Docker Volumes 1:50:17 - Деплой и запуск Docker на VPS

Differences Between Docker Compose and Dockerfile by Example

9216
241
21
00:11:01
19.05.2022

Confused over the difference between docker-compose and Dockerfile? Are you wondering when you would use docker-compose over a Dockerfile? This quick tutorial will compare Dockerfiles with docker-compose.yaml files, and show you how to build your Docker images with a Dockerfile and use docker-compose.yaml and docker-compose up commands to run your Docker containers. This comparison between docker-compile and Dockerfiles will make the differences between these two cloud-native Docker components crystal clear.

Делаем Dockerfile для проекта Django и запускаем через docker compose

2405
109
21
00:36:07
04.01.2023

В этом видео я покажу как докеризировать небольшой проект написанный на Django и запустить его при помощи плагина docker compose. Код из видео: 🤍 Поддержать канал: 🤍 Аренда виртуальных серверов и не только: 🤍

Docker Compose Tutorial with PostgreSQL and Node.js

80225
1362
58
00:11:49
24.10.2018

A Docker Compose tutorial where we create a PostgreSQL and Node.js container. Code: 🤍 If you like cooking, checkout my side project: 🤍 Join the Discord: 🤍 Patreon: 🤍 Follow Me Online Here: GitHub: 🤍 LinkedIn: 🤍 Instagram: 🤍 Twitter: 🤍 #benawad TikTok: 🤍 ​ ​ Follow me online: 🤍 #benawad

Урок 1. Установка PostgreSQL с помощью Docker compose.

17612
584
76
00:12:23
26.05.2022

Приветствую 🖐 друзья, в этом уроке развернем базу данных PostgreSQL на локальной машине. Установим и настроем Docker и Docker compose. Установим VSCode и все необходимые инструменты для нашего проекта. Платная часть курса будет выходить на Stepik ✅ 🤍 🤝 Важные ссылки: ✅ Все новости в телеграм канале: 🤍 ✅ Обсудить уроки можно в чате: 🤍 ✅ Обсудить уроки можно в ВК: 🤍 ✅ Эксклюзивный контент - Boosty: 🤍 ✅ Поддержать канал: 🤍 Ссылки используемые в видео: ✅ Docker home: 🤍 ✅ Docker hub: 🤍 ✅ Скачать VSCode: 🤍 ✅ Почитать про PostgreSQL : 🤍 √ Тэги для поиска: #dart #postgresql #docker #dockercompose #clientserver #ios #mac #kotlin #android #java #androidstudio #firebase #telegram #создатьприложение #backend

de data project a data product | Airflow + Docker compose

2113
174
19
00:13:28
30.04.2022

En este video Eric te cuenta como refactorizo el projecto para transformarlo en un data product Editor: 🤍guillermorish Patreon 🤍 Cafecitos internacionales por Paypal! 🤍 Twitch: 🤍 Todas mis redes :) 🤍

Docker Crash Course #11 - Docker Compose

25927
733
47
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 - 🤍

kompose: Migrando desde docker-compose a KUBERNETES!

15518
1264
52
00:08:09
25.09.2020

Hoy hablamos de Kompose, una herramienta para convertir archivos de docker-compose a manifiestos de Kubernetes. Vamos a probar un ejemplo con wordpress + mysql y ver que tal sale. Descargar kompose: 🤍 Repo con todos los archivos que uso: 🤍 MERCH: 🤍 Link para registrarse en Digital Ocean (50 USD de Regalo!): 🤍 Micrófono: Rode VideoMicro + Zoom H1N Cámara: Canon Rebel SL2 Lente: Canon 18-55mm f/4.0-5.6 Laptop: Macbook Pro 15'' 2017 Kit completo: 🤍 Mi canal de vlogs: 🤍 Comunidad de Reddit: 🤍 Comunidad en Slack: 🤍 Comprame un cafecito: 🤍

How to Update Docker Image and Container using docker-compose

1785
29
2
00:00:38
22.10.2022

#howto #docker #dockercompose #tutorial 📜 Quick howto update docker image and container using docker-compose with a tip to using Portainer. 🚀Check out Portainer introduction tutorial: 🤍 Homelab device I recommend: 🎯 Buy on Amazon: Raspberry Pi 4: 🤍 👀 You can also find Helping Ninja on other social media: Twitter: 🤍 Patreon: 🤍 Facebook: 🤍 TikTok: 🤍 Webpage: 🤍

Docker Volumes explained in 6 minutes

196638
7346
310
00:06:03
30.11.2019

Understand Docker Volumes in 6 minutes. Docker Volumes in Docker-Compose ► Subscribe To Me On Youtube: 🤍 In this video you will learn: 0:00 - Intro 0:21 - When do we need Docker Volumes? 1:02 - What is Docker Volumes? 2:04 - 3 Docker Volumes Types 4:14 - Docker Volumes in docker-compose file This gives you a short but thorough understanding what Docker Volumes are. ⭐️ For a Demo please refer to 🤍 For any questions/issues/feedback, please leave me a comment and I will get back to you as soon as possible. #devops #techworldwithnana #docker #dockertutorials - ✅ Follow me on Youtube: 🤍 on DEV: 🤍 on Instagram: 🤍 on Twitter: 🤍 on Tumblr: 🤍 Legal Notice: Docker and the Docker logo are trademarks or registered trademarks of Docker, Inc. in the United States and/or other countries. Docker, Inc. and other parties may also have trademark rights in other terms used herein. This video is not accredited, certified, affiliated with, nor endorsed by Docker, Inc.

DOCKER-COMPOSE - 1. INTRODUCTION ET PREMIER RUN

28903
513
26
00:14:01
22.11.2018

Nouvelle série de vidéo pour découvrir cette fois l'orchestrateur docker compose. Il fait partie de la suite docker avec : - docker engine - docker machine - docker swarm (mode swarm) Code et présentation : 🤍 Dans cette vidéo nous allons découvrir pourquoi utiliser compose ? Nous découvrirons les commandes de bases pour lancer et gérer des services et lancerons notre premier fichier docker-compose.yml. Abonnez-vous ici : 🤍 Playlists: Docker : 🤍 Tips linux : 🤍 Git : 🤍 Ansible : 🤍 Compose : 🤍 Pourquoi ce blog ? 🤍

Docker Compose na prática (Fácil)

69465
4229
202
00:11:53
31.03.2019

Ganhe tempo automatizando o trabalho de gerenciar seus containers docker com docker compose! Aula de introdução ao Docker Compose na prática! Vamos pegar o projeto feito na aula anterior de Docker e converter todos os docker build e docker run para um arquivo docker-compose.yml e a partir daqui, sempre rodar o projeto com um único comando: docker-compose up -d Docker compose é muito importante para quem trabalha com containers docker, vamos junto automatizar nossa estrutura com essa ferramenta excelente! Para mais vídeos como esse, se inscreva no canal, comente e compartilhe! APOIE O CANAL 🤍 Aula anterior necessário assistir: Docker em 22 minutos. 🤍 Código do projeto feito na aula anterior: 🤍 DOWNLOAD DO DOCKER COMPOSE PARA WINDOWS E MAC 🤍 CONTATOS/SOCIAIS: Grupo no Telegram: 🤍programadorabordo Instagram: 🤍programadorabordo

Docker Compose | Build WordPress with MySQL | Part 22 | Docker شرح

8928
246
56
00:22:49
03.11.2021

في هذا الفيديو سوف نتعلم كيفية بناء WordPress و MySQL باستخدام Docker Compose Compose and Docker compatibility matrix 🤍 ووردبريس للمبتدئين 🤍 للاشتراك 🤍 Docker سلسلة تعلم 🤍 ▬▬▬▬▬▬ Our Social Media Platforms ▬▬▬▬▬▬ Facebook ► 🤍 Facebook Group ► 🤍 Instagram ► 🤍

How to create a great dev environment with Docker

104346
3238
113
00:29:55
04.01.2023

How to create a great local Python development environment with Docker. Learn about Docker Volumes, Docker Compose, how to debug in containers, and more. Repo: 🤍 Timeline: 00:00 - Introduction 02:03 - Why Docker? 04:02 - Dockerize an app 10:25 - Immediate file changes (Docker volumes) 13:08 - Use IDE in Docker container 17:38 - Docker Compose 25:54 - Debug inside Docker container Get my Free NumPy Handbook: 🤍 ✅ Write cleaner code with Sourcery, instant refactoring suggestions in VS Code & PyCharm: 🤍 * ⭐ Join Our Discord : 🤍 📓 ML Notebooks available on Patreon: 🤍 If you enjoyed this video, please subscribe to the channel: ▶️ : 🤍 ~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~ 🖥️ Website: 🤍 🐦 Twitter - 🤍 ✉️ Newsletter - 🤍 📸 Instagram - 🤍 🦾 Discord: 🤍 ▶️ Subscribe: 🤍 ~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~ 🅿 Patreon - 🤍 #Python #docker * This is an affiliate link. By clicking on it you will not have any additional costs, instead you will support me and my project. Thank you so much for the support! 🙏

Основы Docker Compose | Docker Compose Для Python Разработчика

4229
175
16
00:41:55
06.06.2022

Python-разработчик от Hexlet — 🤍 переходите и осваивайте новую профессию! В одном из предыдущих роликов мы обстоятельно поговорили о такой технологии как Docker. Однако, мы не успели поговорить про Docker Compose, без чего разговор о Docker'е нельзя считать полностью завершённым. Поэтому в этом ролике мы: - Узнаем что такое Docker Compose и зачем он нужен; - Развернём LEMP-стек с помощью Docker Compose; - Создадим и запустим Python-проект через Docker Compose. Docker-Сompose - инструмент, который позволяет разворачивать и настраивать несколько контейнеров одновременно. 📒 Ссылка на документ-инструкцию из ролика: 🤍 💸 Хочешь поддержать канал: 🤍 (Никнейм QIWI Кошелька - PYLOUNGE) 💰 Donation Alerts: 🤍 🚀 Социальные сети: ✅ Instagram: 🤍 ✅ Telegram: 🤍 ✅ Группа ВКонтакте: 🤍 ✅ Канал PyLounge: 🤍 ✅ Twitter: 🤍 ✅ По вопросам сотрудничества и предложений: peoplesdreamer🤍gmail.ru ✅ Music: 🤍 📒 Материалы из видео: ✅ Основы Docker | Docker И Python: 🤍 ✅ Что Такое Ansible И Зачем Он Нужен: 🤍 ✅ Что Такое DevOps | Python Для DevOps: 🤍 ✅ WSL На Windows 10: 🤍 ✅ Основы Vagrant | Что Такое Vagrant И Зачем Он Нужен: 🤍 👨‍🏫 Привет! Меня зовут Макс. Я один из авторов канала PyLounge. Уже долго занимаюсь программированием, в частности программирование на языке Python. Я много чего узнал за это время, и мне есть, чем поделиться со зрителями моего канала. Здесь выходят разнообразные ролики, касающиеся IT-тематики и программирования. Подписывайся, будем узнавать что-то новое и работать вместе! Погнали! 🕰️ Таймкоды: 00:00 - Вступление 03:41 - Вспоминаем про Docker 05:22 - Что такое Docker Compose 06:30 - YML-файлы 08:25 - Установка Docker Compose 10:20 - Установка LEMP через Docker Compose 27:53 - Подробнее про команды Docker Compose 29:48 - Запуск Python проекта через Docker Compose 40:40 - Заключение 41:22 - Концовка #pylounge #dockercompose #python #devops #ityoutubersru #itubeteam

Назад
Что ищут прямо сейчас на
Docker compose fire kirin app download kali linux sound Eve Online Guide danik prok guide Uniswap Inkscape cfg crack wikipedia logo gnome vs Xfce obs видео discord profesyonel sunucu kurma SKYUI таро терапия landing page builder wordpress repair imei code 4択 補運 laragon pkgi ps3 установка