0
Q:

docker engine install ubuntu

 sudo apt-get install -y linux-image-generic-lts-trusty linux-headers-generic-lts-trusty
1
$ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
1
$ sudo apt-key fingerprint 0EBFCD88

pub   rsa4096 2017-02-22 [SCEA]
      9DC8 5822 9FC7 DD38 854A  E2D8 8D81 803C 0EBF CD88
uid           [ unknown] Docker Release (CE deb) <[email protected]>
sub   rsa4096 2017-02-22 [S]
0
$ sudo add-apt-repository \
   "deb [arch=amd64] https://download.docker.com/linux/ubuntu \
   $(lsb_release -cs) \
   stable"
0

New to Communities?

Join the community