Ubuntu image with Docker installed?

Hi all,

I’m looking for an Ubuntu 14.04 image that comes with Docker already installed on it. Is there already an image that I can use?

Thanks

Hi,

I googled it and I could not find one.

But it is super simple to install Docker on Ubuntu:

$ curl -sSL https://get.docker.com/ | sh

should do it.

For details look here: https://docs.docker.com/installation/ubuntulinux/

Cheers,
Joe

Thanks Joe, that’s exactly what I’ve been doing right now. But was interested in finding out if there is an image with Docker already built in it.

I am still searching for that image. I’m pretty sure someone has already uploaded an Ubuntu image with Docker already installed on it. Has anyone came across one?

Thanks

it is simple the only thing I would add it to make sure the ubuntu has ssh
server installed and you run the updates first

“sudo apt-get update”