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
你好,我按照文档中的导入方式导入镜像后发现启动容器还是会尝试去dockerhub拉取镜像,然后发现导入的镜像名称和tag都是,请问是打包时的问题还是需要额外增加一个手动给镜像打上kcptube tag的步骤?
The text was updated successfully, but these errors were encountered:
另外我启动容器时出现了以下错误,请问是我哪里操作出问题了吗?谢谢 (我给镜像打了个tag叫kcptube_docker)
# docker run -v /路径/config_file.conf:/config_file.conf kcptube_docker /config_file.conf docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/kcptube": permission denied: unknown.
Sorry, something went wrong.
应该是需要使用sudo,或者root权限
No branches or pull requests
你好,我按照文档中的导入方式导入镜像后发现启动容器还是会尝试去dockerhub拉取镜像,然后发现导入的镜像名称和tag都是,请问是打包时的问题还是需要额外增加一个手动给镜像打上kcptube tag的步骤?
The text was updated successfully, but these errors were encountered: