Commit 2d7d267 litongjava
committed
1 parent a091006 commit 2d7d267 Copy full SHA for 2d7d267
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,7 @@ Dockerfile
28
28
29
29
``` shell
30
30
31
- # Use litongjava/jdk:8u211 as the base image
32
- FROM litongjava/8u391:stable-slim
31
+ FROM litongjava/jdk:8u391-stable-slim
33
32
34
33
# Set the working directory in the container
35
34
WORKDIR /app
@@ -49,9 +48,10 @@ docker build -t litongjava/tio-boot-web-hello .
49
48
docker run -dit --restart=always --net=host --name=tio-boot-web-hello litongjava/tio-boot-web-hello
50
49
```
51
50
52
- 这里推荐推荐笔者封装的两个镜像 ,推荐使用 litongjava/8u391 : stable-slim
51
+ 这里推荐推荐笔者封装的镜像 ,推荐使用 litongjava/jdk:8u391- stable-slim
53
52
54
53
- litongjava/8u391: stable-slim 352MB
54
+ - litongjava/jdk:8u391-stable-slim 437MB
55
55
- litongjava/jdk:8u211 549MB
56
56
57
57
#### 3.3.2.binary
You can’t perform that action at this time.
0 commit comments