我在docker容器中运行了add-apt-repository ppa:ubuntu-wine / ppa,但是没有通知:
Cannot add PPA: 'ppa:ppaname/ppa'.
Please check that the PPA name or format is crrect.
Hower它在主机上工作.
谷歌搜索了很多,我尝试了以下几点:
apt-get install python-software-properties
apt-get install software-properties-common
apt-get install --reinstall ca-certificates
并没有奏效.
主机上的系统是ubuntu 14.04,64bit.
容器的图像基于DOCKER HUB的ubuntu 14.04.
有谁能够帮我?
我不确定你出了什么问题.
原文链接:https://www.f2er.com/docker/436452.html以下是我如何使用它:
$docker run -t -i --rm ubuntu:14.04 /bin/bash
And inside the container
# apt-get update && apt-get install -y software-properties-common
# add-apt-repository ppa:ubuntu-wine/ppa
# apt-get update