Stop the container(s) using the following command: ``` docker-compose down ``` Delete all containers using the following command: ``` docker rm -f $(docker ps -a -q) ``` Delete all volumes using the following command: ``` docker volume rm $(docker volume ls -q) ``` Restart the containers using the following command: ``` docker-compose up -d ``` https://docs.tibco.com/pub/mash-local/4.1.1/doc/html/docker/GUID-BD850566-5B79-4915-987E-430FC38DAAE4.html docker system prune docker system prune -a docker system prune --volumes