Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install Docker on Ubuntu 18.04? [closed]

I checked the documentation page for Docker on Ubuntu and I don't see 18.04, which was released recently.

https://docs.docker.com/install/linux/docker-ce/ubuntu/

Anyone installed docker on 18.04?

UPDATE: the docker documentation has been updated now and includes 18.04

like image 993
ltdev Avatar asked Apr 30 '18 08:04

ltdev


1 Answers

Following link https://download.docker.com/linux/ubuntu/dists/bionic/pool/, You can choose stable now.

$ sudo cat /etc/apt/sources.list.d/docker.list
deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable
like image 189
flv Avatar answered Sep 26 '22 07:09

flv