NodePort
This commit is contained in:
9
builder-docker/java11/Dockerfile
Normal file
9
builder-docker/java11/Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
FROM openjdk:11.0.13-slim-buster
|
||||
|
||||
RUN apt-get update && apt-get install -y curl
|
||||
|
||||
CMD ["java","--version"]
|
||||
|
||||
# 打包之前先解压dhsdk.zip文件
|
||||
# docker build -f Dockerfile -t marsal1212/java11:latest .
|
||||
# 添加了curl
|
Reference in New Issue
Block a user