So I've been trying to run a process from inside a container, but every time I exit the container using the exit command it stops the process I was trying to execute.
What is the standard way to detach from a container while keeping the process running and checking on it once in a while to make some changes?