mirror of
https://github.com/wekan/wekan.git
synced 2026-03-11 08:02:33 +01:00
6 lines
186 B
Bash
6 lines
186 B
Bash
|
|
# Create a new builder instance that supports multi-platform
|
||
|
|
docker buildx create --name mybuilder --driver docker-container --use
|
||
|
|
|
||
|
|
# Start the builder
|
||
|
|
docker buildx inspect --bootstrap
|