This PR add a new development helper command to completely clean up the Docker environment. This is useful for contributors who want to reset their development environment to a clean state.
The clean command performs the following:
Stops and removes all containers
Removes all Docker images used by the project
Removes all associated volumes
Cleans up any orphaned containers
Usage:
./dev.sh clean
Documentation has been adjusted accordingly to the change.
Hello
This PR add a new development helper command to completely clean up the Docker environment. This is useful for contributors who want to reset their development environment to a clean state.
The
clean
command performs the following:Usage:
Documentation has been adjusted accordingly to the change.