Skip to content
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

Update appendix.rst #86

Closed
wants to merge 1 commit into from

Conversation

waldo323
Copy link
Contributor

"make sure docker containers are stopped" using "sudo systemctl restart docker" will restart the containers and won't leave them in a stopped state. changing this to "sudo systemctl stop docker" will have better results.

"make sure docker containers are stopped" using "sudo systemctl restart docker" will restart the containers and won't leave them in a stopped state. 
changing this to "sudo systemctl stop docker" will have better results.
Copy link

CLA Assistant Lite bot:
Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


You can retrigger this bot by commenting recheck in this Pull Request

@waldo323
Copy link
Contributor Author

waldo323 commented Mar 12, 2024

I have read the CLA Document and I hereby sign the CLA

@waldo323
Copy link
Contributor Author

recheck

@waldo323
Copy link
Contributor Author

I see another change which would allow the command to run properly. - with only sudo there can be an error when trying to stop the docker service so using sudo su -c "systemctl stop docker" will be an improvement

@waldo323 waldo323 closed this Mar 12, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Mar 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant