代码改变世界

you-get run in docker

2023-09-17 21:10  qgbo  阅读(23)  评论(0编辑  收藏  举报

未知原因, 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