Closed chessmadridista closed 5 months ago
In the section titled "Develop Mattermost without Docker" on this link, the code for stopping docker container is given.
If we are developing Mattermost without Docker, is there any need for that code snippet?
The stop-server make target does not stop all the docker containers started by run-server. To stop the running docker containers: make stop-docker
The stop-server make target does not stop all the docker containers started by run-server. To stop the running docker containers:
make stop-docker
This whole section can be removed for better readability.
I would be happy to take up this issue if it is something that needs to be resolved.
Thank you, @chessmadridista!
Hi @cwarnermm, PR related to this issue is #1380.
What is the issue?
In the section titled "Develop Mattermost without Docker" on this link, the code for stopping docker container is given.
If we are developing Mattermost without Docker, is there any need for that code snippet?
Proposed solution
This whole section can be removed for better readability.