docker-ce : Depends: libseccomp2 (>= 2.3.0) but 2.2.3-3ubuntu3 is to be installed
I encounter the same problem when installing docker-ce version 18. I won’t use aptitude to install the old version because nvidia-docker only supports Docker version above 18! The solution is quite easy: sudo add-apt-repository ppa:ubuntu-sdk-team/ppa sudo apt-get update Then you can use command sudo apt-get install docker-ce to solve the libseccomp2 version conflict problem. Reference: … Read more