culTest

    One of the 50 questions in this topic

    How much do you know about Docker?

    What is Docker Buildx?

    Answers

    A Docker extension to build complex applications
    A CLI tool that extends Docker build capabilitiesCorrect
    A construction service in the cloud
    A file format to define builds

    Docker Buildx is a CLI extension for docker build that takes advantage of the capabilities of BuildKit, enabling advanced features such as cross-platform builds, exporting to different formats, and distributed building. It is especially useful for creating images that work on different CPU architectures.