Docker - Image Optimization
What will be the output when running this command with BuildKit enabled?
Assuming the Dockerfile has multiple RUN commands.
DOCKER_BUILDKIT=1 docker build -t myapp .Assuming the Dockerfile has multiple RUN commands.
