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

https://github.com/bonedaddy/sophon_node_operator


https://github.com/bonedaddy/sophon_node_operator

Last synced: 10 months ago
JSON representation

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