Apologies if this is blindingly obvious, just a docker enthusiast. I can access my docker container from a remote machine as long as I stay logged in, but if I log out the container stops and is no longer remotely accessible. How do I keep the docker container running when the current user is not actively logged in?
Edit: My apologies for not enough details. Running a dockerized jitsi container. It boots up nicely with "docker start jitsi" and my understanding is "docker start" is already detached (-d) so I can close the shell and the container will continue running and I can connect to it from an external source but if I log out and then try to connect, I can't connect into the jitsi container, I am not precisely sure how to keep the container process running. I've been reading up on it and iterating over some possibilites but no dice so far.