Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upst2ctl in Docker environment #4988
Open
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


st2ctlassumes it's running in a VM environment and wasn't designed to be executed inside the Docker. We'll need to improve that.Because listing processes or starting services is not viable in a Docker environment, where each service runs in its own Docker container,
st2ctlneeds a simple modification so it doesn't try to query list of processes but instead suggest to use Docker cmd.Example commands which don't work in Docker environment:
st2ctl statusst2ctl stopst2ctl startst2ctl restartst2ctl restart-componentst2ctl reopen-log-filesst2ctl reloadlists running processes as well