相信很多使用Ubuntu安装docker的小伙伴都遇到过:安装号docker后,无法启动的尴尬场景.
按照官方文档,安装好docker后, 运行 sudo docker run hello-world.命令行提示:
andre@andre-vm:~$ sudo docker run hello-world Post http:///var/run/docker.sock/v1.20/containers/create: dial unix /var/run/docker.sock: no such file or directory. * Are you trying to connect to a TLS-enabled daemon without TLS? * Is your docker daemon up and running?
然后,....然后就没了,这可怎么办呢?, 经过复制, 粘贴, 搜索, 找到了一篇文章,顺利解决问题.我在这里记录一下,主要是备忘.
解决办法:
在命令行中运行:
$ sudo service docker start
得到如下提示信息,就OK啦:
docker start/running, process 6515
然后,就可以使用docker尽情的玩耍了....... 如:
docker run hello-world Unable to find image 'hello-world:latest' locally latest: Pulling from library/hello-world 535020c3e8ad: Pull complete af340544ed62: Pull complete library/hello-world:latest: The image you are pulling has been verified. Important: image verification is a tech preview feature and should not be relied on to provide security. Digest: sha256:02fee8c3220ba806531f606525eceb83f4feb654f62b207191b1c9209188dedd Status: Downloaded newer image for hello-world:latest Hello from Docker. This message shows that your installation appears to be working correctly. To generate this message, Docker took the following steps: 1. The Docker client contacted the Docker daemon. 2. The Docker daemon pulled the "hello-world" image from the Docker Hub. 3. The Docker daemon created a new container from that image which runs the executable that produces the output you are currently reading. 4. The Docker daemon streamed that output to the Docker client, which sent it to your terminal. To try something more ambitious, you can run an Ubuntu container with: $ docker run -it ubuntu bash Share images, automate workflows, and more with a free Docker Hub account: https://hub.docker.com For more examples and ideas, visit: https://docs.docker.com/userguide/
详细参考: Ubuntu deb doesn't start docker after installation #15620
相关推荐
在Ubuntu系统上离线安装Docker和NVIDIA-docker是一项技术性较强的任务,尤其是在没有网络连接的情况下。这里我们将详细介绍如何通过提供的离线资源包完成这一过程。 首先,我们需要理解Docker和NVIDIA-docker的基本...
dpkg -i containerd.io_1.6.6-1_amd64.deb docker-ce_20.10.17~3-0~ubuntu-bionic_amd64.deb docker-ce-cli_20.10.17~3-0~ubuntu-bionic_amd64.deb docker-ce-rootless-extras_20.10.17~3-0~ubuntu-bionic_amd64.deb
toolkit_1.5.1-1_amd64.deb nvidia-docker2_2.6.0-1_all.deb 2)docker:containerd.io_1.6.26-1_amd64.deb,docker-buildx-plugin_0.11.2-1~ubuntu.20.04~focal_amd64.deb,docker-ce_24.0.7-1~ubuntu.20.04~focal_...
docker-engine_17.05.0_ce-0_ubuntu-trusty_amd64.deb libgcrypt20_1.8.1-4ubuntu1_amd64.deb libltdl7_2.4.6-2_amd64.deb libsystemd-journal0_204-5ubuntu20_amd64.deb 4 个文件放到同一目录 2. 运行命令...
ubuntu20.04离线安装docker的离线安装文件
1. `docker-ce-cli_20.10.12_3-0_ubuntu-focal_amd64.deb`:这是Docker CLI的安装包,用于在Ubuntu Focal Fossa (20.10)系统上安装Docker的命令行工具。通过这个工具,你可以执行像`docker run`、`docker build`等...
在安装过程中可能会遇到依赖问题,因为离线安装无法自动解决。你需要手动下载所有必要的依赖,并用相同的方式安装。对于Ubuntu 14.04,这些依赖可能包括`apt-transport-https`, `ca-certificates`, `curl`, `...
deb包完美进行离线安装docker,适用于ubuntu系统,Kylin系统,给出安装过程有可能缺少库依赖的解决办法,以后对于deb包缺少以赖库都可以用此方法
3、sudo dpkg -i docker-ce_20.10.7_3-0_ubuntu-xenial_amd64.deb 查看Docker的版本 sudo docker --version 如果不想每次执行docker命令的时候使用sudo,可执行如下命令: sudo usermod -aG docker 登录账号
ubuntu系统docker离线升级步骤及安装包
ubuntu 22.04离线安装docker_23-0-5,离线包可通过光网直接下载,离线包请看脚本中的包名,然后去官网下载即可。
ubuntu.20.04~focal的相关deb安装文件下载: containerd.io_1.7.20-1_amd64.deb、docker-buildx-plugin_0.16.2-1~ubuntu.20.04~focal_amd64.deb、 docker-ce_27.1.2-1~ubuntu.20.04~focal_amd64.deb、docker-ce-cli_...
安装完`nvidia-docker2`后,还需要启用NVIDIA Docker插件,并通过`docker run`命令使用`--gpus all`选项来启动一个带有GPU支持的容器。 总的来说,离线安装`nvidia-docker2`是一个涉及文件解压、目录切换和DEB包...
从官方拉取的ubuntu18.04系统的docker-nvidia2安装包,解压后直接dpkg -i *.deb安装即可
确保你已经下载了对应Ubuntu 20.04的正确版本,并将其保存在你的本地文件系统中,例如`/home/user/downloads/nvidia-docker离线安装`目录下。 **步骤1:更新系统** 在开始安装前,确保系统是最新的,以避免兼容性...
ubuntu 16.04 docker 离线安装包 docker-ce_18.03.1 上传到服务器,执行安装命令 # sudo dpkg -i libltdl7_2.4.6-0.1_amd64.deb # sudo dpkg -i libseccomp2...# sudo dpkg -i docker-ce_18.03.1~ce-0~ubuntu_amd64.deb
Ubuntu20.04--focal-离线安装docker相关文件: containerd.io_1.7.22-1_amd64.deb、docker-buildx-plugin_0.17.1-1~ubuntu.20.04~focal_amd64.deb、 docker-ce-cli_27.3.1-1~ubuntu.20.04~focal_amd64.deb、docker-...
Ubuntu虚拟机中Docker安装包。
在解压“Ubuntu20.04_nvidia_nvidia-docker”压缩包后,你可能会找到以下文件: 1. NVIDIA驱动:通常为.run文件,用于安装GPU驱动。 2. nvidia-container-toolkit:可能包含deb包或脚本,用于安装容器工具包。 3. ...
docker 24.0.5 离线安装 执行install_docker.sh 这个脚本即可,注意!!脚本要执行两遍!docker安装会自动启动 安装包里包含了docker的各种依赖项的rpm包 ,还有docker compose命令