docker command not found even though installed with apt-get

前端 未结 4 1309
有刺的猬
有刺的猬 2020-12-22 17:01

Adding this for reference for others because it would have saved me 10 minutes if such an answer existed.


I tried installing Docker using ubuntu 14.0LTS virtua

4条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-22 17:29

    sudo apt-get install docker # DO NOT do this
    

    is a different library on ubuntu.

    Use sudo apt-get install docker-ce to install the correct docker.

提交回复
热议问题