我已經在Windows 10上安裝了docker。之後,拉出ubuntu
容器。在使用此docker run -t -i --privileged ubuntu bash
或docker run -it ubuntu
命令運行容器後,我已在控制檯中獲得此[email protected]:/#
。如何使用apt-get在Ubuntu容器內部安裝Docker Docker
然後,嘗試安裝使用apt-get
像$sudo apt-get install python
或apt-get install python
的python
包,但我已經得到了在控制檯下面的錯誤:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python
因此,的問題是我怎麼能安裝在包Docker中的Ubuntu容器?
@jww再次在這裏。當然這篇文章是關於開發(在Windows Docker中的Ubuntu上的開發)。例如看到這篇文章:stackoverflow.com/questions/11828270/how-to-exit-the-vim-edi tor另外,有很多類似這樣的帖子。 – OmG