Ok I’m very new to self hosting and am currently learning as much as I can. Where is a good source to learn everything I can about docker. I have downloaded the desktop version and am going to go through their tutorial that is build in. But more resources the better.

Any help is appreciated

  • applesoff@alien.topB
    link
    fedilink
    English
    arrow-up
    2
    ·
    10 months ago

    There are tons of YouTube tutorials for docker.

    I learned by finding what I wanted to use docker for and following tutorials. Learned along the way.

    I recommend setting up portainer so you can have a user interface with docker. Look up portainer and follow their tutorials to set it up.

    • Lkcarfrey@alien.topOPB
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 months ago

      My issue is idk what I can use it for. That’s how new to this I am.

      I know enough about computers and networking to blow up a computer not to have it dance lol

  • YYCwhatyoudidthere@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    I struggled with docker until I found docker-compose. Defining dockers in a file allowed me much easier trial and error experimentation.