# leartd **Repository Path**: ianduin/leartd ## Basic Information - **Project Name**: leartd - **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-06-06 - **Last Updated**: 2021-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1. yum install MySQL-python 2.Dcokerfile docker-compose ../ 3.stop up status containers docker ps -a | grep 'Up' | awk '{print $1}'| xargs docker container stop 4.rm Exited status containers docker ps -a | grep 'Exited' | awk '{print $1}'| xargs docker container rm 5.rm none images docker image ls | grep none | awk '{print $3}' | xargs docker image rm GG