Discussion Ethically Online

I 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. :face-with-open-mouth-and-cold-sweat:

I need some basic tips!XD
 
I 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. :face-with-open-mouth-and-cold-sweat:

I need some basic tips!XD
you don't really need portainer for basic stuff :P you 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
 
you don't really need portainer for basic stuff :P you 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
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.
 
  • Like
Reactions: lashman
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.
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 anyway
 
  • Eyes
Reactions: Le Pertti