Wsl docker смотреть последние обновления за сегодня на .
You can now run Docker on Windows easily with the Windows Subsystem for Linux 2 (WSL 2). Get started learning Docker and Linux! It's even supported on Windows 10 home version. WSL2 is part of Windows 10, version 2004 which was released in May 2020. Rather than using a translation or compatibility layer between Linux and Windows which was used in WSL 1, WSL 2 uses virtual machine technology to allow you to run a real Linux kernel directly on Windows 10. This also allows you to run Docker within Ubuntu running on Windows 10. Menu: Overview: 0:00 Prerequisites: 0:27 Download Docker Desktop for Windows: 2:39 Install Docker Desktop for Windows: 3:08 Start the Docker Desktop: 4:32 WSL 2 Docker Desktop Settings: 5:37 Run Docker Containers in Ubuntu in WSL 2: 7:21 Testing Docker Containers: 9:44 Previous video: 🤍 Good Links: Docker for WSL2: 🤍 What is WSL? 🤍 WSL documentation: 🤍 WSL 2 Announcement: 🤍 WSL2 Docker Ubuntu 20.04 WSL 2 WSL 1 Ubuntu 18.04 windows subsystem for linux #wsl2 #docker #windows
🔥🔥🔥 Check my full course "Build and Deploy Laravel E-commerce Website with Vue.js Admin Panel" at 🤍 🔥🔥🔥 Learn how to setup perfect working environment with Docker and WSL Ubuntu. Docker is an amazing tool for development. But on Windows it might be tricky to setup it up and make it working. In this video I will setup docker working environment on Windows, create and run docker images, enable WSL 2, Install Ubuntu in WSL 2 and connect Ubuntu with Docker Desktop on windows. You will see all these steps in details. Support me by subscribing - 🤍 Install Docker 🤍 Install WSL 🤍 If you really love my content and want to support the channel: 👉 My Patreon: (For monthly donation) 🤍 🍺 Buy me Beer: (For one time donation) 🤍 Get premium shared hosting for $2 per month, which includes free domain, email and SSL. Use the coupon code "THECODEHOLIC" or click the link bellow 🤍 Table of contents 00:00 - Intro 00:30 - Prerequisites 01:36 - Install Docker Desktop 02:22 - Run Docker image 03:32 - Enable WSL 05:29 - Install Ubuntu in WSL 06:32 - Integrate WSL Ubuntu with Docker 07:24 - WLS Ubuntu and VSCode 08:04 - Install Laravel Using Sail 09:58 - Open Ubuntu FS in Windows Explorer 10:23 - Open WSL Ubuntu project in PHPStorm 11:41 - The End Follow me on social media: 🤍 🤍 🤍 Check my Github: 🤍
If you're encountering the error message "Docker desktop requires a newer WSL kernel version on Windows," don't worry - it's a common issue that can be easily fixed. Follow the steps below to update your WSL kernel and get Docker working again. 1. Open the Control Panel on your Windows machine 2. Click on "Programs" and then "Turn Windows features on or off" 3. Check the boxes for "Windows Subsystem For Linux", "Windows Hypervisor Platform", and "Virtual Machine Platform", then click "OK" 4. Open PowerShell as an Administrator 5. Type in the command: dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart, then press Enter to enable WSL 1 6. Download the WSL 2 update from Microsoft: 🤍 7. Install the update by double-clicking on the downloaded file 8. Open PowerShell as an Administrator 9. Type in the command: wsl set-default-version 2, then press Enter to set WSL 2 as the default version 10. Restart your computer to ensure the changes take effect Please note that to update to WSL 2, you must be running Windows 10.
This tutorial is intended to guide Windows users in setting up a development environment by installing Ubuntu, Docker, and Visual Studio Code on Windows Subsystem for Linux 2 (WSL2). Please find the Confluence page link for the WSL2 tutorial below: 🤍 Author: Dr. Abdelghafour HALIMI Website: 🤍 KAUST CORE LABS: 🤍
To run Docker on Windows, there’s few ways. You can either run it using the Docker legacy Hyper-V backend, or you can use WSL 2 which offers much better performance and stability. What is Windows Subsystem for Linux (WSL2)? The Windows System for Linux (WSL) lets you run a Linux environment directly on windows without needing to use virtual machines or dualboot setup. This allows you to fully take advantage of Linux directly on your Windows machine. Its faster and it consumes less resources than running a virtual machine. Its integrated, meaning that you can directly access all your files on your Windows machine. If you’re planning to run Docker on Windows, then its highly recommended you use WSL 2 for your Docker Desktop backend as users can leverage Linux workspaces and avoid having to maintain both Linux and windows build scripts. It also provides a much faster experience when using Docker. Without WSL 2, just starting docker takes almost up to minute, while with WSL 2, it takes less than 10 seconds. How to install WSL 2 🤍 .wslconfig File memory=4GB processors=2 swap=8GB blog post 🤍 wanna help support my channel ? buy me a coffee ☕️ 🤍 Follow us Github - 🤍 Chapters 0:00 Introduction 0:23 What is WSL 2? 1:08 Installing WSL 2 on Windows 11. 2:16 wslconfig 3:43 Starter Commands 6:16 Installing Docker on Windows 11 6:54 Docker - Enable WSL 2 7:25 VS Code WSL Plugin 8:24 How to use Docker on Windows 11
Want to learn how to leverage Docker containers on WSL 2 running on Windows 10? In this video I show you how to get multiple Docker containers running on WSL 2 and interact with them. It's amazing how easy it is to get multiple websites up and running on Docker using WSL 2 on Windows 10. WSL2 is part of Windows 10, version 2004 which was released in May 2020. Rather than using a translation or compatibility layer between Linux and Windows which was used in WSL 1, WSL 2 uses virtual machine technology to allow you to run a real Linux kernel directly on Windows 10. This also allows you to run Docker within Ubuntu running on Windows 10. Menu: Overview: 0:00 WSL: 1:04 Docker: 1:27 Start Docker website: 2:35 Docker Getting Started container: 4:05 NGINX website: 5:31 Tetris on Docker: 6:45 Stop Docker Containers: 7:57 Docker Hub: 8:53 Ubuntu within Ubuntu: 9:12 Start a Docker container: 10:30 WSL 2 Playlist: 🤍 Good Links: Docker for WSL2: 🤍 What is WSL? 🤍 WSL documentation: 🤍 WSL 2 Announcement: 🤍 WSL2 Docker Ubuntu 20.04 WSL 2 WSL 1 Ubuntu 18.04 windows subsystem for linux #wsl2 #docker #windows
It only takes a few lines of shell scripting and there's Kubernetes support too. Hit the subscribe button to receive more videos like this! REFERENCE LINKS - ► 🤍 ► 🤍 ► 🤍 ► 🤍 ► 🤍 ► 🤍 ► 🤍 (.zprofile file) COURSES - Courses I've created that focus on web dev and deployment topics. ► 🤍 THE TOOLS I USE / GEAR - ► 🤍 FOLLOW ME ELSEWHERE - ► Twitter: 🤍 ► GitHub: 🤍 TIMESTAMPS - 0:00 Intro 0:22 Everything runs smoothly with this set up 0:53 Why I ended up switching away from Docker Desktop 3:18 Switching away has nothing to do with Docker Desktop license costs 3:56 Why you might want to continue using Docker desktop 6:01 You can still run a Kubernetes cluster locally if you want 7:09 Following the Docker Linux install guides 8:25 Adding your WSL 2 user to the Docker group to run Docker without sudo 9:44 Install Docker Compose v2 with the Docker plugin 10:44 Now we need to run the Docker service within WSL 2 11:19 A tiny bit of shell scripting to ensure Docker is started 15:43 How are you running Docker within WSL 2?
WSL 2 with Docker Getting Started and Docker Desktop Installation. Adam Culp of Beachcasts programming videos shows how to perform a Docker installation on Windows 10 using WSL 2 and leveraging an Ubuntu 20.04 virtual machine to run Docker. Windows subsystem for linux enables Docker to fun faster on Windows using Ubuntu or other popular Linux distros. Please * LIKE, COMMENT, AND SUBSCRIBE * - and share with others! Key Topics: - Prerequisites to install Docker for WSL 2 - How to download Docker Desktop and Docker installation - Launching example Docker containers from Ubuntu 20.04 in WSL 2 - Using subsystem for linux with Docker Desktop For a nice list of equipment I use in my studio, and to support the channel if you make any purchases (doesn't cost you a thing), visit my kit at kit.co: 🤍 Errata: Let me know if you notice anything that should be errata Associated Links: 🤍 🤍 🤍 🤍 🤍 Timeline: 00:00 Video start 00:47 Docker resources for more details 01:14 Prerequisites to use Docker with WSL 2 02:33 Prerequisites to use Docker with Hyper V 03:00 Getting started Docker site for download 04:00 Executing to install Docker Desktop on WSL 2 04:58 How to check what version of Windows is installed 05:40 Launching Docker Desktop for the first time 06:30 Gettings started Docker training resource 07:55 Launching Docker Getting Started example from Ubuntu 20.04 in WSL 2 08:51 Launching Docker Hello World example from Ubuntu 20.04 in WSL 2 09:27 Launching bash shell to Docker container from Ubuntu 20.04 in WSL 2 10:42 Viewing containers and images from Docker Desktop GUI 11:18 Listing WSL 2 virtual machines with PowerShell 11:52 Highlights of Docker Desktop settings 12:46 Overview of topics covered in the video Other Beachcasts videos you might find interesting: Setting up a Laravel dev environment using WSL 2 🤍 Gettings started with WSL 2 🤍 Conference Talk Preparation In 8 Steps for Programmers 🤍 How to understand code written by someone else 🤍 Ways to advance your programming skills and improve as a developer 🤍 Make your local DEV environment available on the internet 🤍 AWS Elastic Load Balancer (ELB) Tutorial How-To 🤍 Laravel Model Factory Tutorial using Artisan make:model 🤍 Authentication in Laravel Tutorial 🤍 Top 5 skills to be a better software developer 🤍 Install Laravel in Docker container on Ubuntu for beginners 🤍 Getters and Setters accessors in object oriented programming 🤍 Critical programming issues preventing a PHP 7 upgrade 🤍 Behat for beginners functional REST API testing tutorial 🤍 Doctrine ORM one-to-many bi-directional association 🤍 PHP Mess Detector static analysis to find PHP code smells 🤍 Doctrine ORM one-to-many self-referencing association 🤍 10 reasons to become a consultant in a consulting business 🤍 Zend Framework becomes Laminas project at Linux Foundation 🤍 10 bad things about consulting 🤍 How to get lines of code in PHP 🤍 Make a List handler middleware 🤍 Make a Delete handler middleware 🤍 Make an Update handler middleware 🤍 Use UUID with Doctrine ORM for DB keys 🤍 Make a Create handler middlware 🤍 Automate Hypermedia creation for PHP REST API 🤍 Learn about Hypermedia and how to create it 🤍 Doctrine ORM Paginator for PHP REST API 🤍 Doctrine ORM Entity how to 🤍 Configure Doctrine ORM 🤍 Create PHP middlware with Zend Expressive 🤍 Configure PhpStorm for PHP development with Docker 🤍 Create PHP development environment with docker 🤍 Help through referrals: I use TubeBuddy to help me manage my YouTube channel. If you're interested, click the following link to check it out. 🤍 #docker #wsl2 #beachcasts
Creating a Windows development environment with WSL2, Docker and VS Code in this Walkthrough. WSL2 - 🤍 Docker - 🤍 Docker Compose - 🤍 SUPPORT THE CHANNEL Patron: 🤍 PayPal: 🤍 FIND ME ON THE WEB Twitter: 🤍 GitHub: 🤍 LBRY: 🤍
Developing on Windows with WSL2 (Windows Subsystem for Linux), VS Code, Docker, and the Windows Terminal
This video shows how to setup WSL2 and install Docker Desktop on Windows 10. Search Keywords: - Turn Windows features on or off - winver Commands: - wsl set-default-version 2 - wsl -l -o - wsl install -d Ubuntu-18.04 Page Links: - 🤍 - 🤍
Let's walk through setting up a Windows PC for web development, and use Windows Subsystem For Linux as the backbone. My premium courses: 🤍 Finished product Node.js code: 🤍 Finished product Docker Compose file: 🤍 0:00 Intro 1:03 Windows Subsystem For Linux 5:24 Just For Fun: cmatrix 6:20 VS Code Integration 8:57 Oh My Zsh 11:00 Git 15:52 Windows Terminal 20:40 Node.js 24:50 Docker 33:18 Upgrading From WSL1 To WSL2 38:25 MySQL Follow me for updates on new videos or projects: Instagram: 🤍 Twitter: 🤍 Facebook: 🤍 Twitch: 🤍
🌍The text version of this video: 🔹How to use Docker on Windows 10 (without Docker Desktop). 🔹How to run docker on Windows without Docker Desktop. 🔹Run Docker in WSL Without Docker Desktop. 🔹How To Install Docker Without Docker Desktop On Windows. 🔹Can you use Docker on Windows without Docker desktop? 🔹How to run Docker container without Docker Desktop? 🔹How to run Docker on WSL2 without Docker Desktop? 🔹Run Docker in WSL Without Docker Desktop. 🔹How To Install Docker Without Docker Desktop On Windows. - How to run docker in windows without docker desktop windows 10, install docker cli windows, install docker without docker desktop linux, docker cli windows download, docker-compose without docker desktop, install docker on wsl2 without docker desktop, install docker without docker desktop mac, install docker without docker desktop ubuntu, #bonguides
In this video will be the apps and settings needed in order to continue our series. Links in the video: 🤍 🤍 🤍 🤍 Key points: - install wsl version 2 and a distribution of your choice, also on version 2 - install git and openssh-client in that distribution - install docker Thanks for watching, don't forget to subscribe and spread the word! Happy coding!
Setup the ultimate Web Development environment with Windows and Linux 🐧 using WSL. Make the command line look cool, then add node, git, docker, and more. 🤍 #webdev #windows #linux 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
This episode is just a quick investigation I launched when asked a question in my last WSL video! Here we explore how to use docker in wsl without the windows integration and what my thoughts are on it after using it for a few days In my last video I was asked why I would not just install docker in WSL, I spent several hours playing around with docker, wsl and windows exploring how this works and thought I would make a video explaining. How to install docker without the docker for desktop wsl integration: 🤍 Docker install documentation: 🤍 remember to (on ubuntu) `sudo apt remove gpg` and install something like gnupg2. Join my discord! 🤍
💲 Ajude o Projeto negros.dev doando R$ 5,00 via pix: Essa é a chave aleatória do pix: 9786400f-db24-4aee-b66e-1ba31a52b8eb 👨💻 Descrição: Aprenda a instalar o WSL 2 e o Docker no Windows 10. 🌎 Site: 🤍 🌎 E-mail: marcus🤍negros.dev 🌎 Instagram: 🤍marcuxyz 🌎 Twitter: 🤍marcuxyz
В этом видео мы установим подсистему Linux (WSL 2) на Windows. А так-же установим Docker и попробуем поднять проект написанный на фреймворке Django. Поддержать канал: 🤍 Задать вопрос: 🤍 Полезные ссылки: Код из видео - 🤍 Приобрети VPS и поддержи канал: 🤍
In this video we show you how to run Tensorflow with GPU on Windows using WSL (WSL2) and Docker. There are several steps that should be completed in order. However, the initial challenges are worth is. This is the best way to locally run machine learning tasks on windows. Companion Article: 🤍 If this video helped you out, be sure to like and subscribe for more content! Links (in order of installation): 🤍 🤍 🤍 🤍 Master Tensorflow and Keras with the creator of Keras, François Chollet! Plus, you can help support KNuggies with this affiliate link 🤑: 🤍 The repo containing the Dockerfile and docker-compose.yaml can be found here: 🤍 Join this channel to get access to perks: 🤍 Follow on Social Media to keep up with the latest KNuggies posts: 🤍 Join the Discord server for anouncements: 🤍 All KNuggies Medium articles can be found here: 🤍 Looking for more programming resources? Check out Manning Publications (Affiliate Link): 🤍
WSL (windows linux subsystem) n' est pas compatible avec Docker. A moins que ... Newsletter (Nouvelle formation Docker dispo !!): 🤍 Rejoignez le discord: 🤍 Twitter: 🤍
#easymoney #binance #passiveincome #bot #money Docker Desktop requires a newer WSL kernel version. What should you do? In this video, we show you the way to solve this problem. Link - 🤍 Discord - 🤍 Referral links: Get bonuses and discounts. Binance - 🤍 Binance Referral ID - 93878147 DigitalOcean - 🤍
Windows Subsystem for Linux is a great way to easily get your hands on a Linux environment with a native Bash shell and interacting with native Linux tools. In this video, we take a look at the ultimate Windows Subsystem for Linux tweaks and tips for setting up your WSL environment for DevOps, automation, Kubernetes learning and testing, and more. Subscribe to the channel: 🤍 My blog: 🤍 _ Social Media: 🤍 LinkedIn: 🤍 Github: 🤍 Introduction to Windows Subsystem for Linux - 0:00 New Windows Subsystem for Linux WSL2 install process from Microsoft Store - 1:10 Looking at installing it from Microsoft Store 2:09 How can you tell if you have the latest version installed? 2:40 Overwriting installed version with the Store version - 3:14 Supressing the sudo password prompt - 3:54 Adding the command to suppress the sudo prompt - 4:35 Enabling systemd functionality in WSL 2 - 5:10 Editing the file to add systemd to WSL 2 - 5:45 Shutting down WSL after adding systemd - 6:15 Verifying systemd is installed - 6:30 Introducing Ansible - 6:47 Viewing the commands to install Ansible in WSL 2 - 7:10 Entering Kerberos realm - 8:07 Viewing Ansible version command - 8:18 Adding persistent aliases and why you want to do this - 8:32 Creating the file needed for persistent alias in WSL 2 - 8:53 Pasting in the command needed for the alias - 9:20 Testing the alias created - 10:14 Introducing PowerShell and why you can use it - 10:38 Looking at the commands in WSL for installing PowerShell - 11:02 Executing PowerShell in WSL - 12:08 Adding the VMware PowerCLI module - 12:35 Verifying the VMware PowerCLI installation - 13:13 Working with files between WSL and your Windows WSL host - 13:30 Looking at file navigation, browsing, copying, editing between WSL and Windows host - 14:20 Looking at changing to a mounted Windows host directory in WSL - 14:49 Opening a location in WSL 2 in Windows Explorer - 15:27 Installing Kubernetes inside Windows Subsystem for Linux - 16:23 Viewing the command to install Microk8s - 17:05 Issuing microk8s status command - 17:22 Issuing microk8s kubectl commands - 17:38 Installing Minikube in WSL 2 - 18:02 After prerequisites, beginning Minkube installatio - 18:54 Starting the Minkube cluster - 19:36 Viewing Minkube cluster with kubectl - 19:51 Conclueding thoughts on Windows Subsystem for Linux tweaks - 20:00 Windows Subsystem for Linux now GA and how to install it: 🤍 Windows Server 2022 WSL 2 support with KB5014021 Windows Update: 🤍
Don’t leave yourself unprotected, get the best protection by checking out BitDefender Premium Security at the link below. 🤍 Today you are going to explore the mysterious world of Docker networking. From the default bridge to the blackhole of none. NetworkChuck is going to help you navigate this fascinating technology. 🔥🔥 Guide and Walkthrough: 🤍 Follow Christian Everywhere: Youtube: 🤍 Twitter: 🤍christian_tdl Instagram: christian_tdl Linkedin: Christian Lempa 🔥🔥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 1:17 ⏩ What do you need? 2:19 ⏩ Let’s do this! 3:33 ⏩ The first network: The Default Bridge 10:44 ⏩ The second network: The User-defined Bridge 15:38 ⏩ The third but best network: The MACVLAN 22:51 ⏩ MACVLAN, trunked: MACVLAN 802.1q 25:01 ⏩ The fourth network: IPVLAN (L2) 27:05 ⏩ The fifth and my favorite network: IPVLAN (L3) 36:40 ⏩ The sixth network: Overlay network 37:35 ⏩ None 38:11 ⏩ Outro AFFILIATES & REFERRALS - (GEAR I USE...STUFF I RECOMMEND) My network gear: 🤍 Amazon Affiliate Store: 🤍 Buy a Raspberry Pi: 🤍 #docker #dockernetworks #Networks
Documentation - 🤍
In this video we will see how you can install Docker Desktop, WSL, and other Needed steps to get Laravel 9.x up and running on Windows 11. Chapters 0:00 intro 00:23 install and setup docker desktop 02:08 WSL 05:00 install Laravel 11:49 setup Laravel application 12:58 view new local Laravel application
Aprende a instalar Docker en Windows (Windows 10 y Windows 11), de forma sencilla usando la documentacion oficial. Tambien veremos como instalar Windows Subsystem for Linux y como empezar a tenerlo en nuestro sistemas disponible para poder crear contenedores e instalar softaware o crear entornos de desarrollo. Documentacion de Docker: 🤍 Documentacion de WSL: 🤍 Docker para Desarrolladores: 🤍 🎥 Videos Recomendados: Github Pages npm ➜ 🤍 Mongodb Visual Studio Code ➜ 🤍 Mongoose ➜ 🤍 Curso de Nodejs ➜ 🤍 Thunder Client ➜ 🤍 Variables de Entorno en Nodejs ➜ 🤍 Curso de Git ➜ 🤍 Rest client VSCode ➜ 🤍 Mongodb Atlas ➜ 🤍 👨💻 ¿Qué servicios y productos utilizo? Ledger (Hardware Wallet) ➞ 🤍 SiteGround ➞ 🤍 DigitalOcean ➞ 🤍 Expo ➞ 🤍 Cloudinary ➞ 🤍 Namecheap ➞ namecheap.pxf.io/ErDe9 #docker #windows #wsl
HOW TO INSTALL WSL AND RUN DOCKER IN UBUNTUN IN WINDOWS 10 PC. Get started learning Docker and Linux! It's even supported on Windows 10 home version. Docker running in Ubuntu... Install and Run Docker in WSL (Windows Subsystem for Linux for Windows 10/11) without Docker Desktop. WSL 2 uses virtual machine technology to allow you to run a real Linux kernel directly on Windows 10. This also allows you to run Docker within Ubuntu running on Windows 10. WSL update link- Go to this website 🤍 and install WSL Update Find the below commands to run docker.... wsl -l -v wsl set-version Ubuntu 2 sudo apt-get update sudo apt-get install -y apt-transport-https ca-certificates curl software-properties-common libssl-dev libffi-dev git wget nano sudo groupadd docker sudo usermod -aG docker username Id username curl -fsSl 🤍 | sudo apt-key add sudo add-apt-repository "deb [arch=amd64] 🤍 $(lsb_release -cs) stable" curl -s 🤍 | sudo apt-key add echo "deb 🤍 kubernetes-xenial main" | sudo tee /etc/apt/sources.list.d/kubernetes.list sudo apt-get update sudo apt-get upgrade -y sudo apt-get autoremove -y sudo apt-get install -y docker-ce containerd.io sudo apt-get install -y kubectl echo "sudo service docker start" >> ~/.profile exit
Pictures always help. We can use this one to put together a basic description of how the Windows, WSL2 Linux distributions, and Docker on WSL and Kubernetes talk to each other over localhost. What is that "kubectl proxy" and "kubectl port forwarder" magic? There is also some asymmetric behavior that may be obvious on a first pass. Blog: 🤍
If you did not install WSL 2 before installing Docker, you will receive the WSL 2 installation is incomplete error when you try to start Docker. Download WSL2 Kernel: 🤍 = Other popular videos: Big Sur on VirtualBox: 🤍 Android on VirtualBox: 🤍 Kali Linux on VirtualBox: 🤍 Ubuntu on VirtualBox: 🤍 Monterey on VMWare: 🤍 Ubuntu on VMWare: 🤍 = Connect with Me ▶ Blog: 🤍geekrar.com ▶ Twitter: 🤍twitter.com/Geekrar ▶ Instagram: 🤍instagram.com/geekrar.official ▶ Email: contact🤍geekrar.com = Support Me ... Like, Share, Subscribe! Methods of support: 🤍 🤍 🔔 Subscribe for more guides & tips 🤍 My Other Channels 🎬 GEEKrar Main Channel: youtube.com/c/GEEKrar 🎬 GEEKrar OpenBox Shorts: 🤍 🎬 CryptoJar: 🤍 #geekrarguides
How to Install Docker Engine and Docker Compose on Windows Subsystem for Linux (WSL 2)? Article: 🤍 #docker #dockercontainer #wsl #srccodes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Connect with Abhijit Ghosh on Social Media: 🤍 🤍 🤍 🤍
WSL 2 is a new version of the Windows Subsystem for Linux that provides a faster and more integrated experience for running Linux on Windows. In this video, I will show you how to install WSL 2, how to create a Linux environment, and how to install and use common Linux commands.
Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly. 🎥 AWS Projects Playlist 🤍 📕 Source Code/ Documentation/ References Docker Installation Documentation 🤍 - ➡ Java Projects: 🤍 ➡ JavaScript Projects: 🤍 ➡ React Projects: 🤍 ➡ MERN Stack Projects: 🤍 ➡ Spring Boot Full Stack: 🤍 ➡ Next.js Projects: 🤍 ➡ Projects with AWS: 🤍 ➡ LeetCode Questions: 🤍 🌎 Find Me Here: Instagram: codeforinterview (🤍 Telegram: codeforinterview (🤍 #docker #installdocker #dockercontainer
Neste vídeo veremos e entendermos como usar o Docker Engine (Docker Nativo) no Windows através do WSL 2. Desta forma iremos rodar o Docker da maneira mais eficiente no Windows, melhorando a performance e diminuindo o consumo de memória RAM. 00:00 - Introdução 01:26 - O que é o WSL ? 05:47 - Requisitos mínimos para rodar o WSL 07:35 - Desenvolvimento dentro do WSL 10:44 - Instalação do WSL e Docker (Usando Docker Engine) 21:16 - Migração do Docker Desktop para Docker Engine 22:36 - Conclusões → Participe da Imersão Full Stack && Full Cycle 3.0 de forma gratuita: 🤍 → Tutorial de instalação do WSL 2 e Docker: 🤍 ➕ ▪ Clique no botão vermelho, INSCREVA-SE aqui no canal e ative as notificações 🛎para o youtube te avisar dos novos conteúdos por aqui. E não esquece de deixar seu 👍nos vídeos. Isso nos ajuda a saber se você tá curtindo, beleza? → Baixe nosso livro sobre Docker: Acesse: 🤍 → Siga-nos no Instagram: 🤍devfullcycle → Participe de nosso Canal no Telegram: 🤍 → Assine nosso Podcast: 🤍
Whenever I run “yarn install”, I can go for a walk since it takes forever under the windows subsystem for Linux or #wsl2. But I fixed that and made #yarn on #WSL and yarn almost as fast as running native. 🤍 🤍 🤍 🤍 🤍
Command 1:- dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart Link:- 🤍 Command 2:- wsl set-default-version 2 In This Video We Will See How to Fix Docker Desktop Requires a Newer WSL Kernel Version Error Windows 11 / 10 Here Are The Steps to Fix Docker Desktop Requires a Newer WSL Kernel Version Error Windows 11 / 10 1. Click Quit Button To Close Docker 2. Search "turn windows features on or off" 3. Click "Turn Windows features on or off" 4. Scroll Down Until You Find Windows Hypervisor Platform 5. Tick Windows Hypervisor Platform & Also Make Sure Virtual Machine Platform Is Ticked 6. Click OK Button 7. Click Close Button 8. Search PowerShell 9. Right-click on "Windows PowerShell" & Click Run as Administrator 10. Or Right-Click On Start Button & Click "Windows Powershell (Admin)" 11. Type "dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart" & Hit Enter on Your Keyboard 12. Close Powershell or Minimize It 13. Open Your Browser 14. Paste The Link In Address Bar & Hit Enter On Your Keyboard:- 🤍 15. Click "Wsl2 Linux Kernel Update Package For X64 Machines" To Download Wsl 2 16. Wait For Download To Finish 17. Now Click To Install Wsl 2 18. Click Finish Button 19. Close Your Browser 20. Copy Code:- wsl set-default-version 2 21. Again Open Powershell As Run As Administrator 22. Now Type The Code That We Previously Copied & Then Hit Enter on Your Keyboard 23. Close PowerShell 24. Restart Your Computer 25. Now Open Docker 26. Done! Contact Us Facebook: 🤍 Twitter: 🤍 Wikipedia: 🤍 YouTube: 🤍 Don't Forget To Like Share And Subscribe
Tutorial de instalação e configuração do WSL + Docker: 🤍 Minhas configurações do VSCode: 🤍 Slides sobre configurações de ambiente: 🤍 👇🏼 Entre os dias 19 a 26 de Junho, vai rolar a Imersão Full Stack & Full Cycle, um evento online e 100% gratuito onde eu vou te mostrar como trabalhar com aplicações de grande porte. → Inscreva-se gratuitamente em: 🤍
Dans ce tuto en vidéo, je vous explique comment installer WSL 2, c'est à dire le sous système Linux de Windows afin ensuite de pouvoir profiter de DOCKER sous Windows Edition Familiale aka Windows HOME pour vos containers. #docker #windowshome Vous trouverez les tutos détaillés ici : 🤍 et là : 🤍 ★ RETROUVEZ-MOI SUR TWITCH EN LIVE ★ Je fais également du live stream sur : 🤍 ⚑ S'ABONNER A LA CHAINE ⚑ Si vous ne voulez pas rater les prochaines vidéos, n'hésitez pas à vous abonner, à cocher la cloche et tout le reste via 🤍 ★★★ RETROUVEZ-MOI AILLEURS ★★★ Laissez un commentaire sur cette vidéo et j'essayerai d'y répondre. Ou vous pouvez également vous me retrouver sur différentes plateformes sociales : Mon site : 🤍 Pour s'abonner au podcast : 🤍 Twitter : 🤍 Instagram : 🤍 Facebook : 🤍 La chaine YouTube Webosaures : 🤍 ★★ J'ai écrit un livre ★★ Libérez-vous de votre smartphone : 🤍 ✔ Liens mentionnés dans la vidéo ✔ Pas de liens pour cette vidéo. Merci d'avoir regardé, liké et/ou partagé - j'apprécie vraiment :) Faites attention à vous #Korben
Docker lässt sich unter Windows einfach installieren doch viele haben das Problem mit Bind Mount und WSL, wenn dein Code zu langsam läuft dann ist das Video genau richtig für dich. Kanalmitglied werden und exklusive Vorteile erhalten: 🤍 Schau dir außerdem an PHP 7.4, Apache 2 und Maria DB mit Docker aufsetzen 🤍 und DDEV eine alternative zu Xampp 🤍 🔗 Links * Download Docker: 🤍 🧾 Code * 🌐 Sonstiges * Weitere Themenvorschläge und/oder Kooperationen in die Kommentare. #wls #windows #php 🤑 Affiliate * Mein Gear: 🤍 * Lade mich auf ein Kaffee ein: 🤍 * Hierbei handelt es sich um ein Affiliate-Link, es entstehen keine weiteren Kosten beim Einkauf eines Produkts über diesen Link, du unterstützt aber meinen Kanal direkt. 🕛 Zeitstempel *
An overview of all of the tools I use on Windows 10 / WSL 2 to have a productive dev environment. Hit the subscribe button to receive more videos like this! - Timestamps: 0:00 What we'll cover in this video 1:45 Using the PowerToys app launcher 3:22 Using the new Microsoft Terminal 4:33 Installing and getting set up with WSL 2 using Ubuntu 20.04 LTS 6:04 Quick demo of using Docker Desktop with WSL 2 9:45 Installing Docker Desktop and configuring it for WSL 2 11:28 Viewing an updated list of all of the tools I use 12:17 Managing virtual desktops with DexPot 14:24 Using Ditto to access and search previous clipboard entries 16:12 Using AutoHotkey (AHK) for key remapping, global hotkeys and more 18:25 Configuring programs to start up when Windows boots up 19:06 Using Sizer to quickly size and position windows 21:00 Using Chrome, Google Hangouts, Zoom and the Momentum browser extension 21:37 Using HexChat to chat on IRC 22:15 Listening to music with foobar2000 22:49 Using IrfanView for viewing, resizing and cropping images 23:28 Using GnuCash for personal finance tracking and accounting 23:59 TL;DR on the video tools that I use (OBS, Camtasia and DaVinci Resolve) 24:26 Running in Production is a podcast where we talk about deploying web apps 24:42 Installing all of the tools I use on the Linux side in WSL 2 25:14 Configuring the .wslconfig file to avoid WSL 2 soaking up all of your memory 26:09 You can replicate this set up by mostly copy / pasting these commands 26:27 Using ASDF to manage versions for a few different programming languages 27:05 Maybe using Ansible, the AWS CLI v2 and Terraform 27:36 Using FZF to open files plus fuzzy search text in Vim and on the command line 28:36 Clipboard sharing between WSL 2 and Windows with VcXsrv 30:19 Using htop to monitor your system's resource usage and get a list of processes 30:52 Using the pass CLI tool to manage passwords and other sensitive data 31:52 High level overview of how you could use my dotfiles 32:27 Ensuring you have a few WSL specific lines in your bash, zsh, or fish config 33:36 Final verdict? I'm really happy with this set up Tools reference links: - 🤍 - 🤍 - 🤍 - 🤍 (Vim / tmux playlist) - 🤍 - 🤍 - 🤍 - 🤍 - 🤍 - 🤍 - 🤍 - 🤍 - 🤍 - 🤍 - 🤍 - 🤍 - 🤍 - 🤍 - 🤍 - 🤍 - 🤍 - 🤍 - 🤍 - 🤍 - 🤍 Courses and Podcast reference links: - 🤍 - 🤍 - 🤍 - Follow along? Personal Website: 🤍 Twitter: 🤍
Windows development setup with WSL2, ZSH, VSCode Walkthrough! I'll show you which tools I'm using in my development setup for DevOps, Security research, and programming. We also cover how to customize your Linux Shell and other productive tools when working with the Windows Subsystem for Linux. #Windows #WSL2 #WindowsTerminal Install WSL2: 🤍 Nerd Fonts: 🤍 My GitHub Dotfiles: 🤍 Powerlevel10k: 🤍 Yadm: 🤍 Follow me: TWITTER: 🤍 INSTAGRAM: 🤍 DISCORD: 🤍 GITHUB: 🤍 PATREON: 🤍 MY EQUIPMENT: 🤍 Timestamps: 00:00 - Introduction 00:29 - Why run Linux on Windows? 01:16 - Windows Subsystem for Linux (WSL2) 02:32 - Windows Terminal 05:04 - ZSH and Powerlevel10k on Linux 07:39 - YADM Dotfiles Manager 09:37 - VSCode All links with "*" are affiliate links.