Introducing Docker Build Cloud
6:28
Docker and Nix (DockerCon 2023)
48:09
Пікірлер
@samucancld
@samucancld Күн бұрын
I watched in 2x, nice video
@samucancld
@samucancld Күн бұрын
Great talk
@valcron-1000
@valcron-1000 Күн бұрын
So exactly what did this accomplish? How were Go/Make/Git set up? What can be accessed from the contaner? Can these be used from outside Docker Desktop? Terrible demo.
@samucancld
@samucancld 2 күн бұрын
compose is the best! thanks for your work, it must be an amazing team
@samucancld
@samucancld 3 күн бұрын
his talks are the best 👏
@MarcinKawka
@MarcinKawka 3 күн бұрын
JS is a garbage
@ObviousIndian
@ObviousIndian 5 күн бұрын
Thanks for the walkthrough guys. You made it look very easy and indeed my extension is up & running by 15mins. Khudos..
@excellencementoringclub
@excellencementoringclub 7 күн бұрын
Great content
@kansalmukul1
@kansalmukul1 7 күн бұрын
Superb...
@shridharpp
@shridharpp 7 күн бұрын
Thank you :)
@mrlectus
@mrlectus 7 күн бұрын
please calm down
@willlehrfeld457
@willlehrfeld457 9 күн бұрын
This was really helpful Peter, thank you.
@4AlexeyR
@4AlexeyR 10 күн бұрын
Thanks for interesting approach using IDE inside a container. Could you explain why you do not use --watch to volume to update code immediately after change on host's mapped volume? What benefits to edit with VSCode in the container instead of the local host filesystem?
@Alexander-pk1tu
@Alexander-pk1tu 14 күн бұрын
This video rocks!! Very nicely said and organised
@user-cx6rg6mr7d
@user-cx6rg6mr7d 16 күн бұрын
I have a noob question, why we want to setup a dev environment in a docker?
@omerpriel5588
@omerpriel5588 18 күн бұрын
For 8 years since this video came out. And still he is the only one who explained docker really well thank you very much
@omerpriel5588
@omerpriel5588 18 күн бұрын
And it was fun (in the good way)
@pedropcamellon
@pedropcamellon 20 күн бұрын
Informative and concise. Loved it! :) thanks!
@ParrotfishSand
@ParrotfishSand 23 күн бұрын
You talk a lot and it all sounds useful but there is very little useful information here for a noob to use to fix vulnerabilities.
@pendelbus555
@pendelbus555 24 күн бұрын
So good!
@sanaullahaq5568
@sanaullahaq5568 24 күн бұрын
unable to find the github link in the description
@NeverDoubtMe23
@NeverDoubtMe23 26 күн бұрын
I wouldn't give red hat/IBM one dime of our money. We actively cut red hat from our corporation including ansible and couldn't be happier.
@DockerInc
@DockerInc 27 күн бұрын
To learn how Docker + OpenShift work better together, check out the full video here: kzbin.info/www/bejne/bIenq6enpJWYiJo
@DockerInc
@DockerInc 28 күн бұрын
To learn how Docker + OpenShift work better together, check out the full video here: kzbin.info/www/bejne/bIenq6enpJWYiJo
@JPy90
@JPy90 28 күн бұрын
Thank you so much for the technology presentation, make it again with Python :D
@DockerInc
@DockerInc Ай бұрын
If you have specific topics or questions about Docker and OpenShift that you'd like us to cover in future videos, let us know!
@schawanji
@schawanji Ай бұрын
Life saver!
@lowellwooden5523
@lowellwooden5523 Ай бұрын
Hey what is your terminal git prompt configuration? It’s really clean and simple!
@user-ky2fw9kw7m
@user-ky2fw9kw7m Ай бұрын
Legend!
@gustrr
@gustrr Ай бұрын
How does this compare to nixpkgs pkgs.dockerTools.buildImage function that also builds a docker image from a derivation?
@thusharajayamanna9254
@thusharajayamanna9254 Ай бұрын
Great stuff.
@seheyt
@seheyt Ай бұрын
I think radically building the entire image in Nix and only streaming the result may magically fix the cache cost incurred on update (because nix already knows how to) and also results in single-layer minimal images. Single-layer is just more efficient. Oh, and also it keeps all things declarative (the SBOM output can be declarative, as opposed as accidentally being back to imperative because of … well that’s the nature of the copy command in Dockerfiles
@seheyt
@seheyt Ай бұрын
Excellent talk nonetheless. Even if the end-result doesn’t yet look optimal to me, one thing this does in a way that would otherwise not happen, is to highlight the difference in paradigm/mindset between the two ecosystems. It was highly enlightening to me in that way.
@TimLF
@TimLF Ай бұрын
Docker Desktop on Windows is using a VM though, so it's only a container on a Linux host.
@akshaydongare2136
@akshaydongare2136 Ай бұрын
Amazing video!
@MartinsTalbergs
@MartinsTalbergs Ай бұрын
Much love brother!
@StefanescuLiviu
@StefanescuLiviu Ай бұрын
I still don't understand wtf is Moby and why
@valentetorija7890
@valentetorija7890 Ай бұрын
Agradezco la infirmación que es estupenda para probar la aplicación en mi centro de trabajo donde se cultivan hortalizas, voy a instalar FarmOS en mi propio servidor con docker compose en un entorno con Proxmox.
@bopsap.gammazape
@bopsap.gammazape Ай бұрын
This was awesome thank you!
@LordOfRuin
@LordOfRuin Ай бұрын
Thanks for this! Currently moving a monolith, and my first thought was to refactor into smaller containers from the beginning, but that is not what the business wants. It wants to deliver faster and there is no reason why it can't just be one large container for now, and then subdivided later.
@SkyLabZaamslagtheNetherlands
@SkyLabZaamslagtheNetherlands 2 ай бұрын
You lost me after 2 Minutes, 2 guys speaking weird English like their head is in a Bucket and a bad dialect behind that! Then i got lost flying thru the pages and settings! Really think you help someone with this crap? No Thanks, and BYEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE....
@martinolsak2400
@martinolsak2400 Ай бұрын
I agree.
@FCBtriplet
@FCBtriplet 2 ай бұрын
How do you search in terminal history like this? It seems like an improved Ctrl + R
@user-xn4iv8hj6j
@user-xn4iv8hj6j 2 ай бұрын
Is it possible to follow this workshop now without having any expences? E.G. I try to launch an AWS EC2 g5.2xlarge wants ~1.3 USD/h I am not able to follow this wotkshop with the t3.micro from fre Free tier. Also the prerequisites instructs me to choose a "Deep Learning AMI GPU Python 2.0.1, Ubuntu 20.04", the closes I am able to find is "Deep LEarning AMI Neuron (Ubuntu 22.04) 20240226"
@animalschannal123
@animalschannal123 2 ай бұрын
Thanks for sharing
@user-kr1ex8cy1z
@user-kr1ex8cy1z 2 ай бұрын
Amazing video, but didn't got the solid reason for using --no-cache-dir in pip install, was it to reduce space or something?
@soccernerd200
@soccernerd200 2 ай бұрын
I'm stuck at 14:36. I have followed all steps, but when I choose attach to a running container, and select my container, no code pulls through to the new instance. Any ideas? Do I need to do this step?
@janlodewijk1985
@janlodewijk1985 24 күн бұрын
Same problem here!
@bikis8963
@bikis8963 21 күн бұрын
Find and select /code folder
@stefanflaschko
@stefanflaschko 2 ай бұрын
Where is the deploying part? localhost is not deployment.