Install Docker script for Ubuntu 14.04

1
2
# Update package information, ensure that APT works with the https method, and that CA certificates are installed.
sudo apt-get update
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Use this script to install docker on Ubuntu 14.04

#docker #ubuntu #bash #script

#cesarnogcps

1 Response

This script seems to do the job, but I wanted it to run on boot with no interaction so I added "-y" to the install commands.

It still seems to need interaction though. There is a point in the linux-image-extra where it asks me if I want to keep the installed version of Grub. I am running this on an AWS Ubuntu 14 instance. Is there any work around for that?

Write a comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.