💾Adding Edgeware to a preconfigured Raspberry Pi

You don't need to reformat your Raspberry Pi and start from scratch to get started with Edgeware. If you have an existing Raspberry Pi configuration with your WiFi and other network details set, you can just install docker and get started with Edgeware

For detailed step by step instructions and troubleshooting if the below doesn't just work, see the chapter on flashing a Raspberry Pi with Edgeware from scratch

Install Docker and then run the Edgeware container

mkdir edgeware
cd edgeware
wget https://raw.githubusercontent.com/Edgewaretech/edgeware-bluegate/v1.0.0/docker-compose.yml
sudo docker compose up -d

Last updated