R
R
RacceGatel2021-09-30 17:39:44
Docker
RacceGatel, 2021-09-30 17:39:44

How to remove files that are not fully downloaded from Docker?

The server was running a 'docker-compose up -d' download, and was erroneously suspended in the middle of the download. Now, if you run the command again, it gives a conflict error, because it thinks that these containers have already been downloaded. How to delete specifically what was downloaded without missing anything?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Karabanov, 2021-09-30
@karabanov

docker-compose down
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