[problem help] 求教,V23上docker应如何安装 Resolved
Tofloor
poster avatar
zhangsf
deepin
2023-08-15 23:29
Author

求教,之前用v20用过一段时间,日常办公可以满足需求。这次重新换回deepin V23后发现,之前记得一些常用软件安装步骤没办法使用了,基本上就是这种apt仓库的问题,应该如何解决呢。

E: 仓库 “https://download.docker.com/linux/debian beige Release” 没有 Release 文件。

Reply Favorite View the author
All Replies
阿尼樱奈奈
Moderator
2023-08-15 23:47
#1

参考这个:https://bbs.deepin.org/post/241706?postId=1366515

Reply View the author
zhangsf
deepin
2023-08-16 00:07
#2
阿尼樱奈奈

参考这个:https://bbs.deepin.org/post/241706?postId=1366515

好得明白了,也懂了,V23对应的debian_version 是 bookworm,原来的帖子里的版本不是最新的,其他的可以用。安装好了,谢谢。

Reply View the author
callback
deepin
2023-08-16 01:25
#3

没有亲测,是不是可以sudo apt install docker.io

Package: docker.io
Source: docker.io (20.10.23+dfsg1-1)
Version: 20.10.23+dfsg1-1+b3
Architecture: amd64
Maintainer: Debian Go Packaging Team
Installed-Size: 147438
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: libc6 (>= 2.34), libdevmapper1.02.1 (>= 2:1.02.97), libsystemd0, adduser, containerd (>= 1.4~), iptables, lsb-base, runc (>= 1.0.0rc8), tini
Recommends: apparmor, ca-certificates, cgroupfs-mount, git, needrestart (>= 3.1~), xz-utils
Suggests: docker-doc, aufs-tools, btrfs-progs, debootstrap, e2fsprogs, rinse, rootlesskit, xfsprogs, zfs-fuse | zfsutils-linux
Conflicts: docker-ce, docker-ce-cli, docker-ce-rootless-extras
Homepage: https://mobyproject.org
Priority: optional
Section: admin
Filename: pool/community/d/docker.io/docker.io_20.10.23+dfsg1-1+b3_amd64.deb
Size: 36203232
SHA512: 8f6280c7cbfe758400a63328df268bb4cbd40edff3bc20c903f67816963022252f66bdf1bd289468381e855701aa295bb5ed02c49e3809fd7cd9998566e230cc
SHA256: 61d8dc25e25c54c3d778a4a146d7114fd7cc024eec1e4a4bbf1c6519fae1eb0a
SHA1: e09dad9cdf249fae9f9548e85639b531f1da17cd
MD5sum: 364627e4091928ccc531e894045706ae
Description: Linux container runtime
Docker complements kernel namespacing with a high-level API which operates at
the process level. It runs unix processes with strong guarantees of isolation
and repeatability across servers.
.
Docker is a great building block for automating distributed systems:
large-scale web deployments, database clusters, continuous deployment systems,
private PaaS, service-oriented architectures, etc.
.
This package contains the daemon and client. Using docker.io on non-amd64 hosts
is not supported at this time. Please be careful when using it on anything
besides amd64.
.
Also, note that kernel version 3.8 or above is required for proper operation of
the daemon process, and that any lower versions may have subtle and/or glaring
issues.
Description-md5: 05dc9eba68f3bf418e6a0cf29d555878

Reply View the author
要讲武德
deepin
2023-08-16 01:53
#4

我一般都是下载编译好的二进制直接用

https://docs.docker.com/engine/install/binaries/

Reply View the author