How to install Docker on 32bit machine having Ubuntu 12.04?

后端 未结 5 2169
感情败类
感情败类 2020-12-14 09:29

I have followed the docker installation doc for installing it on my machine which is a 32 bit machine running Ubuntu 12.04

The step

$ sudo apt-get in         


        
5条回答
  •  死守一世寂寞
    2020-12-14 10:21

    Now, you can install with this command sudo apt install docker.io. After this, you will see lots of lines for the installation of Docker and the installer will ask you "do you want to continue?", you need to type y. Then, the installation will be finished. Now, you can check it with this command docker version. If you see just client section, you need to type sudo docker version. After this, you will see the client and server.

提交回复
热议问题