https://github.com/bonedaddy/sophon_node_operator
https://github.com/bonedaddy/sophon_node_operator
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bonedaddy/sophon_node_operator
- Owner: bonedaddy
- License: gpl-3.0
- Created: 2024-12-30T10:17:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-03T23:31:12.000Z (about 1 year ago)
- Last Synced: 2025-03-09T21:34:35.540Z (10 months ago)
- Language: Shell
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sophon_node_operator
Tooling for running sophon nodes
# Setup
* Update `operator.sh` with your parameters
# Starting
```shell
$> ./operator.sh start
```
# Logging
```shell
$> ./operator.sh logs
```
# Updating
* pulls in latest docker image
* recreates docker container
```shell
$> ./operator update
```