更新README.md

This commit is contained in:
huty 2024-06-17 13:39:00 +00:00 committed by cloud-init created default user
parent 5c462d116e
commit 6ad00b7383
2 changed files with 68 additions and 7 deletions

View File

@ -28,15 +28,15 @@ docker build --no-cache -t 镜像名称:镜像TAG .
示例:
- 标准镜像(基于 openSUSE 15.5
- 标准镜像(基于 openSUSE 15.6
``` bash
docker build --no-cache -t hty1024/kiwix-serve:3.6.0 .
docker build --no-cache -t hty1024/kiwix-serve:3.7.0 .
```
- 精简镜像(基于 AlpineLinux 3.18.5
- 精简镜像(基于 AlpineLinux 3.20.0
``` bash
docker build --no-cache -t hty1024/kiwix-serve:3.6.0-alpine .
docker build --no-cache -t hty1024/kiwix-serve:3.7.0-alpine .
```
**使用方式:**
@ -59,10 +59,10 @@ docker run --name 容器名称 -dit -p 服务端口号:10080 -v ZIM文件目录:
    示例:
```bash
docker run --name kiwix-serve -dit -p 10080:10080 -v ./data:/data hty1024/kiwix-serve:3.6.0
docker run --name kiwix-serve -dit -p 10080:10080 -v ./data:/data hty1024/kiwix-serve:3.7.0
```
``` bash
docker run --name kiwix-serve -dit -p 10080:10080 -v ./data:/data hty1024/kiwix-serve:3.6.0-alpine
docker run --name kiwix-serve -dit -p 10080:10080 -v ./data:/data hty1024/kiwix-serve:3.7.0-alpine
```
- Docker Compose 方式运行
@ -167,3 +167,64 @@ docker run --name papermc-server -dit -p 25565:25565 -v ./world:/opt/papermc/wor
- Docker Compose 方式运行
请参考 example 目录内的 compose.yaml 文件
<br/>
## OpenSSL
一个用于通用加密和安全通信的健壮的、商业级的、功能齐全的工具包。
**官方网站:**
- 官网 https://www.openssl.org
- 项目地址 https://github.com/openssl/openssl
**目录说明:**
- standard 标准镜像构建目录
- alpine 精简镜像构建目录
- example 使用示例
**构建说明:**
1. 进入指定目录standard 或 alpine
2. 构建镜像
``` bash
docker build --no-cache -t 镜像名称:镜像TAG .
```
示例:
- 标准镜像(基于 openSUSE 15.6
``` bash
docker build --no-cache -t hty1024/openssl:3.3.1 .
```
- 精简镜像(基于 AlpineLinux 3.20.0
``` bash
docker build --no-cache -t hty1024/openssl:3.3.1-alpine .
```
**使用方式:**
- 直接运行
``` bash
docker run --name 容器名称 -dit -p 服务端口号:10080 -v ZIM文件目录:/data 镜像名称:镜像TAG
```
示例:
```bash
docker run --name openssl -dit hty1024/openssl:3.3.1
```
``` bash
docker run --name openssl -dit hty1024/openssl:3.3.1-alpine
```
- Docker Compose 方式运行
请参考 example 目录内的 compose.yaml 文件

View File

@ -4,7 +4,7 @@ services:
openssl:
# image: hty1024/openssl:1.1.1l-150400.1.5
# image: hty1024/openssl:3.1.4
image: hty1024/openssl:3.2.1
image: hty1024/openssl:3.3.1
container_name: openssl
restart: always
volumes: