mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-18 02:40:03 +00:00
More details in README
This commit is contained in:
parent
4ab627186d
commit
0931e8a16b
10
README.md
10
README.md
@ -42,13 +42,13 @@ logs supervisor -f
|
||||
```
|
||||
|
||||
## View the supervisor logs
|
||||
```
|
||||
```bash
|
||||
enter supervisor
|
||||
tail /var/log/supervisor-log/resin_supervisor_stdout.log -f
|
||||
```
|
||||
|
||||
## Stop the supervisor
|
||||
`make stop-supervisor`
|
||||
This will unmount /var/lib/docker in the container and then stop it.
|
||||
|
||||
This prevents future failures due to no loopback devices being available.
|
||||
```bash
|
||||
make stop-supervisor
|
||||
```
|
||||
This will stop the container and remove it, also removing its volumes.
|
||||
|
Loading…
Reference in New Issue
Block a user