mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2021-09-05
This commit is contained in:
@ -17,4 +17,16 @@ categories: ["Notes"]
|
||||
|
||||
<!--more-->
|
||||
|
||||
## 2021-09-05
|
||||
|
||||
- Update Docker images on AReS server (linode20) and rebuild OpenRXV:
|
||||
|
||||
```console
|
||||
$ docker images | grep -v ^REPO | sed 's/ \+/:/g' | cut -d: -f1,2 | xargs -L1 docker pull
|
||||
$ docker-compose build
|
||||
```
|
||||
|
||||
- Then run system updates and reboot the server
|
||||
- After the system came back up I started a fresh re-harvesting
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
Reference in New Issue
Block a user