urbit.go 197 B

123456789
  1. package docker
  2. func LoadUrbits() error {
  3. logger.Info("Loading Urbit ships")
  4. // load config from each pier
  5. // apply latest version info (if automated updates)
  6. // start containers
  7. return nil
  8. }