Installing Packages (e.g. docker-ce) from a 3rd Party Repository

Thomas Lange lange at informatik.uni-koeln.de
Fri Mar 9 14:19:11 CET 2018


>>>>> On Wed, 14 Feb 2018 13:18:23 -0600, Itamar Gal <itamarggal at gmail.com> said:

    > Here is my solution attempt. I decided to create an FAI class called DOCKER for this installation.

    >     # Add the Docker repository
    >     sudo add-apt-repository \
    >     "deb [arch=amd64] https://download.docker.com/linux/$(. /etc/os-release; echo "$ID") \
    >     $(lsb_release -cs) \
    >     stable"
I guess this installs a source.list file on the host, but not into the
chroot where it must be.

-- 
regards Thomas


More information about the linux-fai mailing list