If you uninstall Docker, and you want to uninstall both, then you also uninstall Docker Compose. Individual Removal if Installed Using curl It is commonly installed to /usr/local/bin/docker-compose on macs. However, you can run which docker-compose to find the exact location. Run the following command (*nix systems) to remove:
If you use with purge options to docker-compose package all the configuration and dependent packages will be removed. ... If you use purge options along with auto ...
sudo snap remove docker or, to avoid it creating back-up data for a snap you no longer require: sudo snap remove --purge docker and to delete all related files, sudo find / -name "*docker*" -exec `rm -rf` {} + IMPORTANT UPDATES As mentioned in the comments,
08.04.2015 · However, you can uninstall compose with the same tool you installed it with - pip uninstall docker-compose Member thaJeztah commented on Apr 10, 2015 The instructions in the documentation don't use pip. I think it's reasonable to explain how to uninstall docker-compose. This is probably the wrong place to ask this.
If you uninstall Docker, and you want to uninstall both, then you also uninstall Docker Compose. Individual Removal if Installed Using curl. It is commonly installed to /usr/local/bin/docker-compose on macs. However, you can run which docker-compose to find the exact location. Run the following command (*nix systems) to remove: rm $(which docker-compose)
04.04.2016 · But, to stop a docker application that is running in the background, use the docker-compose stop as shown below. There are two steps to stop a docker application containers: First, stop the running containers using docker-compose stop Second, remove the stopped containers using docker-compose rm -f
Apr 08, 2015 · I went through the documentation and I could not find how I can uninstall docker-compose. I installed docker and docker-compose to know more about it. Now I am done and I wish to remove them. However, I could not find any info about how to carry that out. I installed them through the instructions in the website. OS: Ubuntu 14.04