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 run --rm -itd --name sorryjava -e QCLOUD_ENABLE=false -p 8888:8888 sorry-java:v1.4报错 Unable to find image 'sorry-java:v1.4' locally Pulling repository docker.io/library/sorry-java docker: Error: image library/sorry-java:v1.4 not found. 我执行那个docker build -t sorry-java:v1.4 .的时候最后一行出现 Step 9 : COPY ./target/sorry-java-1.4.0.jar /opt/site/app.jar lstat target/sorry-java-1.4.0.jar: no such file or directory这个
The text was updated successfully, but these errors were encountered:
no such file or directory 得先打jar包 mvn clean -U package
Sorry, something went wrong.
No branches or pull requests
docker run --rm -itd --name sorryjava -e QCLOUD_ENABLE=false -p 8888:8888 sorry-java:v1.4报错
Unable to find image 'sorry-java:v1.4' locally
Pulling repository docker.io/library/sorry-java
docker: Error: image library/sorry-java:v1.4 not found.
我执行那个docker build -t sorry-java:v1.4 .的时候最后一行出现
Step 9 : COPY ./target/sorry-java-1.4.0.jar /opt/site/app.jar
lstat target/sorry-java-1.4.0.jar: no such file or directory这个
The text was updated successfully, but these errors were encountered: