mirror of
https://github.com/wekan/wekan.git
synced 2026-02-05 16:11:47 +01:00
5 lines
186 B
Bash
Executable file
5 lines
186 B
Bash
Executable file
# 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
|