-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
Instead of having to use tags to differentiate between Docker images for different operating systems and architectures, Docker Hub supports manifests for determining on which OS and arch a docker run
command is run and will pull the according Docker image from the registry.
Until now, people used a 3rd-party tool for creating the necessary manifest lists, but Docker will have native support for that feature in the future.
Blocked by: docker/cli#138
German slides that explain the feature: https://www.slideshare.net/stefscherer/bauen-und-verteilen-von-multiarch-docker-images-fr-linux-und-windows