just search for docker compose files for whatever you want to installInstalled docker to see about hosting more own stuff... Im so lost lol
Dont even know how to install yet lol, but they do seem to have a good guide on how to do things!just search for docker compose files for whatever you want to install
yeah, it's not too bad really, once you install one thingDont even know how to install yet lol, but they do seem to have a good guide on how to do things!

you don't really need portainer for basic stuffI would have thought it was easier to remote connect to a docker thingie on local lan! I installed portainer as it was said to make it possible to connect with webgui but I still dont understand how it works.
I need some basic tips!XD
you only really need to have docker compose installed (which you most likely already have) docker compose up -d
First thing Im trying to do is being able to remote control it? Is that not possible? Seems like a obvious first step to do on a server.you don't really need portainer for basic stuffyou only really need to have docker compose installed (which you most likely already have)
then you just grab the compose file from whatever you want to install (most of them have one), drop it in a folder somewhere, navigate to it in terminal and
Code:docker compose up -d
tbh i haven't really done that particular part, but as long as you're able to SSH into your linux you should be able to remote control it - it's all done via terminal anywayFirst thing Im trying to do is being able to remote control it? Is that not possible? Seems like a obvious first step to do on a server.