I installed a few different distros, landed on Cinnamon Mint. I’m not a tech dummy, but I feel I’m in over my head.

I installed Docker in the terminal (two things I’m not familiar with) but I can’t find it anywhere. Googled some stuff, tried to run stuff, and… I dunno.

I’m TRYING to learn docker so I can set up audiobookshelf and Sonarr with Sabnzbd.

Once it’s installed in the terminal, how the hell do I find docker so I can start playing with it?

Is there a Linux for people who are deeply entrenched in how Windows works? I’m not above googling command lines that I can copy and paste but I’ve spent HOURS trying to figure this out and have gotten no where…

Thanks! Sorry if this is the wrong place for this

  • lemmyvore@feddit.nl
    link
    fedilink
    English
    arrow-up
    0
    ·
    7 months ago

    Don’t use docker-compose anymore, it’s been obsolete for a while now and won’t be getting new features.

    It’s best to add the docker official repo and install docker and docker-compose-plugin from there.

    The -plugin version acts as a docker subcommand (docker compose) and will be updated alongside docker going forward.