Skip to content

u-root/sidecore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

sidecore lets you run IoT systems, using flattened docker images from github.com/u-root/sidecore-images, as easily as you run a shell script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published