you-get run in docker

发布时间 2023-09-17 21:18:49作者: qgbo

未知原因, windows 上装不了 you-get.  solution 如下:

docker run -it --rm python:3.7 bash

> pip install --upgrade pip

 

anohter termial:

docker ps, get the contatiner ID

docker commit contatinerID you-get:latest
How to ues:
docker run -it --rm  -v D:/you-get:/tmp you-get bash