Тёмный

Docker in 40 minutes (Includes Hands-on) 

JimShapedCoding
Подписаться 29 тыс.
Просмотров 12 тыс.
50% 1

Опубликовано:

 

14 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 48   
@jimshapedcoding
@jimshapedcoding 3 года назад
Hi all. Enjoy this Docker overview in just 40 minutes! I recommend everyone to stick with this video as Docker is one of the greatest tool to be familiar with as a one who writes code! Enjoy! Important note about the installation: Please check on Windows task manager the following thing: Go to "Performance" tab, if you see Virtualization: Disabled on bottom right, then you will have some troubles unfortunately, this means that you probably own a Windows 10 Home edition, which does not deliver the feature of virtualization. Hence, docker will not work. Excuse me for not mentioning this as a side note in the installation.
@katyalitvak3815
@katyalitvak3815 2 месяца назад
Thank you for your great explanation, helped me a lot
@jimshapedcoding
@jimshapedcoding 2 месяца назад
Glad it helped! - Lemme know if you have any questions
@brunocarvalho3229
@brunocarvalho3229 3 года назад
So grateful for had find your channel! I'm finally getting confident on programming stuff, I've just completed 2 series of your channel, heading to my third! Thank u so much!! I would love to see another end to end real world python project on your channel!
@jimshapedcoding
@jimshapedcoding 3 года назад
Thanks a lot Bruno, very kind words! Keep going :)
@chaithdridi2718
@chaithdridi2718 5 месяцев назад
love your explanation
@jimshapedcoding
@jimshapedcoding 5 месяцев назад
Thanks a lot!
@CodeWithTomi
@CodeWithTomi 3 года назад
Nice one bro... love your courses
@jimshapedcoding
@jimshapedcoding 3 года назад
Thanks a lot Tomi! :)
@jamesnoria8887
@jamesnoria8887 3 года назад
I was needing this. Thank you very much
@jimshapedcoding
@jimshapedcoding 3 года назад
Wonderful! Feel free to share with people who have interest in Docker.
@tobenary
@tobenary 3 года назад
A great video tutorial, all explained in one place, including error handling. Thank you so much! Keep that work!
@jimshapedcoding
@jimshapedcoding 3 года назад
Thanks Tomer, appreciate it and glad you've enjoyed!
@shayhalfon5460
@shayhalfon5460 3 года назад
Thank you very much. Looking forward to more videos!
@jimshapedcoding
@jimshapedcoding 3 года назад
More to come! Feel free to share with your friends :)
@alonalon8794
@alonalon8794 3 года назад
what is this refreshenv and do you have a video that explains how to work with environment variables and what's their purpose? Thanks a lot for all your great contents you explain
@primezaha
@primezaha 2 года назад
soo good explanation! thanks!
@jimshapedcoding
@jimshapedcoding 2 года назад
You're welcome!
@KrishnaMishra-fy7dg
@KrishnaMishra-fy7dg 3 года назад
Thank you for this. I loved watching match it.
@jimshapedcoding
@jimshapedcoding 3 года назад
You're welcome 😊
@sirius_academy
@sirius_academy 3 года назад
Thanks a lot for this. Please can you do a video explaining APIs?
@jimshapedcoding
@jimshapedcoding 3 года назад
Thanks for watching and that's a great idea for sure!
@arashmadadi3058
@arashmadadi3058 3 года назад
Thanks for the tutorial. Inside the `Dockerfile`, `WORKDIR` command does `mkdir` and `cd` job at the same time therefore `RUN mkdir` in previous line can be removed.
@jimshapedcoding
@jimshapedcoding 3 года назад
Correct. Thanks for the info!
@alonalon8794
@alonalon8794 3 года назад
In 12:45 when you run the docker --version, you do this from a different path..before, during the installations, you worked from different paths. why it recognizes the docker now? And more generally, when it's possible to recognize something from different paths? for example I see that when i do pip install from different paths, things work. why I dont need to do it from specific path?
@DamsterProd
@DamsterProd 3 года назад
great tutorial, thanks!
@jimshapedcoding
@jimshapedcoding 3 года назад
Glad it was helpful!
3 года назад
Thanks!
@jimshapedcoding
@jimshapedcoding 3 года назад
Welcome!
@omgu8myfoot
@omgu8myfoot 3 года назад
Gret tutorial, however after copying your code exactly, I dont seem to be getting any output logs in my command prompt. Any suggestions?
@jimshapedcoding
@jimshapedcoding 3 года назад
Thanks, did you use the Python Unbuffered environment variable I talked about?
@omgu8myfoot
@omgu8myfoot 3 года назад
@@jimshapedcoding Yeah, i tried taking your entire code from the repo aswell, same result. However during the install I couldnt do the "Enable HyperV feature". Do you think this is why? I got an error of "'Enable-WindowsOptionalFeature' is not recognized as an internal or external command"
@barrientoscardenaslinofern4717
@barrientoscardenaslinofern4717 3 года назад
my computer runs windows 7. Can I use docker? I check dockertoolbox but is not active anymore
@edsouza6029
@edsouza6029 3 года назад
Hello Jim first of all thank you for all the videos that you posted on you tube. I have a question. I have a Hyper-V environment setup on my windows 10 laptop. I have an Ubuntu installation on one of the VM's. I was unsuccessful in installing Docker on it. Is there any problem if I install Docker on my Host machine running Hyper-V. Will there be any conflicts or crash my laptop sine both are bare metal virtualisation environment. Or will it be safer in installing Docker on a new VM running Windows10. What is the best way forward. Thank you.
@jimshapedcoding
@jimshapedcoding 3 года назад
Hey Ed, thanks for following my tutorials, are you interested to launch docker on a virtual machine after all ? I think you should follow the installation for Windows and maybe avoid installing the Docker in the Ubuntu VM you have. Should be easier.
@edsouza6029
@edsouza6029 3 года назад
@@jimshapedcoding Hi Jim I read that you can create a nested Hyper-V environment on a VM and user that to install Docker on. I am currently just preparing the environment and will let you know how it goes.
@edsouza6029
@edsouza6029 3 года назад
Hello Jim. I installed and ran the tutorial successfully as I mentioned above i.e. building a nested VM environment. Thank you again for this beautiful tutorial and keep up the good work.
@jimshapedcoding
@jimshapedcoding 3 года назад
@@edsouza6029 Wonderful Ed.
@davidlin7397
@davidlin7397 3 года назад
In 12:47 I run (docker run hello-world) , but i got this error. docker: error during connect: Post %2F%2F.%2Fpipe%2Fdocker_engine/v1.40/containers/create: open //./pipe/docker_engine: The system cannot find the file specified. In the default daemon configuration on Windows, the docker client must be run elevated to connect. This error may also indicate that the docker daemon is not running. See 'docker run --help'.
@KashaNenasha
@KashaNenasha Год назад
I got this too. Try to launch Docker Desktop first from the windows start menu, and then run 'docker run hello-world'. It worked for me.
@शिवम-ष3झ
@शिवम-ष3झ 2 года назад
I got an error in Amazon Linux 2..i.e " bash :Ubuntu : command not found " ..so what I do for solving this error plz help .,
@barrientoscardenaslinofern4717
@barrientoscardenaslinofern4717 2 года назад
12:05 the command doesn´t work because i don´t have windows 10 pro. what can i do?
@jimshapedcoding
@jimshapedcoding 2 года назад
Hey Barrientos, I am available on Discord and we do have a channel called Docker that you can ask your problem.
@ExtremeCoding
@ExtremeCoding 3 года назад
Microsoft Windows [Version 10.0.18363.900] (c) 2019 Microsoft Corporation. All rights reserved. C:\WINDOWS\system32>choco install docker-desktop Chocolatey v0.10.15 Installing the following packages: docker-desktop By installing you accept licenses for the packages. Progress: Downloading docker-desktop 3.1.0... 100% docker-desktop v3.1.0 [Approved] docker-desktop package files install completed. Performing other installation steps. The package docker-desktop wants to run 'chocolateyinstall.ps1'. Note: If you don't run this script, the installation will fail. Note: To confirm automatically next time, use '-y' or consider: choco feature enable -n allowGlobalConfirmation Do you want to run the script?([Y]es/[A]ll - yes to all/[N]o/[P]rint): A File appears to be downloaded already. Verifying with package checksum to determine if it needs to be redownloaded. Hashes match. Hashes match. Installing docker-desktop... [09:43:35.234] [InstallWorkflow] Prerequisite failed: Docker Desktop requires Windows 10 Pro/Enterprise (16299+) or Windows 10 Home (18362.1040+). ERROR: Running ["C:\Users\SOUBHAGYA\AppData\Local\Temp\chocolatey\docker-desktop\3.1.0\Docker Desktop Installer.exe" install --quiet ] was not successful. Exit code was '1'. See log for possible error messages. The install of docker-desktop was NOT successful. Error while running 'C:\ProgramData\chocolatey\lib\docker-desktop\tools\chocolateyinstall.ps1'. See log for details. Chocolatey installed 0/1 packages. 1 packages failed. See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log). Failures - docker-desktop (exited 1) - Error while running 'C:\ProgramData\chocolatey\lib\docker-desktop\tools\chocolateyinstall.ps1'. See log for details. C:\WINDOWS\system32> Please help I am getting this error...
@miro39926
@miro39926 3 года назад
Prerequisite failed: Docker Desktop requires Windows 10 Pro/Enterprise (16299+) or Windows 10 Home (18362.1040+). Do you have Windows 10 on your machine ?
@ExtremeCoding
@ExtremeCoding 3 года назад
@@miro39926 Yup obviously...my laptop has original licensed windows 10 home pre-installed
@miro39926
@miro39926 3 года назад
@@ExtremeCoding Maybe it is because of the home edition , Check in task manager under performance tab if virtualization is enabled or not.
@munkelo
@munkelo 3 года назад
@@ExtremeCoding ...and is it build 18362.1040+ are per the pre-requisite?
Далее
The intro to Docker I wish I had when I started
18:27
Просмотров 156 тыс.
18 Weird and Wonderful ways I use Docker
26:18
Просмотров 289 тыс.
Docker Crash Course for Absolute Beginners [NEW]
1:07:39
Using docker in unusual ways
12:58
Просмотров 456 тыс.
How To Use Docker To Make Local Development A Breeze
21:53
The NGINX Crash Course
50:53
Просмотров 492 тыс.