culTest

    One of the 50 questions in this topic

    How much do you know about Docker?

    What is a multi-arch build in Docker?

    Answers

    An image that supports multiple CPU architecturesCorrect
    A building with multiple arches where Docker was developed
    A build that uses multiple Dockerfiles
    A design pattern for Docker applications

    A multi-arch build in Docker is an image that can run on different CPU architectures (such as x86_64, ARM64, etc.) without modifications. Docker automatically selects the correct variant based on the platform where the container runs, making it easy to distribute applications for various devices and systems.