💾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
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