- Reading package lists...
- Building dependency tree...
- Reading state information...
- Package docker-ce is not available, but is referred to by another package.
- This may mean that the package is missing, has been obsoleted, or
- is only available from another source
- E: Package 'docker-ce' has no installation candidate
- du: cannot access '/usr/bin/docker-compose': No such file or directory
- Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
- Requirement already satisfied: pytz in ./pyenv/lib/python3.7/site-packages (2023.3)
- WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
- [notice] A new release of pip is available: 23.2.1 -> 24.0
- [notice] To update, run: pip install --upgrade pip
- Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
- Requirement already satisfied: docker in ./pyenv/lib/python3.7/site-packages (6.0.1)
- Requirement already satisfied: packaging>=14.0 in ./pyenv/lib/python3.7/site-packages (from docker) (23.1)
- Requirement already satisfied: requests>=2.26.0 in ./pyenv/lib/python3.7/site-packages (from docker) (2.28.2)
- Requirement already satisfied: urllib3>=1.26.0 in ./pyenv/lib/python3.7/site-packages (from docker) (1.26.15)
- Requirement already satisfied: websocket-client>=0.32.0 in ./pyenv/lib/python3.7/site-packages (from docker) (1.5.1)
- Requirement already satisfied: charset-normalizer<4,>=2 in ./pyenv/lib/python3.7/site-packages (from requests>=2.26.0->docker) (3.1.0)
- Requirement already satisfied: idna<4,>=2.5 in ./pyenv/lib/python3.7/site-packages (from requests>=2.26.0->docker) (3.4)
- Requirement already satisfied: certifi>=2017.4.17 in ./pyenv/lib/python3.7/site-packages (from requests>=2.26.0->docker) (2022.12.7)
- WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
- [notice] A new release of pip is available: 23.2.1 -> 24.0
- [notice] To update, run: pip install --upgrade pip
- Docker安装失败,正在为您重新尝试安装,请再等待2分钟...
- 系统信息为:debian.bookworm
- 内核信息:Linux localhost 6.1.0-32-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64 GNU/Linux
- --2025-04-11 15:37:28-- https://linuxmirrors.cn/docker.sh
- Resolving linuxmirrors.cn (linuxmirrors.cn)... 75.2.60.5, 99.83.231.61
- Connecting to linuxmirrors.cn (linuxmirrors.cn)|75.2.60.5|:443... connected.
- HTTP request sent, awaiting response... 200 OK
- Length: 62884 (61K) [application/x-sh]
- Saving to: ‘/tmp/linuxdocker.sh’
- 0K .......... .......... .......... .......... .......... 81% 368K 0s
- 50K .......... . 100% 103M=0.1s
- 2025-04-11 15:37:29 (452 KB/s) - ‘/tmp/linuxdocker.sh’ saved [62884/62884]
- 正在使用腾讯云镜像源安装中,请耐心等待...
- ===============================================
- successful!
复制代码 |