heshenheng
Results
2
comments of
heshenheng
@kcq My Dockerfile configuration is as follows: FROM java:8 MAINTAINER heshenheng ADD user.jar user.jar EXPOSE 30001 ENTRYPOINT ["java","-jar","user.jar"]
@kcq Compare with my fat-image container,I find the slim-image container missing jsse.jar,so I want to know how to use docker-slim correctly to ensure environmental conditions satisfy the java operation requirements.