Uninstall Podman Compose #25168
Unanswered
jamesnwarner
asked this question in
Q&A
Replies: 0 comments
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Hello,
I am trying to uninstall podman from my Windows machine. I've uninstalled Podman and Podman Desktop through Programs and Features and have deleted the folders as suggested here: #18034
${userHome}/.local/share/containers
,${userHome}/.config/containers
,${userHome}/.ssh/*podman*
However, when I run
![image](https://private-user-images.githubusercontent.com/5894967/408226016-87c35de9-1e0c-49d0-a456-bc83fcb556e7.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMTg4NTksIm5iZiI6MTczOTIxODU1OSwicGF0aCI6Ii81ODk0OTY3LzQwODIyNjAxNi04N2MzNWRlOS0xZTBjLTQ5ZDAtYTQ1Ni1iYzgzZmNiNTU2ZTcucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTBUMjAxNTU5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MDljOTYxZWIzOWZiN2E5M2JhMThjMWU3NmQ1ZjQ3MTlhZDJjZTcyM2QyYmQ4NTVlMDZkNWVhMWI4YzVlM2ZiZiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.WiFJEm1FGxMQoIO0JbwW1JQUNNa1q_pnqGkRr9517hw)
docker compose up
in PowerShell it is still trying to run podman.I have Docker installed so how can I complete remove podman so that it isn't trying to execute it as a command?
Beta Was this translation helpful? Give feedback.
All reactions