Automation, DevOps and Containerization
© 2001-2023. All rights reserved.
docker comes with two build engines
docker
Default when running docker build
docker build
Has been around since the early days
Based on Moby Buildkit
Enabled by environment variable:
export DOCKER_BUILDKIT=1
Faster and more flexible than the legacy build engine