ilya-muhortov
6/5/2019 - 1:27 PM

Обновление Docker

sudo apt-get update

sudo apt-cache madison docker-ce (Lists all the available docker versions)

sudo apt-get install docker-ce=<VERSION>

sudo service docker restart