8 lines
122 B
Batchfile
8 lines
122 B
Batchfile
@echo off
|
|
|
|
docker build -t ZRAdmin:latest -f ./Dockerfile .
|
|
|
|
echo "==============查看镜像==========="
|
|
docker images
|
|
|
|
pause |