I’m using tessypowder/backblaze-personal-wine, and I need to reinstall it due to some drive changes. I have tried docker rm [container ID], but when I add the container again, it seems to be stuck with the old wine settings. I have also tried adding it with a new name so it would theoretically be a totally new container, but that also seemed to inherit the broken wine settings.

I noticed that when I first install a container, there is a long ID string that seems to represent the container along with all the dependencies, but when I use docker ps, it only shows me a shorter string that seems to represent Backblaze alone. Should I be using rm with the longer string to remove wine too? If so, how can I get the terminal to display the full ID again so I can accomplish a full removal?

tl;dr How can I do a full removal of a docker container an all sub-programs (such as wine) that were installed along with it?

  • EvkobEnglish
    arrow-up
    10
    arrow-down
    0
    ·
    8 months ago
    link
    fedilink

    Don’t quote me on this, but I think you’d have to add --volumes

    • WeirdGoesProOPEnglish
      arrow-up
      7
      arrow-down
      0
      ·
      8 months ago
      link
      fedilink

      Didn’t end up needing to add —volumes. -a did the trick.

      • VictorEnglish
        arrow-up
        5
        arrow-down
        0
        ·
        8 months ago
        link
        fedilink

        Betting that -a includes --volumes. 👍

        • entropicdriftEnglish
          arrow-up
          3
          arrow-down
          0
          ·
          8 months ago
          edit-2
          8 months ago
          link
          fedilink

          Correct. The -a stands for all