• @[email protected]
    link
    fedilink
    English
    136 days ago

    I don’t see any use for Docker Desktop, you can see the running containers in a gui instead of just typing docker ps in a terminal, damn what a fucking awesome and needed thing, it’s gonna totally come in handy when I do deployments through the terminal and I didn’t learn the commands

    • @[email protected]
      link
      fedilink
      English
      96 days ago

      Especially when your ide/editor has a plug-in that does the sane thing than docker desktop anyways

      • @[email protected]
        cake
        link
        fedilink
        English
        46 days ago

        I’m in the process of learning docker, can you share what that is? That sounds very helpful.

        • @[email protected]
          link
          fedilink
          English
          5
          edit-2
          6 days ago

          In VSCodium you have the docker plugin. It pretty much offers the same capabilities as the Docker desktop (view containers, images, etc. Allow to connect to the containers, to see their files, etc).

          • @[email protected]
            cake
            link
            fedilink
            English
            1
            edit-2
            5 days ago

            That’s awesome, thanks! I use VSCodium too, will search it up later. That’ll be super useful.