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
docker version latest提示:../upload文件夹不存在,请手工创建!
The text was updated successfully, but these errors were encountered:
我也遇到了这个问题,直接在终端中键入docker exec -it $(docker ps -q) /bin/bash以进入容器(这个方法不需要关闭upload-labs的容器)。接着新建一个upload文件夹mkdir upload。接着修改upload的权限chown www-data:www-data upload/ 要不然没法用浏览器上传文件。这样就可以了。方法参考https://blog.csdn.net/qq_45970858/article/details/115751292
docker exec -it $(docker ps -q) /bin/bash
mkdir upload
chown www-data:www-data upload/
Sorry, something went wrong.
No branches or pull requests
docker version latest提示:../upload文件夹不存在,请手工创建!
The text was updated successfully, but these errors were encountered: