diff options
Diffstat (limited to 'topics')
-rw-r--r-- | topics/systems/gn-services.gmi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/topics/systems/gn-services.gmi b/topics/systems/gn-services.gmi index 7c032bd..7c59742 100644 --- a/topics/systems/gn-services.gmi +++ b/topics/systems/gn-services.gmi @@ -36,12 +36,26 @@ curl localhost:8087/api/version On epysode it is running on 8081 + ## Notes We track services now on => https://rabbit.genenetwork.org/sheepdog/index.html +## System container + +``` +systemctl stop genenetwork-development-container +mv /var/guix-containers /export2 +systemctl start genenetwork-development-container +``` + +The commit that changes the mounts is at + +=> https://github.com/genenetwork/genenetwork-machines/commit/8ce668562b0443ed7eb5b22225692f6f4383ea89 + + ## See also => orchestration.gmi |