I Played DOOM on my wife’s computer with Docker!

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 พ.ย. 2024

ความคิดเห็น • 89

  • @rexsybimatrimawahyu3292
    @rexsybimatrimawahyu3292 27 วันที่ผ่านมา +38

    Thanks nerd

    • @aloktzy27
      @aloktzy27 27 วันที่ผ่านมา

      Hell yeah Indonesian🗣️

    • @dizzypear
      @dizzypear 8 วันที่ผ่านมา

      You ain't him bro

  • @mohitkumar-jv2bx
    @mohitkumar-jv2bx 27 วันที่ผ่านมา +150

    An Arch user with a Wife 😮

    • @Tom-r3u
      @Tom-r3u 27 วันที่ผ่านมา +12

      How did you think he got his wife... btw :P

    • @mahiabir6348
      @mahiabir6348 27 วันที่ผ่านมา +7

      Imagine being a Nix user then

    • @S0ft_b4b3
      @S0ft_b4b3 27 วันที่ผ่านมา +5

      Meanwhile gentoo being polyamorous 😎

    • @RobertHolak
      @RobertHolak 27 วันที่ผ่านมา +7

      yay -S wife

    • @TheSephix57
      @TheSephix57 27 วันที่ผ่านมา +2

      It's obviously an AI generated image of a wife.

  • @AshesWake-sf7uw
    @AshesWake-sf7uw 27 วันที่ผ่านมา +32

    LMAO the root username in your wife's terminal 😂
    -WIFE ~> sudo rm -rf husband

  • @dawids3022
    @dawids3022 27 วันที่ผ่านมา +15

    This sounds like docker sponsored ad for docker scout.

  • @asksearchknock
    @asksearchknock 26 วันที่ผ่านมา +6

    Very cool video and great job on showing the power of docker.. my only suggestion would be that you could have used a multi-step build which would have made the image much smaller. I’d also suggest using the from / to cache in the build command. And now of course the challenge we all should ask ourselves when we’ve got a working container… how small can I make it 😂 Its Alpine Time 😂

  • @vikaspoddar001
    @vikaspoddar001 27 วันที่ผ่านมา +11

    100k before December 💪💪💪 go nerd

    • @typecraft_dev
      @typecraft_dev  27 วันที่ผ่านมา +4

      Hell yeah let’s gooooo

  • @sledgex9
    @sledgex9 27 วันที่ผ่านมา +2

    - How to share with other people?
    - But of course, use a 3rd party platform! Aka dockerhub?
    - But why not the docker image itself directly ?
    - Because the process to do it on either end isn't as streamlined/easy as using dockerhub.
    - oh great, another dependency on a 3rd party platform

  • @steeltormentors
    @steeltormentors 27 วันที่ผ่านมา +3

    you keep on saying Zig this Zig that...what is it actually? somekind of speedster lizard species? Can you cover more on this, it sounds interesting!
    anyway great video, cheers!

    • @nnshshwh3966
      @nnshshwh3966 27 วันที่ผ่านมา +1

      Zig is a programming language.

  • @phlynniii
    @phlynniii 25 วันที่ผ่านมา +2

    docker image of your Neovim for Newbs... Or do I miss that already?
    Thank you so much for your work!

  • @n0santos
    @n0santos 26 วันที่ผ่านมา +1

    This was a great video! Thank you!

    • @typecraft_dev
      @typecraft_dev  26 วันที่ผ่านมา

      Glad you enjoyed it!

  • @dragongamer2774
    @dragongamer2774 27 วันที่ผ่านมา +3

    Great Video Sir!!

  • @shawnyeager3243
    @shawnyeager3243 27 วันที่ผ่านมา +1

    You are so good at this. Another great vid.

  • @Thundechile
    @Thundechile 27 วันที่ผ่านมา +21

    The AI generated wife was really impressive.

  • @PetrSUsername
    @PetrSUsername 27 วันที่ผ่านมา

    With colima (docker alternative) and possibly with docker desktop on the "target" machine you should be able to choose what architecture to run in the vm. Because docker on mac os runs inside vm. So you wouldnt need arm image.

  • @PalashBackup
    @PalashBackup 27 วันที่ผ่านมา +23

    Instructions unclear. Can't find a wife.

    • @typecraft_dev
      @typecraft_dev  27 วันที่ผ่านมา +7

      lol

    • @Gigusx
      @Gigusx 27 วันที่ผ่านมา +6

      Have you tried using Docker Scout to see if it can find one for you? 😏

  • @cowfacedev
    @cowfacedev 27 วันที่ผ่านมา +4

    Waiting for someone to mention nix's docker builder.....

  • @pawesedrowski6743
    @pawesedrowski6743 27 วันที่ผ่านมา +2

    Quite nice Docker ad...

  • @Terminux
    @Terminux 27 วันที่ผ่านมา +2

    Nice one!

  • @TomaszLipinski
    @TomaszLipinski 20 วันที่ผ่านมา +1

    wooow 100k subs!

    • @typecraft_dev
      @typecraft_dev  20 วันที่ผ่านมา

      🎉 we did it! lots more to come!

  • @LorenzoBettini
    @LorenzoBettini 20 วันที่ผ่านมา

    why haven't you built starting from the Arch image?

  • @riufq
    @riufq 26 วันที่ผ่านมา

    Quick question. Does docker use your ram or not, when running docker image?

  • @vladimirbartek2743
    @vladimirbartek2743 27 วันที่ผ่านมา +2

    not convinced that replacing ubuntu:latest in Dockerfile with specific version is the way to go. I mean sure, at the time of the build it gave you the more recent version, but you are permanently locked in on that version. As opposed to :latest, which might not give you the bleeding edge but it's a rolling reference, so with each build it keeps the dependency up-to-date.

    • @typecraft_dev
      @typecraft_dev  27 วันที่ผ่านมา +1

      Good point, but the image isn't getting re-built with newer versions of ubuntu, it's immutable anyways. And locking down a version isn't a bad idea.

    • @vladimirbartek2743
      @vladimirbartek2743 27 วันที่ผ่านมา

      @@typecraft_dev ah, right, my bad! I mostly work with docker compose environments, not so much with images, so I didn't realize they are immutable. cheers!

  • @packagemain
    @packagemain 26 วันที่ผ่านมา

    Could you just package it as a binary and send it over?

  • @gustavomachado2558
    @gustavomachado2558 27 วันที่ผ่านมา +1

    That's Nice!

  • @gearmaxim
    @gearmaxim 27 วันที่ผ่านมา +1

    Docker is the best!

    • @typecraft_dev
      @typecraft_dev  27 วันที่ผ่านมา +1

      You’re the best

  • @gilbertomedrano9198
    @gilbertomedrano9198 27 วันที่ผ่านมา

    I used to play Minecraft with my daughter when she was a little girl. Is it possible to use Docker to “revive” the Minecraft setup we had back then and play it on my current laptop? I still have the files (Minecraft directory, worlds, mods, etc) on an external drive.

    • @rohitkharsan
      @rohitkharsan 19 วันที่ผ่านมา +1

      FWIW, most Minecraft launchers have great support for older versions. It should be as simple as:
      1. Installing that specific version of Minecraft.
      2. Installing the right mod loader you were using.
      3. Copying over any mods, resource packs, shaders, and worlds.
      4. Running the game.
      In step 3, if you're using a modern launcher like Prism, you can just use the names of the mods and look for the latest versions that support that Minecraft version.
      Minecraft is pretty much already fully cross-platform + insanely backwards compatible (in the sense that you can run older versions), so you don't gain anything from Docker here.

    • @gilbertomedrano9198
      @gilbertomedrano9198 14 วันที่ผ่านมา

      @@rohitkharsan Awesome!, appreciate it.

  • @RazoBeckett.
    @RazoBeckett. 27 วันที่ผ่านมา

    Docker is my one of best and my fav. IT tool

  • @wizix9877
    @wizix9877 27 วันที่ผ่านมา +13

    well technically speaking, I am a geek, not a nerd.

  • @maxmuster7003
    @maxmuster7003 20 วันที่ผ่านมา

    I wish to have an emulation of an ibm compatible PC with intel i7 x64 with a modern geforce or radeon graphic with VBE 3 bios on PCIe starting in 16 bit mode of the intel CPU (first core) with MS DOS 5 for my Android tablet ARM CPU ready to to startup the other intel cores and switching into the 64 bit mode from 16 to 32 bit to 64 bit. Dosbox have only 16 and 32 bit and no videomode for full hd 1920x1080 to fit the wide screen display of the tablet, but modern VBE 3 bios have modenumbers for 16:9 and 16: 10 aspect ratio. We can use these modenumbers in 16 bit mode of the intel CPU before switching to 64 bit.

  • @terminallyonline5296
    @terminallyonline5296 27 วันที่ผ่านมา +1

    Damn, back onto GNOME after Hyprland? Well whatever works! lol

    • @typecraft_dev
      @typecraft_dev  26 วันที่ผ่านมา +1

      I switch between all things pretty constantly. its part of why i love linux. so many options

  • @khanra17
    @khanra17 27 วันที่ผ่านมา +1

    Bro is too uncool he still thinks "Arch BTW" not "Nix BTW"
    Also now "docker BTW" still not "Nix BTW"

  • @Ouli93
    @Ouli93 27 วันที่ผ่านมา

    What I struggle to understand. Isn't the best thing about docker, that it's portable? I believed Docker handles for me the hardware abstraction layer? But why did you then had to create a new image for aarch64? Shouldn't the image be hardware-agnostic?

    • @Ouli93
      @Ouli93 27 วันที่ผ่านมา

      ahhh, I figured it out. Because docker obviously still uses the kernel of the host-os, it's not architecture independent - it's not a VM. Damn, what a shame. But how does docker know, if i tell in my Dockerfile "FROM ubuntu:latest", which host architecture I use?

  • @tomaszgora4353
    @tomaszgora4353 27 วันที่ผ่านมา +3

    Any Linux user with the hipster mid life crisis vibes must provide proof of wife. And I don't mean it in a mean way, I'm in the same boat ;)

  • @aaliyahnizar4044
    @aaliyahnizar4044 16 วันที่ผ่านมา

    rhonj on top fr

  • @hosamnagar
    @hosamnagar 26 วันที่ผ่านมา +1

    Shouldn't Ubuntu latest get the "latest" version of Ubuntu??!!!

    • @typecraft_dev
      @typecraft_dev  26 วันที่ผ่านมา

      it must the be latest LTS release? /shrug

  • @cheebadigga4092
    @cheebadigga4092 27 วันที่ผ่านมา

    Lemmie guess, she hates it because it's not a Docker image, since a "Docker image" is an OCI-compliant container image which contains the Docker CLI and/or daemon, and yours does not? I knew it.

  • @martin_emrich
    @martin_emrich 27 วันที่ผ่านมา

    Please don’t call it „Docker container“. Better just „container image“. There are many other (better?) runtimes out there. (Podman, Kubernetes, and more)
    All run the same OCI image format

  • @davidgwyer5169
    @davidgwyer5169 19 วันที่ผ่านมา

    Doesn't seem to work under Windows WSL. 😭

  • @wirtschaftswunder09
    @wirtschaftswunder09 27 วันที่ผ่านมา

    No doom sound in the docker image

    • @typecraft_dev
      @typecraft_dev  27 วันที่ผ่านมา +2

      Adding sound depended entirely on your architecture and which program you used for sound (alsa, pulseaudio). It was too much work for this video, which really was meant to demonstrate running a dockerfile on different machines

    • @egron
      @egron 27 วันที่ผ่านมา

      ​@@typecraft_devmaybe you can just mount /dev/dsp from host to the container then it would not be that much work

  • @RealHubertCZGameplayLetsPlay
    @RealHubertCZGameplayLetsPlay 27 วันที่ผ่านมา

    Hmmm, could you deploy it to kubernetes, and let people ssh and than create for them instance of doom? 🤔

    • @martin_emrich
      @martin_emrich 27 วันที่ผ่านมา +1

      Sure why not.
      Something along the lines of
      kubectl run kubedoom -rm -it -image=typecraft/terminal-doom:latest
      (Ok now i want to try when i am back at the office….)

    • @RealHubertCZGameplayLetsPlay
      @RealHubertCZGameplayLetsPlay 26 วันที่ผ่านมา +1

      @@martin_emrich Imagine making operator , or some sort of login so you just ssh on some machine, and then it creates separate pod just for you.

  • @pamus6242
    @pamus6242 27 วันที่ผ่านมา

    Programmersarealsohuman runs doom on a Microwave.

  • @DanteMishima
    @DanteMishima 27 วันที่ผ่านมา

    I will never believe the docker hype

  • @momot_gg
    @momot_gg 27 วันที่ผ่านมา +2

    BTW💥

  • @notmyakun
    @notmyakun 27 วันที่ผ่านมา +8

    We dont see the wife

  • @samarnagar9699
    @samarnagar9699 22 วันที่ผ่านมา +1

    Paid actress for sure

  • @work-k9j
    @work-k9j 24 วันที่ผ่านมา

    not support any dos based system

  • @akak5128
    @akak5128 27 วันที่ผ่านมา +1

    Omg you’re not a real arch user!! Your with a real women. Not just like rest of us that definitely have a long distance relationship that’s also with a real person!

  • @j_t_eklund
    @j_t_eklund 27 วันที่ผ่านมา

    Censoring detected.

    • @typecraft_dev
      @typecraft_dev  26 วันที่ผ่านมา

      Huh?

    • @j_t_eklund
      @j_t_eklund 26 วันที่ผ่านมา

      @typecraft_dev probably by YT...

  • @zapharian6114
    @zapharian6114 27 วันที่ผ่านมา +1

    You put out amazing content but these arch btw and nvim btw jokes are getting too repetitive and annoying.

    • @typecraft_dev
      @typecraft_dev  26 วันที่ผ่านมา +2

      How else do I tell people I use arch? (Btw)

  • @shoooozzzz
    @shoooozzzz 26 วันที่ผ่านมา

    is Docker Scout an amazing tool?