0% found this document useful (0 votes)
119 views1 page

Edgex Installation

This document provides instructions to install Docker and Docker Compose on an Ubuntu system, download a Docker Compose configuration file for Edinburgh release of Edgex Foundry, and use the configuration file to pull images and run Edgex Foundry containers in detached mode.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
119 views1 page

Edgex Installation

This document provides instructions to install Docker and Docker Compose on an Ubuntu system, download a Docker Compose configuration file for Edinburgh release of Edgex Foundry, and use the configuration file to pull images and run Edgex Foundry containers in detached mode.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

sudo apt update

sudo apt install apt-transport-https ca-certificates curl software-properties-


common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu
bionic stable"
sudo apt update
sudo apt install docker-ce
sudo usermod -aG docker ${USER}
sudo curl -L "https://github.com/docker/compose/releases/download/1.24.1/docker-
compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod 755 /usr/local/bin/docker-compose
wget https://raw.githubusercontent.com/edgexfoundry/developer-
scripts/master/releases/edinburgh/compose-files/docker-compose-edinburgh-no-secty-
1.0.1.yml
cp docker-compose-edinburgh-no-secty-1.0.1.yml docker-compose.yml
sudo docker-compose pull
sudo docker-compose up -d
sudo docker-compose ps

You might also like