Skip to content

Commit 2d7d267

Browse files
author
litongjava
committed
add litongjava/jdk:8u391-stable-slim
1 parent a091006 commit 2d7d267

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/zh/02_部署/05.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ Dockerfile
2828

2929
```shell
3030

31-
# Use litongjava/jdk:8u211 as the base image
32-
FROM litongjava/8u391:stable-slim
31+
FROM litongjava/jdk:8u391-stable-slim
3332

3433
# Set the working directory in the container
3534
WORKDIR /app
@@ -49,9 +48,10 @@ docker build -t litongjava/tio-boot-web-hello .
4948
docker run -dit --restart=always --net=host --name=tio-boot-web-hello litongjava/tio-boot-web-hello
5049
```
5150

52-
这里推荐推荐笔者封装的两个镜像,推荐使用 litongjava/8u391:stable-slim
51+
这里推荐推荐笔者封装的镜像,推荐使用 litongjava/jdk:8u391-stable-slim
5352

5453
- litongjava/8u391:stable-slim 352MB
54+
- litongjava/jdk:8u391-stable-slim 437MB
5555
- litongjava/jdk:8u211 549MB
5656

5757
#### 3.3.2.binary

0 commit comments

Comments
 (0)