# MacBook M1 Docker

Published articles for MacBook M1 Docker.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## How to run x86-64 Docker images on Apple's MacBook with M1/M2/M3 CPU

DevFeed: [How to run x86-64 Docker images on Apple's MacBook with M1/M2/M3 CPU](<https://devfeed.tech/articles/how-to-run-x86-64-docker-images-on-apple-s-macbook-with-m1-m2-m3-cpu-27698.md>)

Original publisher: [Read original article](<https://gagor.pro/2024/02/how-to-run-x86-64-docker-images-on-apples-macbook-with-m1/m2/m3-cpu/>)

Author: Tom

Published: 2024-02-06T00:00:00Z

Content type: tutorial

Language: en

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [Docker](<https://devfeed.tech/topics/docker.md>), [docker images](<https://devfeed.tech/topics/docker-images.md>), [cpu](<https://devfeed.tech/topics/cpu.md>), [virtualization](<https://devfeed.tech/topics/virtualization.md>)

Tags: [docker](<https://devfeed.tech/tags/docker.md>), [docker-cross-platform](<https://devfeed.tech/tags/docker-cross-platform.md>), [docker-default-platform](<https://devfeed.tech/tags/docker-default-platform.md>), [docker-images](<https://devfeed.tech/tags/docker-images.md>), [mac](<https://devfeed.tech/tags/mac.md>), [macbook-m1-docker](<https://devfeed.tech/tags/macbook-m1-docker.md>), [macbook-m2-docker](<https://devfeed.tech/tags/macbook-m2-docker.md>), [macbook-m3-docker](<https://devfeed.tech/tags/macbook-m3-docker.md>), [macos](<https://devfeed.tech/tags/macos.md>), [net-11](<https://devfeed.tech/tags/net-11.md>), [terminal](<https://devfeed.tech/tags/terminal.md>), [virtualization](<https://devfeed.tech/tags/virtualization.md>), [x86-64](<https://devfeed.tech/tags/x86-64.md>), [x86-64-docker-images](<https://devfeed.tech/tags/x86-64-docker-images.md>)

### AI overview

A tutorial explains how to run x86-64 Docker images on Apple MacBooks with M1, M2, or M3 CPUs by setting the DOCKER_DEFAULT_PLATFORM environment variable. It notes that this uses virtualization and is slower than native execution.

### Source excerpt

Learn how to run x86-64 Docker images on Apple's MacBook with M1/M2/M3 CPUs by setting the DOCKER_DEFAULT_PLATFORM environment variable.