Answer the question
In order to leave comments, you need to log in
How to return localhost port 80 after docker?
Installed the docker, tried to do something with it a bit and exited.
But when I try to go to localhost, it always connects to the server that I tried through docker, and xamp stopped responding to localhost.
How to return settings for localhost?
Answer the question
In order to leave comments, you need to log in
docker kill $(docker ps -q)
docker rm $(docker ps -a -q)
docker rmi $(docker images -q)
docker system prune -af
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question