An open API service indexing awesome lists of open source software.

https://github.com/u-root/sidecore

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
https://github.com/u-root/sidecore

Last synced: 9 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# sidecore

![Sidecore](art/sidecorelogo.png)

Using flattened Docker images from ,
**sidecore** lets you run IoT systems as easily as you run a shell script.

## How it works

Building on top of [`cpu`](https://github.com/u-root/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](https://go.dev/ref/mod).

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:

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