run the netty application in the docker container java-jar * .jar, but cannot find the set port number
run the netty application in the docker container java-jar * .jar, but cannot find the set port number
Hello, Daniel, dockerfile written by rookie Xiaobai FROM java:8 VOLUME tmp ADD newkuaidi.jar app.jar RUN bash -c touch app.jar EXPOSE 8090 ENTRYPOINT ["java","-Djava.security.egd=file: dev . urandom","-jar"," ap...
problem description when I use a K8s private cloud, the kernel s OOM is always triggered due to memory limitations in jvm and docker. But after triggering the OOM of the kernel, dockerd may die, completely unresponsive. docker images can be use...