找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 1108|回复: 16

[N1盒子] N1盒子刷armbian系统后安装不上docker?

[复制链接]
问题如图,请各位大佬帮忙

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

×
我的恩山、我的无线 The best wifi forum is right here.
刷的什么版本的 armbian, 源里的 bionic 改成对应的:
https://mirrors4.tuna.tsinghua.edu.cn/help/ubuntu-ports/

点评

Armbian_5.77_Aml-s905_Ubuntu_bionic_default_5.0.2_20190401.img 我改试试  详情 回复 发表于 2022-12-23 11:38
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| | 显示全部楼层
jjit 发表于 2022-12-23 10:18
刷的什么版本的 armbian, 源里的 bionic 改成对应的:
https://mirrors4.tuna.tsinghua.edu.cn/help/ubun ...

Armbian_5.77_Aml-s905_Ubuntu_bionic_default_5.0.2_20190401.img  我改试试

点评

Last login: Fri Dec 23 01:49:24 2022 from 192.168.68.189 root@aml:~# curl -fsSL https://get.docker.com -o get-docker.sh root@aml:~# root@aml:~# sh get-docker.sh --mirror Aliyun # Executing dock  详情 回复 发表于 2022-12-23 11:40
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| | 显示全部楼层
devper 发表于 2022-12-23 11:38
Armbian_5.77_Aml-s905_Ubuntu_bionic_default_5.0.2_20190401.img  我改试试

Last login: Fri Dec 23 01:49:24 2022 from 192.168.68.189

root@aml:~# curl -fsSL https://get.docker.com -o get-docker.sh
root@aml:~#
root@aml:~# sh get-docker.sh --mirror Aliyun
# Executing docker install script, commit: 4f282167c425347a931ccfd95cc91fab041d414f
+ sh -c apt-get update -qq >/dev/null
E: The repository 'https://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports jammy Release' does not have a Release file.
E: The repository 'https://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports jammy-updates Release' does not have a Release file.
E: The repository 'https://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports jammy-backports Release' does not have a Release file.
E: The repository 'https://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports jammy-security Release' does not have a Release file.
E: The repository 'https://mirrors.tuna.tsinghua.edu.cn/armbian bionic Release' does not have a Release file.
root@aml:~#

点评

还是不行啊  详情 回复 发表于 2022-12-23 11:40
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| | 显示全部楼层
devper 发表于 2022-12-23 11:40
Last login: Fri Dec 23 01:49:24 2022 from 192.168.68.189

root@aml:~# curl -fsSL https://get.doc ...

还是不行啊
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

Get Docker CE for Debian(官方)
与论坛里用 get-docker.sh方法不同,适用于 Debian的以下版本:
Buster 10
Stretch 9 (stable) / Raspbian Stretch

1. 删除老版本
apt-get remove docker docker-engine docker.io containerd runc
2. 准备工作
apt-get install apt-transport-https ca-certificates curl gnupg2 software-properties-common
curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
3. 添加Docker软件源
add-apt-repository \
"deb [arch=arm64] https://download.docker.com/linux/debian \
$(lsb_release -cs) \
stable"
4. 刷新软件源
apt update
5. 安装Docker CE
apt-get install docker-ce docker-ce-cli containerd.io

点评

何必呢?少说几句吧,网络这么大,聚到一起也不容易!: 5.0
点评怎么还多带了一些字?  发表于 2023-2-25 23:21
何必呢?少说几句吧,网络这么大,聚到一起也不容易!: 5
感谢,刚才用了之前的几个安装命令装不上,以前没问题的。安装教程操作一番装上了!  发表于 2023-2-25 23:20
不得行  详情 回复 发表于 2022-12-24 11:25
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| | 显示全部楼层
本帖最后由 devper 于 2022-12-24 11:51 编辑
zylj 发表于 2022-12-24 00:41
Get Docker CE for Debian(官方)
与论坛里用 get-docker.sh方法不同,适用于 Debian的以下版本:
Buste ...

可以了啊

点评

大佬怎么安装上的,我刷好【Armbian_5.77_Aml-s905_Ubuntu_bionic_default_5.0.2_20190401.img】系统,换成【https://blog.csdn.net/qq_33819574/article/details/122918300】地址提供的源,【apt-get update】与【a  详情 回复 发表于 2022-12-24 18:06
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报


大佬怎么安装上的,我刷好【Armbian_5.77_Aml-s905_Ubuntu_bionic_default_5.0.2_20190401.img】系统,换成【https://blog.csdn.net/qq_33819574/article/details/122918300】地址提供的源,【apt-get update】与【apt-get upgrade】报错,docker也安装不上,大佬是怎么安装docker的?求解答

点评

就是用6楼的方法 然后 使用超级权限 根据提示 一个啥命令我忘了 好像 xxx -a 啥的 sudo docker xxx -a 你看提示吧 我忘了  详情 回复 发表于 2022-12-27 10:21
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| | 显示全部楼层
ddf888 发表于 2022-12-24 18:06
大佬怎么安装上的,我刷好【Armbian_5.77_Aml-s905_Ubuntu_bionic_default_5.0.2_20190401.img】系统,换 ...

就是用6楼的方法 然后 使用超级权限 根据提示 一个啥命令我忘了 好像 xxx -a 啥的 sudo docker xxx -a 你看提示吧 我忘了
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-4-27 20:47

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

快速回复 返回顶部 返回列表