Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 830 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 830 Bytes

sidecore

Sidecore

Using flattened Docker images from https://github.com/u-root/sidecore-images, sidecore lets you run IoT systems as easily as you run a shell script.

How it works

Building on top of cpu, sidecore merely requires your IoT system to run a small daemon in order to use it as a resource.

Build and run

NOTE: Go version 1.20 is required as a minimum. For more details, look at the Go modules documentation.

If you have cloned this repository, run go build ./cmds/sidecore to build the command, then ./sidecore -h for help.

Quick installation

To install the binary to your $GOBIN (commonly $HOME/go/bin) directory, run:

go install github.com/u-root/sidecore/cmds/sidecore@latest