Multi-Arch Docker Images
· ☕ 4 min read
1. Enabling Docker’s experimental Feature First, enable Docker’s experimental feature, so the commands below are available.
Edit vim ~/.docker/config.json and add the following:
1 2 3 4 { "experimental": "enabled", "debug": true } Note that this is not the /etc/docker/daemon.json file, and Docker does not need to be restarted.
2. Docker Images Starting with Docker 1.