The error I'm experiencing is that I want to execute the command "change directory" in my Docker machine, but every time I execute RUN instruction in my Dockerfile, it deletes the actual container (intermediate container).
DOCKERFILE

This happens when I execute the Dockerfile from above

How can I prevent Docker from doing that?
docker build --rm=false
Remove intermediate containers after a successful build (default true)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With