Doubt on Best Practices: While i was reading on the best practices of writing a Dockerfile, its mentioned that COPY is preferred than ADD. Eventhough it performs same operations as COPY. Solution: The COPY and ADD commands in Docker are both used to ...
parottasalna.hashnode.dev1 min read
No responses yet.