Skip to content
New issue

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

建议添加mkdir语句以支持podman等非docker实现 #180

Open
DawnMagnet opened this issue Dec 10, 2024 · 0 comments
Open

建议添加mkdir语句以支持podman等非docker实现 #180

DawnMagnet opened this issue Dec 10, 2024 · 0 comments

Comments

@DawnMagnet
Copy link

因为podman的运行-v指令不能自动创建文件夹,所以运行会报错
只需要在deploy.shdocker run命令之前添加如下语句

mkdir -p ${DIST_PATH}
mkdir -p ${ZTNCUI_PATH}
mkdir -p ${ZEROTIER_PATH}/one
mkdir -p ${CONFIG_PATH}

即可实现podman的正常运行

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant