When I build my docker image it seems to leave a lot of dependant child images i can not remove. All the one tags with none are have dependent child image 6eec32da1dc3, or the image I built. They are big. Is there a way to avoid this
Asked
Active
Viewed 19 times
0

Janet
- 75
- 5
-
Are you able to use `docker prune` at all? – C.Nivs Mar 31 '22 at 14:04
-
Otherwise it might be helpful to see what your Dockerfile is – C.Nivs Mar 31 '22 at 14:05