fscan/TestDocker/Oracle
ZacharyZcR d91ed05d0e restore: 从main分支恢复TestDocker测试环境目录
- 恢复完整的Docker测试环境配置
- 支持MySQL, Redis, SSH, MongoDB等多种服务测试
- 包含57个测试环境配置文件
- 方便进行插件功能验证和性能测试
2025-08-07 23:43:34 +08:00
..
Dockerfile restore: 从main分支恢复TestDocker测试环境目录 2025-08-07 23:43:34 +08:00
README.txt restore: 从main分支恢复TestDocker测试环境目录 2025-08-07 23:43:34 +08:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

首先需要在Oracle Container Registry网站注册并接受许可协议
https://container-registry.oracle.com

docker login container-registry.oracle.com

docker build -t oracle-db .

docker run -d \
  -p 1521:1521 \
  --name oracle-container \
  oracle-db