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
- Host: GitHub
- URL: https://github.com/u-root/sidecore
- Owner: u-root
- Created: 2023-07-17T14:55:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T00:13:33.000Z (over 1 year ago)
- Last Synced: 2025-03-27T03:34:43.260Z (10 months ago)
- Language: Go
- Homepage:
- Size: 379 KB
- Stars: 9
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sidecore

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