Joggler Ubuntu 14.04 Docker Installation

General discussion relating to the O2 Joggler, from the default O2 setup, to alternative operating systems and applications.
Post Reply
User avatar
pete
Posts: 2950
Joined: Mon Aug 01, 2011 6:33 am
Location: Time Traveler

Joggler Ubuntu 14.04 Docker Installation

Post by pete »

Installation of Docker-CE on Joggler

1 - sudo apt-get update

2 - sudo apt-get install \
apt-transport-https \
ca-certificates \
curl \
software-properties-common

3 - Add Docker’s official GPG key:
curl -fsSL hxxps://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -

4 - sudo add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) \
stable"

5 - sudo apt update

6 - sudo apt-get install docker-ce
- Pete
O2 Jogglers running EFI Ubuntu / Squeezeplayer
OpenPeak Voip Telephony / Zigbee tabletops hardware modded with Seabios / RTC / Ethernet ROM edits / SSD drives running XPe for automation screens

Auto mater
Post Reply