# dockerImageTransfer **Repository Path**: keetone/docker-image-transfer ## Basic Information - **Project Name**: dockerImageTransfer - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-21 - **Last Updated**: 2024-12-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 1、安装虚拟环境 ``` python3 -m venv env ``` ## 2、激活环境 ``` . env/bin/activate ``` ## 3、安装依赖 ``` pip install flask pip install gunicorn ``` ## 4、启动服务 ``` gunicorn -c config.py app:app ```