-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connecting to the running Server #74
Comments
So as an update, before asking my question, I thought that docker attach was what I was looking for, but when I used it, I just got a blank console, so I was confused.
So help and exit did nothing, but I saw all of the server info. Is there any way that I could enter commands here? |
So the idea is you start in interactive mode with Personally, this should be in documentation since not everyone is too familiar with docker, but it is what it is. |
Hi, great work! I was wondering if after starting the docker container as a background process there is any way to access the shell again?
Normally if I run it without setting it to run in the background I can enter commands like "save", "exit", and "kick", and I would like to be able to use this access without having to have it running in the foreground the whole time.
The text was updated successfully, but these errors were encountered: