D•Scribe
  • Communities
  • Create Post
  • Create Community
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 10 个月前

Abstractons

lemmy.ml

message-square
35
link
fedilink
302

Abstractons

lemmy.ml

☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 10 个月前
message-square
35
link
fedilink
alert-triangle
You must log in or # to comment.
  • davel@lemmy.ml
    link
    fedilink
    English
    arrow-up
    78
    arrow-down
    1
    ·
    10 个月前

    Docker, no docking!
    Docker, no docking!
    Docker, no docking!

    • ☆ Yσɠƚԋσʂ ☆@lemmy.mlOP
      link
      fedilink
      arrow-up
      62
      ·
      10 个月前

      deploying docker-compose to production

    • xmunk@sh.itjust.works
      link
      fedilink
      arrow-up
      30
      ·
      10 个月前

      Wait, by docking do you mean… docking?

      • davel@lemmy.ml
        link
        fedilink
        arrow-up
        30
        ·
        10 个月前

        🥺
        👉 👈

        • kittenzrulz123@lemmy.blahaj.zone
          link
          fedilink
          arrow-up
          7
          arrow-down
          1
          ·
          10 个月前

          man touch

    • u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.org
      link
      fedilink
      English
      arrow-up
      12
      ·
      10 个月前

      Well… depending on the situation… it may be inappropriate [Urban dictionary - NSFW description warning]

    • vext01@lemmy.sdf.org
      link
      fedilink
      arrow-up
      5
      ·
      10 个月前

      Backup, backup…

  • traches@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    59
    ·
    10 个月前

    People don’t actually do this, right? Docker inside docker inside a VM inside another VM? On windows? Right???

    • Morphit @feddit.uk
      link
      fedilink
      arrow-up
      76
      ·
      10 个月前

      anakin.jpg

    • flashgnash@lemm.ee
      link
      fedilink
      arrow-up
      18
      ·
      10 个月前

      I’ve seen docker inside a VM before but that was just a dev box for testing

      • QuazarOmega@lemy.lol
        link
        fedilink
        arrow-up
        18
        ·
        10 个月前

        That’s super standard for actual infrastructure

      • twei@discuss.tchncs.de
        link
        fedilink
        arrow-up
        4
        ·
        10 个月前

        That’s the most reasonable part of the image

        • flashgnash@lemm.ee
          link
          fedilink
          arrow-up
          3
          ·
          10 个月前

          Are you not losing loads of performance by stacking vms like that?

          • twei@discuss.tchncs.de
            link
            fedilink
            arrow-up
            1
            ·
            10 个月前

            Using Docker in a VM on a Hypervisor is industry standard, using docker inside of docker may be okay for CI purposes but I wouldn’t do anything more than that in production if it’s not necessary.

            The stack from the image above (Windows>WSL> Docker>Minikube>Docker>App) is something you’d use on a dev machine (not a “real”, production-like test environment), in which case you don’t really care about the performance loss

    • CameronDev@programming.dev
      link
      fedilink
      arrow-up
      15
      ·
      10 个月前

      Isnt that exactly what minikube is? Kubernetes in docker.

      I’ve used docker-in-docker images, but its usually not fun.

    • MrScottyTay@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      14
      ·
      10 个月前

      I’m pretty sure docker recommends that it runs under WSL when on windows.

      • dan@upvote.au
        link
        fedilink
        arrow-up
        6
        ·
        edit-2
        10 个月前

        Windows itself is technically running in a VM if you have Hyper-V enabled (not quite that simple, but that’s a reasonable approximation). Hyper-V is a type 1 hypervisor which means it runs directly on the underlying physical hardware, and both Windows as well as any VMs you create are running on top of Hyper-V.

        • MrScottyTay@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          3
          ·
          10 个月前

          Oh that’s an interesting tidbit, didn’t know that

      • traches@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        5
        ·
        10 个月前

        Yeah, docker in a VM makes sense. Docker in docker in a vm in a vm though?

      • Matshiro@szmer.info
        link
        fedilink
        arrow-up
        5
        arrow-down
        1
        ·
        10 个月前

        Yep, can confirm

    • dan@upvote.au
      link
      fedilink
      arrow-up
      3
      ·
      10 个月前

      I’ve ran Docker in LXC in a KVM before. I used LXC to have multiple containers on a VPS. Then I had to run something that works best with Docker, so I stuck Docker in an LXC.

  • groet@feddit.org
    link
    fedilink
    English
    arrow-up
    35
    ·
    10 个月前

    Could also be a hyper-v layer around Windows “host”

  • akkajdh999@programming.dev
    link
    fedilink
    arrow-up
    32
    ·
    edit-2
    8 个月前

    deleted by creator

    • ☆ Yσɠƚԋσʂ ☆@lemmy.mlOP
      link
      fedilink
      arrow-up
      28
      ·
      10 个月前

      There are even layers within the hardware layer. :)

      • Swedneck@discuss.tchncs.de
        link
        fedilink
        arrow-up
        38
        ·
        10 个月前

        and of course at the lowest level the particle interactions are all calculated by cueball using rocks in a desert

        • elidoz@lemmy.ml
          link
          fedilink
          arrow-up
          23
          ·
          10 个月前

          relevant xkcd

          is this what you’re referring to?

          • Swedneck@discuss.tchncs.de
            link
            fedilink
            arrow-up
            3
            ·
            10 个月前

            yup

      • bloubz@lemmygrad.ml
        link
        fedilink
        arrow-up
        6
        ·
        10 个月前

        There are even several layers of transistors. And several energy layers of the electrons

  • ChaoticNeutralCzech@feddit.org
    link
    fedilink
    English
    arrow-up
    17
    ·
    10 个月前

    Who’s Jane? This is Fedora the Explainer.

  • _pi@lemmy.ml
    link
    fedilink
    English
    arrow-up
    15
    ·
    edit-2
    10 个月前

    It’s windows host because it has the unique property of leaking to higher levels of abstraction and leaking to lower levels of abstraction, which is a technological feat that can only come from Microsoft.

  • PotatoesFall@discuss.tchncs.de
    link
    fedilink
    arrow-up
    14
    ·
    10 个月前

    TIL go is an interpreted language and runs straight from source code!

    • ☆ Yσɠƚԋσʂ ☆@lemmy.mlOP
      link
      fedilink
      arrow-up
      9
      ·
      10 个月前

      obviously the shell script compiles the executable every time the image is run :)

  • BruceLee@lemmy.ml
    link
    fedilink
    arrow-up
    11
    ·
    edit-2
    10 个月前

    deleted by creator

    • Flatfire@lemmy.ca
      link
      fedilink
      arrow-up
      19
      ·
      10 个月前

      Non, Dora s’appelle Dora en anglais. The meme is just weird.

    • bloubz@lemmygrad.ml
      link
      fedilink
      arrow-up
      6
      ·
      edit-2
      10 个月前

      Non. Et effectivement Jane ça ferait moins latina. Tous les autres stéréotypes sont là pour apprendre l’espagnol

  • merthyr1831@lemmy.ml
    link
    fedilink
    English
    arrow-up
    6
    ·
    10 个月前

    inb4 it’s actually some microcode change introduced to intel management engine

  • Lucy :3@feddit.org
    link
    fedilink
    arrow-up
    4
    ·
    10 个月前

    My abstractions are:

    • Physical hardware
    • Linux
    • systemd executing the service

Programmer Humor@lemmy.ml

programmerhumor@lemmy.ml

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !programmerhumor@lemmy.ml

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

  • Posts must be relevant to programming, programmers, or computer science.
  • No NSFW content.
  • Jokes must be in good taste. No hate speech, bigotry, etc.
Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 183 users / day
  • 860 users / week
  • 2.31K users / month
  • 8.57K users / 6 months
  • 11 local subscribers
  • 38.2K subscribers
  • 1.57K Posts
  • 23.2K Comments
  • Modlog
  • mods:
  • AgreeableLandscape@lemmy.ml
  • cat_programmer@lemmy.ml
  • UI: unknown version
  • BE: 0.19.12
  • Modlog
  • Legal
  • Instances
  • Docs
  • Code
  • join-lemmy.org