gpt4 book ai didi

ubuntu - 在 ubuntu 上安装 Docker

转载 作者:太空宇宙 更新时间:2023-11-03 16:50:35 24 4
gpt4 key购买 nike

抱歉这个新手问题... :)

我曾多次尝试在我的 linux raring 机器上安装 docker,但从未成功地正确安装。我确信这是我应该做的简单事情,但我仍然找不到它!

我已经按照教程:

http://docs.docker.io/en/latest/installation/ubuntulinux/#ubuntu-raring

但是当我尝试使用命令时:

sudo apt-get install lxc-docker

我收到以下错误:

“找不到包 lxc​​-docker”

所以当我尝试命令时:curl http://get.docker.io | sudo sh

我得到:

I hajeangui@jeangui-portable:/usr/local/bin$ curl http://get.docker.io | sudo sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1834 100 1834 0 0 2353 0 --:--:-- --:--:-- --:--:-- 3869
Ensuring basic dependencies are installed...
Looking in /proc/filesystems to see if we have AUFS support...
Found.
Downloading docker binary to /usr/local/bin...
Upstart script already exists.
Starting dockerd...
Done.

但是当我运行时:sudo docker

我收到此异常:无法启动二进制文件 docker。

我已经尝试清除 lxc-docker 包,但它似乎没有安装...

我不明白。

请帮助帮助:)。

干杯让贵

最佳答案

命令的顺序应该是:

sudo sh -c "curl https://get.docker.io/gpg | apt-key add -"
sudo sh -c "echo deb http://get.docker.io/ubuntu docker main > /etc/apt/sources.list.d/docker.list"
sudo apt-get update
sudo apt-get install lxc-docker

也就是说,您首先需要为个人包存档 (ppa) 添加 key ,然后将该存档添加到您的 apt 源中。

请参阅http://docs.docker.io/en/latest/installation/ubuntulinux/#ubuntu-raring-13-04-64-bit

关于ubuntu - 在 ubuntu 上安装 Docker,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19412911/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com