# build_cx_oracle_image **Repository Path**: maxbanana/build_cx_oracle_image ## Basic Information - **Project Name**: build_cx_oracle_image - **Description**: 创建可以使用cx_oracle的镜像 - **Primary Language**: Python - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-27 - **Last Updated**: 2021-10-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: Python, Oracle, Docker, docker镜像, Oracle镜像 ## README # build_cx_oracle_image #### 介绍 创建可以使用cx_oracle的镜像 #### 参考链接 https://blog.csdn.net/huanqingdong/article/details/102326748 #### 使用说明 1. 根目录执行 docker build -f Dockerfile -t cx_oracle_py_37:v1 .