
To learn more about the reasons for these packages, read the installation instructions for backported kernels, specifically the LTS Enablement Stack - refer to note 5 under each version. Required when running Docker on machine with a graphical environment. Optional in non-graphical environments without Unity/Xorg. If you\’re unsure, you should include this package for safety. If you didn\’t install the headers for your existing kernel, then you can skip these headers for the\”trusty\” kernel. This is required to run Docker.Īllows packages such as ZFS and VirtualBox guest additions which depend on them. Refer to this table to see which packages are required for your environment: Package If your kernel version is older than 3.13, you must upgrade it.

$ sudo apt-get install linux-image-extra-$(uname -r) linux-image-extra- virtualįor Ubuntu Precise, Docker requires the 3.13 kernel version. To install the linux-image-extra-* packages: The linux-image-extra-* packages allows you use the aufs storage driver.


Open the /etc/apt//docker.list file in your favorite editor.If the file doesn’t exist, create it.$ sudo apt-get update $ sudo apt- get install apt-transport-https ca-certificates Update package information, ensure that APT works with the https method, and that CA certificates are installed.Log into your machine as a user with sudo or root privileges.
