6 lines
218 B
Bash
6 lines
218 B
Bash
#!/bin/bash
|
|
|
|
#docker buildx use physical
|
|
docker build --platform linux/amd64 -t registry.cn-shanghai.aliyuncs.com/physical/physical-boot --push .
|
|
#docker login --username=admin --password='admin!@#123' reg.laysan.biz
|