R
R
rd1002021-10-10 21:49:21
Docker
rd100, 2021-10-10 21:49:21

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

2 answer(s)
D
Drno, 2021-10-10
@Drno

Beat the docker service

A
Alexander Karabanov, 2021-10-10
@karabanov

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 question

Ask a Question

731 491 924 answers to any question