We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
因为podman的运行-v指令不能自动创建文件夹,所以运行会报错 只需要在deploy.sh的docker run命令之前添加如下语句
deploy.sh
docker run
mkdir -p ${DIST_PATH} mkdir -p ${ZTNCUI_PATH} mkdir -p ${ZEROTIER_PATH}/one mkdir -p ${CONFIG_PATH}
即可实现podman的正常运行
The text was updated successfully, but these errors were encountered:
No branches or pull requests
因为podman的运行-v指令不能自动创建文件夹,所以运行会报错
只需要在
deploy.sh
的docker run
命令之前添加如下语句即可实现podman的正常运行
The text was updated successfully, but these errors were encountered: