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
问题1:使用docker拉取官方镜像,采用默认配置启动不了,是否需要配置啥? 问题2:docker方式启动服务并没有完整的教程,开箱即用体验较差
我操作如下步骤 1、拉取镜像 docker pull docker.io/shanetian/unit-uskit:v3.0.0 2、启动 docker run -d --name unit-uskit -p 8888:8888 shanetian/unit-uskit:v3.0.0
请教一下我改如何修改我的启动命令,或者需启动前再准备什么
The text was updated successfully, but these errors were encountered:
No branches or pull requests
问题1:使用docker拉取官方镜像,采用默认配置启动不了,是否需要配置啥?
问题2:docker方式启动服务并没有完整的教程,开箱即用体验较差
我操作如下步骤
1、拉取镜像
docker pull docker.io/shanetian/unit-uskit:v3.0.0
2、启动
docker run -d --name unit-uskit -p 8888:8888 shanetian/unit-uskit:v3.0.0
请教一下我改如何修改我的启动命令,或者需启动前再准备什么
The text was updated successfully, but these errors were encountered: