buildx/readme.adoc
2020-07-29 16:11:52 +02:00

12 lines
313 B
Plaintext

image:https://gitlab.com/alemaire/buildx/badges/master/pipeline.svg[link="https://gitlab.com/alemaire/buildx/-/commits/master",title="pipeline status"]
On debian :
```
install docker CE from docker as packaged version is not egal or higher than 19.03
apt install binfmt-support
docker buildx create --use
```